Changes between Version 1 and Version 2 of Ticket #502
- Timestamp:
- 11/17/13 20:17:22 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #502 – Description
v1 v2 2 2 3 3 The error is that no commanders are spawned at game start, with the following erros in infolog: 4 4 5 ... 6 5 7 [f=0000000] Error: Lua LoadCode pcall error = 0, LuaRules/main.lua, error = 2, LuaRules/gadgets.lua, [string "LuaRules/gadgets.lua"]:821: attempt to index global 'CallInsMap' (a nil value) 8 6 9 ... 10 7 11 [f=0000001] Error in Update(): [string "LuaUI\Widgets\give_custom.lua"]:68: Bad unitID parameter in GetUnitPosition() 12 8 13 ...