I updated the CVS today (I haven&#39;t done it for a while) and compiled.&nbsp; When I set the PV_PLUGIN_PATH for all my plugins the ParaView aborts (it works without loading plugins).&nbsp; Here is the diff that now works:<br><br>Index: Qt/Components/pqMainWindowCore.cxx<br>
===================================================================<br>RCS file: /cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v<br>retrieving revision 1.266<br>diff -r1.266 pqMainWindowCore.cxx<br>987c987,994<br>
&lt;&nbsp;&nbsp; toolbar-&gt;insertWidget(toolActions[1], display_color);<br>---<br>&gt;&nbsp;&nbsp; if(toolActions.size() &gt; 1)<br>&gt;&nbsp;&nbsp; {<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; toolbar-&gt;insertWidget(toolActions[1], display_color);<br>&gt;&nbsp;&nbsp; }<br>&gt;&nbsp;&nbsp; else<br>
&gt;&nbsp;&nbsp; {<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; toolbar-&gt;addWidget(display_color);<br>&gt;&nbsp;&nbsp; }<br><br>Regards,<br>Paul<br>