Open Desperater opened 7 years ago
I also meet the problem,Do you know how to solve it? Thanks
This could be related to the Qt plugins. Some additional steps need to be taken to get the executable to run. Solve manually by:
Into the ProjetExecutable.exe directory, copy the Dlls that Qt needs: Qt5Core.dll Qt5Gui.dll Qt5Widgets.dll QtOpenGL.dll
Also copy the correct version of libEGL.dll Dlls into the ProjetExecutable.exe directory: e.g copy from: C:\Qt\Qt5.2.1-2012-64\Tools\QtCreator\bin\libEGL.dll C:\Qt\Qt5.2.1-2012-64\Tools\QtCreator\bin\libEGLd.dll
Also in the ProjetExecutable.exe, create a sub-folder called "platforms"
Within the folder, place the missing files
qwindows.dll
...etc (copy the plugins/platforms directory from the corresponding Qt compiler directory)
e.g. from C:\Qt\Qt5.2.1-2012-64\5.2.1\msvc2012_64_opengl\plugins\platforms
I can not solve this problem follow the above approach.
Hi,I tried to compile it on VS 2013+cuda7.5, it pass the compile.But when I run it ,there was gl error #1280 at algorithm\DynamicFusion\glsl\glsl.cpp in line 392. Can you give me some advice what cause it?