PDA

View Full Version : QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.



hema
13th September 2011, 08:22
hi,

I downloded 5-in-a-row game from quitcoding.com

when i try to execute this game,

i got

QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.

Display adapter ---ATI Mobility radeon hd 4570

i googled many sites but of no-use.

thanks in advance

regards,
hema

stampede
13th September 2011, 08:28
To me, it sounds more like a diagnostic messages rather than error or warning.
Whats the problem anyway ? Program wont start ? Crash ?

hema
13th September 2011, 09:57
program not starting

white screen when executed in desktop

stampede
13th September 2011, 10:18
I don't know how to help you, try to build debug version and use debugger, also check the app exit code.

hema
13th September 2011, 10:25
i tried both debug and release version but of no use

file:///C:/Users/harihem/Downloads/five-in-a-row_1.0/5-in-a-row-build-simulator/content/MainView.qml: File not found
QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
"
QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
"


To me, it sounds more like a diagnostic messages rather than error or warning.

what does it mean?
thanks for reply.

stampede
13th September 2011, 10:29
what does it mean?
This message seems to be some kind of notification that shaders were linked correctly. Not an error message, just a message.
I think you should be more concerned about this one:

file:///C:/Users/harihem/Downloads/five-in-a-row_1.0/5-in-a-row-build-simulator/content/MainView.qml: File not found

hema
14th September 2011, 11:18
thanks stampede sir
i solved my problem
its working cute

user14921
15th October 2011, 19:14
pretty sure it means gpu doesnt support shaders.
was using a card that supported them and never seen this message, but i had to start using onboard graphics since the fan in that card started to fail and it doesnt support shaders.
now i get this message.

doesnt make much sense looking at the display adapter u posted since i would guess that does support shaders so im probably wrong
maybe it just has to do with ATI since the card i never got the message with was nvidia but now the onboard graphics is ati

madhuwesh
28th January 2014, 08:09
i am getting problem of QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked when i am running Qt application with Spx Library(Cambridge Pixel Library).when i am not including SPx library this problem is not coming. My application is getting crashed when this " QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked" is coming with Spx library.

pls suggest some solution for that.
Regards,
Madhuwesh Sharma
Bangalore

9988