Results 1 to 9 of 9

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

  1. #1
    Join Date
    Apr 2011
    Posts
    36
    Thanks
    3
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default 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

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default 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 ?

  3. #3
    Join Date
    Apr 2011
    Posts
    36
    Thanks
    3
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

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

    program not starting

    white screen when executed in desktop

  4. #4
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default 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.

  5. #5
    Join Date
    Apr 2011
    Posts
    36
    Thanks
    3
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

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

    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.

  6. #6
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

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

    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

  7. #7
    Join Date
    Apr 2011
    Posts
    36
    Thanks
    3
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

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

    thanks stampede sir
    i solved my problem
    its working cute

  8. #8

    Default 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

  9. #9
    Join Date
    Jan 2014
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default 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

    RunTimeError1.jpg

Similar Threads

  1. Replies: 9
    Last Post: 13th September 2011, 03:04
  2. QPainter and Shader
    By shetan in forum Qt Programming
    Replies: 1
    Last Post: 5th April 2011, 09:33
  3. Geometry shader with QT4.7
    By saraksh in forum General Programming
    Replies: 3
    Last Post: 28th March 2011, 17:40
  4. Fragment shader with 2d
    By krzat in forum Newbie
    Replies: 1
    Last Post: 20th December 2010, 22:37
  5. Node Shader Editor
    By AMDx64BT in forum Newbie
    Replies: 1
    Last Post: 6th December 2009, 23:30

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.