Opened 9 years ago
Closed 9 years ago
#604 closed defect (fixed)
lua error from resizing in windowed mode
Reported by: | Bluestone | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | BA trunk | Version: | |
Keywords: | Cc: |
Description (last modified by )
[21:51:44] <Shock_Wave> Error:LuaRules::RunCallIn: error = 2, DrawScreen, [string "LuaRules/Gadget/game/initial_sapwn.lua"]:595: attempt to permorm arithmetic on upvalue 'vsx' (a table value)
Change History (4)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | [21:51:44] <Shock_Wave> Error:LuaRules::RunCallIn: error = 2, DrawScreen, [string "LuaRules/Gadget/game/initial_sapwn.lua"]:595: attempt to permorm arithmetic on upvalue 'vsx' (a table value) → lua error from resizing in windowed mode |
comment:2 by , 9 years ago
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There is no way that vsx is a table. Getviewgeometry can only return 4 numbers, and gadgethandler:viewresize correctly only returns 2 numbers.
I have no idea why this fails.