View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005591 | Spring engine | Gfx driver issues | public | 2017-06-01 11:13 | 2017-06-01 12:03 |
| Reporter | sprung | Assigned To | Kloot | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | not fixable | ||
| Product Version | 103.0 +git | ||||
| Summary | 0005591: 103.0.1-746-g82259fc Syntax errors in engine shaders | ||||
| Description | https://github.com/ZeroK-RTS/CrashReports/issues/625 Most likely the user has ancient gfx setup but even so, syntax errors look suspicious. | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
|
|
[f=-000001] [Shader] Warning: [GLSL-SO::CompileShaderObject] shader-object name: unknown, compile-log: 0:1(1): error: syntax error, unexpected $end |
|
|
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. |