We do test nightly with VS10 and one of our developers actively uses it as well so it &quot;should&quot; work. Have you tried running paraview with -dr command? In the mean time I will try and run the vs10 build on the dashboard machine.<br>

<br><div class="gmail_quote">On Mon, Feb 14, 2011 at 1:20 PM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Honestly, I am not the best guy to comment about windows, I use linux<br>
for most of my development. Dave, any insights?<br>
<br>
What is the value of config_file variable in pqApplicationCore.cxx:725?<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Mon, Feb 14, 2011 at 1:15 PM, Xunlei Wu &lt;<a href="mailto:xunlei@renci.org">xunlei@renci.org</a>&gt; wrote:<br>
&gt; Hi Utkarsh,<br>
&gt; This is the only copy of ParaView I am building from git source. I have no ther VTK installation.<br>
&gt; BTW, do you see many issues with MSVC2010? I am frustrated with ParaView building process and not sure whether it is compiler/IDE related. Thanks a lot.<br>
&gt;<br>
&gt; Best,<br>
&gt; x<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: Utkarsh Ayachit [mailto:<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>]<br>
&gt; Sent: Monday, February 14, 2011 1:13 PM<br>
&gt; To: Xunlei Wu<br>
&gt; Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt; Subject: Re: [Paraview] failed to launch paraview.exe<br>
&gt;<br>
&gt; Are you sure there isn&#39;t some dll conflict issue? Do you have other installations of ParaView?<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
&gt; On Mon, Feb 14, 2011 at 1:10 PM, Xunlei Wu &lt;<a href="mailto:xunlei@renci.org">xunlei@renci.org</a>&gt; wrote:<br>
&gt;&gt; Hi All,<br>
&gt;&gt;<br>
&gt;&gt; I am trying to run paraview.exe after built it (Debug version) on a<br>
&gt;&gt; Windows7 64bit + MSVC2010 machine. However the application failed to<br>
&gt;&gt; run the following call stack:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;        vtksys.dll!vtksys::SystemTools::FileExists(const char *<br>
&gt;&gt; filename=0xcccccccccccccccc)  Line 928 + 0xd bytes  C++<br>
&gt;&gt;<br>
&gt;&gt;&gt;      vtksys.dll!vtksys::SystemTools::FileExists(const char *<br>
&gt;&gt;&gt;filename=0xcccccccccccccccc, bool isFile=true)  Line 950 + 0xa bytes<br>
&gt;&gt;&gt;C++<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; vtkPVServerManager.dll!vtkSMPluginManager::LoadPluginConfigurationXML(<br>
&gt;&gt; const char * filename=0xcccccccccccccccc)  Line 97 + 0x10 bytes<br>
&gt;&gt; C++<br>
&gt;&gt;<br>
&gt;&gt;       pqCore.dll!pqApplicationCore::loadDistributedPlugins(const char<br>
&gt;&gt; *<br>
&gt;&gt; filename=0x0000000000000000)  Line 726 + 0x5d bytes     C++<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; The related lines of code might be:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; pqApplicationCore.cxx:line 725<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; vtkSMApplication::GetApplication()-&gt;GetPluginManager()-&gt;LoadPluginConf<br>
&gt;&gt; igurationXML(<br>
&gt;&gt;<br>
&gt;&gt;     config_file.toStdString().c_str());<br>
&gt;&gt;<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Where config_file is &quot;C:/ParaViewGit/bin/Debug/../.plugins&quot;. Such file<br>
&gt;&gt; is attached. After the process runs into vtkSMPluginManager<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; void vtkSMPluginManager::LoadPluginConfigurationXML(const char*<br>
&gt;&gt; filename)<br>
&gt;&gt;<br>
&gt;&gt; {<br>
&gt;&gt;<br>
&gt;&gt;   bool debug_plugin = vtksys::SystemTools::GetEnv(&quot;PV_PLUGIN_DEBUG&quot;)<br>
&gt;&gt; != NULL;<br>
&gt;&gt;<br>
&gt;&gt;   vtkPVPluginLoaderDebugMacro(&quot;Loading plugin configuration xml: &quot; &lt;&lt;<br>
&gt;&gt; filename);<br>
&gt;&gt;<br>
&gt;&gt;   if (!vtksys::SystemTools::FileExists(filename, true))<br>
&gt;&gt;<br>
&gt;&gt;     {<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Where filename becomes &quot;0xcccccccccccccccc &lt;Bad Ptr&gt;&quot;. Any idea?<br>
&gt;&gt; Thanks a lot.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Best,<br>
&gt;&gt;<br>
&gt;&gt; x<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>