View Issue Details

IDProjectCategoryView StatusLast Update
0004554Spring engineGeneralpublic2014-09-23 14:43
Reporterabma Assigned Toabma  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Version97.0.1+git 
Summary0004554: 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
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
Checked infolog.txt for Errors

Activities

abma

2014-09-23 04:33

administrator   ~0013654

is this a (zk) game widget?

Google_Frog

2014-09-23 07:01

reporter   ~0013655

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.

silentwings

2014-09-23 10:55

reporter   ~0013656

Last edited: 2014-09-23 10:56

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.

Beherith

2014-09-23 12:14

reporter   ~0013657

Last edited: 2014-09-23 12:16

gl_Vertex is an input, try gl_Position as output.

Also:
if((mirrorZ && mirrorX))
Dont && floats, use <>=

abma

2014-09-23 14:43

administrator   ~0013659

thx for feedback.

-> clearly an widget bug

Issue History

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