View Issue Details

IDProjectCategoryView StatusLast Update
0005591Spring engineGfx driver issuespublic2017-06-01 12:03
Reportersprung Assigned ToKloot  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionnot fixable 
Product Version103.0 +git 
Summary0005591: 103.0.1-746-g82259fc Syntax errors in engine shaders
Descriptionhttps://github.com/ZeroK-RTS/CrashReports/issues/625

Most likely the user has ancient gfx setup but even so, syntax errors look suspicious.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

sprung

2017-06-01 11:14

reporter   ~0017751

[f=-000001] [Shader] Warning: [GLSL-SO::CompileShaderObject] shader-object name: unknown, compile-log:
0:1(1): error: syntax error, unexpected $end

Kloot

2017-06-01 12:02

developer   ~0017752

GL version: 2.1 Chromium 1.9
GL vendor: Humper
GL renderer: Chromium
GLSL version: 1.20

this GL implementation is 1) severely behind the times (last updated in 2005) and 2) was never intended for games but for rendering on workstation clusters.

engine builds newer than 746 will refuse to start without GL3 support so it's a non-issue.

"syntax errors look suspicious"

it's what happens when you feed shader code to an incomplete / non-conforming compiler.

Issue History

Date Modified Username Field Change
2017-06-01 11:13 sprung New Issue
2017-06-01 11:14 sprung Note Added: 0017751
2017-06-01 12:02 Kloot Note Added: 0017752
2017-06-01 12:03 Kloot Assigned To => Kloot
2017-06-01 12:03 Kloot Status new => closed
2017-06-01 12:03 Kloot Resolution open => not fixable