Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GL ERROR #1280 #1

Open
Desperater opened this issue Oct 18, 2017 · 3 comments
Open

GL ERROR #1280 #1

Desperater opened this issue Oct 18, 2017 · 3 comments

Comments

@Desperater
Copy link

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
Copy link

lbq118 commented Apr 12, 2019

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

@FraserJB
Copy link

FraserJB commented May 3, 2020

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
Copy link

I can not solve this problem follow the above approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants