Hi Nick, You need to put the missing Qt DLLs in the same directory as paraview.exe built as "Release". Note that it seems to be difficult to know the missing DLLs' names since some of them are not displayed directly as warning messages. Probably the following DLLs may be missing: ------ Qt5Core.dll Qt5Gui.dll Qt5Help.dll Qt5Network.dll Qt5Sql.dll Qt5Widgets.dll ...
Thanks, yoshimi 2017-08-26 1:37 GMT+09:00 Nicholas Richmond <[email protected]>: > Greetings, > > I've been having some trouble building ParaView 5.4.1 on my system. I'm > hoping a Windows-savvy user might be able to lend some insight. ParaView > builds just fine under "Debug" mode, but when built as "Release," I get four > errors signaling that "The procedure entry point...could not be located in > the dynamic link library" for paraview.exe, vtkpqPython-pv5.4.dll, > vtkpwWidgets-pv5.4.dll, and vtkpqCore-pv5.4.dll. > > The debugger shows: > > Exception thrown at 0x00007FFD18054B90 (ntdll.dll) in paraview.exe: > 0xC0000139: Entry Point Not Found. > Exception thrown at 0x00007FFD18054B90 (ntdll.dll) in paraview.exe: > 0xC0000139: Entry Point Not Found. > Exception thrown at 0x00007FFD18054B90 (ntdll.dll) in paraview.exe: > 0xC0000139: Entry Point Not Found. > Exception thrown at 0x00007FFD18054B90 (ntdll.dll) in paraview.exe: > 0xC0000139: Entry Point Not Found. > The thread 0x4fcc has exited with code -1073741511 (0xc0000139). > The thread 0x6c7c has exited with code -1073741511 (0xc0000139). > The thread 0x65a0 has exited with code -1073741511 (0xc0000139). > The program '[15092] paraview.exe' has exited with code -1073741511 > (0xc0000139) 'Entry Point Not Found'. > > In case it matters, the only thing I'm changing in CMake is the python > version (to 3). > > Any help would be most appreciated. > Thanks, > Nick > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
