View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004554 | Spring engine | General | public | 2014-09-23 04:14 | 2014-09-23 14:43 |
| Reporter | abma | Assigned To | abma | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Product Version | 97.0.1+git | ||||
| Summary | 0004554: Map Edge Extension widget: mirror shader error: Vertex shader failed to compile | ||||
| Description | [f=0000000] [Map Edge Extension] Error: Map Edge Extension widget: mirror shader error: Vertex shader failed to compile with the following errors: ERROR: 0:17: error(0000164) l-value required: assign "gl_Vertex" (can't modify an input) ERROR: 0:18: error(0000164) l-value required: assign "gl_Vertex" (can't modify an input) ERROR: 0:31: error(0000162) Wrong operand types: no operation "&&" exists that takes a left-hand operand of type "uniform highp float" and a right operand of type "uniform highp float" (or there is no acceptable conversion) ERROR: error(0000273) 3 compilation errors. No code generated | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Checked infolog.txt for Errors | |||||
|
|
is this a (zk) game widget? |
|
|
What do you mean? It is your ticket so you would know whether you were running ZK. From your infolog you were running ZK so unless you enabled local widgets it is a ZK widget. Here it is: https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Widgets/map_edge_extension.lua From the author and date it looks like versions of this widget may be used by other players or games. |
|
|
BAR uses a version of this widget, but its pretty different and doesn't contain a shader (I removed the shader). In any case, not an engine issue afaics. |
|
|
gl_Vertex is an input, try gl_Position as output. Also: if((mirrorZ && mirrorX)) Dont && floats, use <>= |
|
|
thx for feedback. -> clearly an widget bug |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-09-23 04:14 | abma | New Issue | |
| 2014-09-23 04:14 | abma | File Added: infolog.txt | |
| 2014-09-23 04:33 | abma | Note Added: 0013654 | |
| 2014-09-23 07:01 | Google_Frog | Note Added: 0013655 | |
| 2014-09-23 10:55 | silentwings | Note Added: 0013656 | |
| 2014-09-23 10:56 | silentwings | Note Edited: 0013656 | |
| 2014-09-23 12:14 | Beherith | Note Added: 0013657 | |
| 2014-09-23 12:16 | Beherith | Note Edited: 0013657 | |
| 2014-09-23 14:43 | abma | Note Added: 0013659 | |
| 2014-09-23 14:43 | abma | Status | new => closed |
| 2014-09-23 14:43 | abma | Assigned To | => abma |
| 2014-09-23 14:43 | abma | Resolution | open => no change required |