Fragment shader(s) failed to link, vertex shader(s) linked.

    Joined
    Jun 26, 2013
    Messages
    1
    Reaction score
    0
    • Legacy Citizen 2
    • Legacy Citizen
    Hi,

    I can't launch the game, I have the "Fragment shader(s) failed to link, vertex shader(s) linked." error.





    Any idea ?...

    Thaks ! :)
     
    Joined
    Dec 30, 2012
    Messages
    790
    Reaction score
    1
    • Legacy Citizen 4
    You have an Intel graphic card in the 4 generation, you need to update your drivers at intel\'s site, make sure you download the proper one for your card, and manually since autoupdate tools fail ass.
     
    Joined
    Aug 1, 2013
    Messages
    1
    Reaction score
    0
    Hi, I\'m posting here on behalf of one of my friends that is trying to run the game and is running into the same issue even though he has completely updated his drivers. Is a graphics card possibly a suggestion?

    By The Way: LINUX FTW
     
    Joined
    Sep 8, 2013
    Messages
    1
    Reaction score
    0
    • Legacy Citizen
    I get the exact same popup as Jiti44 posted and my graphics card driver is up to date. I have also tried redownloading the whole game multiple times.
     
    Joined
    Jul 5, 2013
    Messages
    372
    Reaction score
    0
    Try editing the shader a little

    There are dots left behind some numbers. I think by 1000. he means to say 1000.0
    Does it help if you add that 0 after them? For example:
    float mov0 = x+y+cos(sin(time)*2.)*100.+sin(x/100.)*1000.;

    becomes
    float mov0 = x+y+cos(sin(time)*2.0)*100.0+sin(x/100.0)*1000.0;

    The file is at StarMade\\data\\shader\\plasma\\plasma.frag.glsl
    Edit with notepad for example... And you said error message was exactly that yeah, in plasma shader? Error logs could also tell much more details about the error, such as what exact lines in the shader code has errors.