We do test nightly with VS10 and one of our developers actively uses it as well so it "should" 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"><<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>></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 <<a href="mailto:xunlei@renci.org">xunlei@renci.org</a>> wrote:<br>
> Hi Utkarsh,<br>
> This is the only copy of ParaView I am building from git source. I have no ther VTK installation.<br>
> 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>
><br>
> Best,<br>
> x<br>
><br>
> -----Original Message-----<br>
> From: Utkarsh Ayachit [mailto:<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>]<br>
> Sent: Monday, February 14, 2011 1:13 PM<br>
> To: Xunlei Wu<br>
> Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
> Subject: Re: [Paraview] failed to launch paraview.exe<br>
><br>
> Are you sure there isn't some dll conflict issue? Do you have other installations of ParaView?<br>
><br>
> Utkarsh<br>
><br>
> On Mon, Feb 14, 2011 at 1:10 PM, Xunlei Wu <<a href="mailto:xunlei@renci.org">xunlei@renci.org</a>> wrote:<br>
>> Hi All,<br>
>><br>
>> I am trying to run paraview.exe after built it (Debug version) on a<br>
>> Windows7 64bit + MSVC2010 machine. However the application failed to<br>
>> run the following call stack:<br>
>><br>
>><br>
>><br>
>> vtksys.dll!vtksys::SystemTools::FileExists(const char *<br>
>> filename=0xcccccccccccccccc) Line 928 + 0xd bytes C++<br>
>><br>
>>> vtksys.dll!vtksys::SystemTools::FileExists(const char *<br>
>>>filename=0xcccccccccccccccc, bool isFile=true) Line 950 + 0xa bytes<br>
>>>C++<br>
>><br>
>><br>
>> vtkPVServerManager.dll!vtkSMPluginManager::LoadPluginConfigurationXML(<br>
>> const char * filename=0xcccccccccccccccc) Line 97 + 0x10 bytes<br>
>> C++<br>
>><br>
>> pqCore.dll!pqApplicationCore::loadDistributedPlugins(const char<br>
>> *<br>
>> filename=0x0000000000000000) Line 726 + 0x5d bytes C++<br>
>><br>
>><br>
>><br>
>> The related lines of code might be:<br>
>><br>
>><br>
>><br>
>> pqApplicationCore.cxx:line 725<br>
>><br>
>><br>
>><br>
>><br>
>> vtkSMApplication::GetApplication()->GetPluginManager()->LoadPluginConf<br>
>> igurationXML(<br>
>><br>
>> config_file.toStdString().c_str());<br>
>><br>
>> }<br>
>><br>
>><br>
>><br>
>> Where config_file is "C:/ParaViewGit/bin/Debug/../.plugins". Such file<br>
>> is attached. After the process runs into vtkSMPluginManager<br>
>><br>
>><br>
>><br>
>> void vtkSMPluginManager::LoadPluginConfigurationXML(const char*<br>
>> filename)<br>
>><br>
>> {<br>
>><br>
>> bool debug_plugin = vtksys::SystemTools::GetEnv("PV_PLUGIN_DEBUG")<br>
>> != NULL;<br>
>><br>
>> vtkPVPluginLoaderDebugMacro("Loading plugin configuration xml: " <<<br>
>> filename);<br>
>><br>
>> if (!vtksys::SystemTools::FileExists(filename, true))<br>
>><br>
>> {<br>
>><br>
>><br>
>><br>
>> Where filename becomes "0xcccccccccccccccc <Bad Ptr>". Any idea?<br>
>> Thanks a lot.<br>
>><br>
>><br>
>><br>
>> Best,<br>
>><br>
>> x<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>><br>
>> Visit other Kitware open-source projects at<br>
>> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>><br>
>> Please keep messages on-topic and check the ParaView Wiki at:<br>
>> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
>><br>
>><br>
><br>
</div></div></blockquote></div><br>