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

Memview fails to start displaying #4

Open
dothebart opened this issue Nov 4, 2014 · 1 comment
Open

Memview fails to start displaying #4

dothebart opened this issue Nov 4, 2014 · 1 comment

Comments

@dothebart
Copy link

Hi, I've just compiled memview on a debian jessie with QT5 and tried to run it with /bin/true, It only gives me a white window and floods the console with this:

(0) : error C5145: must write to gl_Position
"
QGLShaderProgram::uniformLocation( theState ): shader program is not linked
QGLShaderProgram::uniformLocation( theColors ): shader program is not linked
QGLShaderProgram::uniformLocation( theStale ): shader program is not linked
QGLShaderProgram::uniformLocation( theHalfLife ): shader program is not linked
QGLShaderProgram::uniformLocation( theDisplayMode ): shader program is not linked
QGLShaderProgram::uniformLocation( theDisplayDimmer ): shader program is not linked
QGLShaderProgram::uniformLocation( theTime ): shader program is not linked
QGLShaderProgram::uniformLocation( theWindowResX ): shader program is not linked
QGLShaderProgram::uniformLocation( theWindowResY ): shader program is not linked
QGLShaderProgram::uniformLocation( theDisplayOffX ): shader program is not linked
QGLShaderProgram::uniformLocation( theDisplayOffY ): shader program is not linked
QGLShaderProgram::uniformLocation( theDisplayResX ): shader program is not linked
QGLShaderProgram::uniformLocation( theDisplayResY ): shader program is not linked

QGLShader::link: "Vertex info

@ajclinto
Copy link
Owner

This can sometimes happen if it doesn't find the shader program. Are you executing from the build directory (the one containing memview.vert and memview.frag)?

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

2 participants