QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
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
Re: QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
To me, it sounds more like a diagnostic messages rather than error or warning.
Whats the problem anyway ? Program wont start ? Crash ?
Re: QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
program not starting
white screen when executed in desktop
Re: QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
I don't know how to help you, try to build debug version and use debugger, also check the app exit code.
Re: QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
i tried both debug and release version but of no use
Quote:
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.
"
Quote:
To me, it sounds more like a diagnostic messages rather than error or warning.
what does it mean?
thanks for reply.
Re: QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
Quote:
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:
Quote:
file:///C:/Users/harihem/Downloads/five-in-a-row_1.0/5-in-a-row-build-simulator/content/MainView.qml: File not found
Re: QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
thanks stampede sir
i solved my problem
its working cute
Re: QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
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
1 Attachment(s)
Re: QGLShader::link: "Fragment shader(s) linked, vertex shader(s) linked.
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
Attachment 9988