-
-
Notifications
You must be signed in to change notification settings - Fork 765
Open
Description
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
Labels
No labels