Skip to content

Shader Exception for Ubuntu 24.04.1 LTS #331

@HenraL

Description

@HenraL

Hi there, I love your software.
However, when I tried to run it on my Ubuntu 24.04 (wether it was from apt or from source) I got the following shader error:

SomePrompt> gource
terminate called after throwing an instance of 'ShaderException'
  what():  vertex shader 'shadow' failed to compile:
0:5(16): error: no function with name 'ftransform'

      2 | {
      3 |   gl_TexCoord[0] = gl_MultiTexCoord0;
      4 |   gl_FrontColor  = gl_Color;
->    5 |   gl_Position    = ftransform();
      6 | }

Abandon (core dumped)

Do you know what could of triggered it ? And if so, how it could be fixed?
I look forward to your response.
HenraL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions