-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I have git pull the NGL library and since than I am having problems with running projects. I git cloned simpleNGL just to be sure and when I try to run it gives the result below. Can you check it out please?
Thanks
Rabia
Starting /home/i7465438/SimpleNGL/SimpleNGL...
Profile is 4 5
Using GLEW 1.11.0
ngl:: configured with GL version 4.4
Compiling Shader nglTextVertex
Compiling Shader nglTextFragment
GL error GL_INVALID_ENUM error line : 87 file : ../NGL/src/ShaderProgram.cpp
Linking nglTextShader
linking Shader nglTextShader
Compiling Shader nglColourVertex
Compiling Shader nglColourFragment
Linking nglColourShader
linking Shader nglColourShader
Compiling Shader nglDiffuseVertex
Compiling Shader nglDiffuseFragment
Linking nglDiffuseShader
linking Shader nglDiffuseShader
Compiling Shader nglToonVertex
Compiling Shader nglToonFragment
Linking nglToonShader
linking Shader nglToonShader
creating empty ShaderProgram Phong
deleting existing source code
deleting existing source code
Compiling Shader PhongVertex
Compiling Shader PhongFragment
PhongVertex attached to program Phong
PhongFragment attached to program Phong
Linking Phong
linking Shader Phong
Assertion failed :len!=0.0f
Failure occured on line 102 of source file :
"../NGL/src/Vec4.cpp"
Assertion failed :len!=0.0f
Failure occured on line 102 of source file :
"../NGL/src/Vec4.cpp"
Assertion failed :len!=0.0f
Failure occured on line 102 of source file :
"../NGL/src/Vec4.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Uniform "light.constantAttenuation" not found in Program "Phong"
Uniform "light.linearAttenuation" not found in Program "Phong"
Uniform "light.quadraticAttenuation" not found in Program "Phong"
Uniform "light.spotCosCutoff" not found in Program "Phong"
just attached PhongVertex 14
just attached PhongFragment 15
Shutting down NGL, removing VAO's and Shaders
clearing VAOs
Closing down shader manager
removing ShaderProgram Phong
removing ShaderProgram nglToonShader
removing ShaderProgram nglDiffuseShader
removing ShaderProgram nglTextShader
removing ShaderProgram nglColourShader
removing ShaderProgram NULL
removing shader PhongVertex
removing shader nglToonVertex
removing shader nglDiffuseVertex
removing shader nglColourFragment
removing shader nglColourVertex
removing shader PhongFragment
removing shader nglTextFragment
removing shader nglToonFragment
removing shader nglDiffuseFragment
removing shader nglTextVertex
/home/i7465438/SimpleNGL/SimpleNGL exited with code 0
Starting /home/i7465438/SimpleNGL/SimpleNGL...
Profile is 4 5
Using GLEW 1.11.0
ngl:: configured with GL version 4.4
Compiling Shader nglTextVertex
Compiling Shader nglTextFragment
GL error GL_INVALID_ENUM error line : 87 file : ../NGL/src/ShaderProgram.cpp
Linking nglTextShader
linking Shader nglTextShader
Compiling Shader nglColourVertex
Compiling Shader nglColourFragment
Linking nglColourShader
linking Shader nglColourShader
Compiling Shader nglDiffuseVertex
Compiling Shader nglDiffuseFragment
Linking nglDiffuseShader
linking Shader nglDiffuseShader
Compiling Shader nglToonVertex
Compiling Shader nglToonFragment
Linking nglToonShader
linking Shader nglToonShader
creating empty ShaderProgram Phong
deleting existing source code
just attached PhongVertex 14
just attached PhongFragment 15
deleting existing source code
Compiling Shader PhongVertex
Compiling Shader PhongFragment
PhongVertex attached to program Phong
PhongFragment attached to program Phong
Linking Phong
linking Shader Phong
Assertion failed :len!=0.0f
Failure occured on line 102 of source file :
"../NGL/src/Vec4.cpp"
Assertion failed :len!=0.0f
Failure occured on line 102 of source file :
"../NGL/src/Vec4.cpp"
Assertion failed :len!=0.0f
Failure occured on line 102 of source file :
"../NGL/src/Vec4.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Uniform "light.constantAttenuation" not found in Program "Phong"
Uniform "light.linearAttenuation" not found in Program "Phong"
Uniform "light.quadraticAttenuation" not found in Program "Phong"
Uniform "light.spotCosCutoff" not found in Program "Phong"
Shutting down NGL, removing VAO's and Shaders
clearing VAOs
Closing down shader manager
removing ShaderProgram Phong
removing ShaderProgram nglToonShader
removing ShaderProgram nglDiffuseShader
removing ShaderProgram nglTextShader
removing ShaderProgram nglColourShader
removing ShaderProgram NULL
removing shader PhongVertex
removing shader nglToonVertex
removing shader nglDiffuseVertex
removing shader nglColourFragment
removing shader nglColourVertex
removing shader PhongFragment
removing shader nglTextFragment
removing shader nglToonFragment
removing shader nglDiffuseFragment
removing shader nglTextVertex
/home/i7465438/SimpleNGL/SimpleNGL exited with code 0
Starting /home/i7465438/SimpleNGL/SimpleNGL...
Profile is 4 5
Using GLEW 1.11.0
ngl:: configured with GL version 4.4
Compiling Shader nglTextVertex
Compiling Shader nglTextFragment
GL error GL_INVALID_ENUM error line : 87 file : ../NGL/src/ShaderProgram.cpp
Linking nglTextShader
linking Shader nglTextShader
Compiling Shader nglColourVertex
Compiling Shader nglColourFragment
Linking nglColourShader
linking Shader nglColourShader
Compiling Shader nglDiffuseVertex
Compiling Shader nglDiffuseFragment
Linking nglDiffuseShader
linking Shader nglDiffuseShader
Compiling Shader nglToonVertex
Compiling Shader nglToonFragment
Linking nglToonShader
linking Shader nglToonShader
creating empty ShaderProgram Phong
deleting existing source code
just attached PhongVertex 14
just attached PhongFragment 15
deleting existing source code
Compiling Shader PhongVertex
Compiling Shader PhongFragment
PhongVertex attached to program Phong
PhongFragment attached to program Phong
Linking Phong
linking Shader Phong
Assertion failed :len!=0.0f
Failure occured on line 102 of source file :
"../NGL/src/Vec4.cpp"
Assertion failed :len!=0.0f
Failure occured on line 102 of source file :
"../NGL/src/Vec4.cpp"
Assertion failed :len!=0.0f
Failure occured on line 102 of source file :
"../NGL/src/Vec4.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Assertion failed :len!=0.0f
Failure occured on line 210 of source file :
"../NGL/src/Vec3.cpp"
Uniform "light.constantAttenuation" not found in Program "Phong"
Uniform "light.linearAttenuation" not found in Program "Phong"
Uniform "light.quadraticAttenuation" not found in Program "Phong"
Uniform "light.spotCosCutoff" not found in Program "Phong"
Shutting down NGL, removing VAO's and Shaders
clearing VAOs
Closing down shader manager
removing ShaderProgram Phong
removing ShaderProgram nglToonShader
removing ShaderProgram nglDiffuseShader
removing ShaderProgram nglTextShader
removing ShaderProgram nglColourShader
removing ShaderProgram NULL
removing shader PhongVertex
removing shader nglToonVertex
removing shader nglDiffuseVertex
removing shader nglColourFragment
removing shader nglColourVertex
removing shader PhongFragment
removing shader nglTextFragment
removing shader nglToonFragment
removing shader nglDiffuseFragment
removing shader nglTextVertex
/home/i7465438/SimpleNGL/SimpleNGL exited with code 0