dolphin-li / DynamicFusion

An implementation of the CVPR best paper Dynamic Fusion
102 stars 42 forks source link

GL ERROR #1280 #1

Open Desperater opened 6 years ago

Desperater commented 6 years ago

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?

lbq118 commented 5 years ago

I also meet the problem,Do you know how to solve it? Thanks

FraserJB commented 4 years ago

This could be related to the Qt plugins. Some additional steps need to be taken to get the executable to run. Solve manually by:

Step 1:

Into the ProjetExecutable.exe directory, copy the Dlls that Qt needs: Qt5Core.dll Qt5Gui.dll Qt5Widgets.dll QtOpenGL.dll

Step 1A:

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

Step2:

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

baiyuntao00 commented 3 years ago

I can not solve this problem follow the above approach.