Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Demo-V05
- MESSAGE:
- singleFile.lua:13958: attempt to index local 'ship' (a nil value)
- TRACE:
- stack traceback:
- singleFile.lua:6477: in function <singleFile.lua:6476>
- [C]: in function '__index'
- singleFile.lua:13958: in function 'distributeAvailablePowerFor'
- singleFile.lua:14049: in function 'callback'
- singleFile.lua:47004: in function 'publish'
- singleFile.lua:27944: in function 'completelyUnhacked'
- singleFile.lua:28739: in function 'completelyUnhacked'
- singleFile.lua:27938: in function 'unhackBy'
- singleFile.lua:17943: in function 'decharge'
- singleFile.lua:17917: in function 'oldCallback'
- singleFile.lua:40397: in function <singleFile.lua:40395>
- STP TRACE:
- Stack Traceback
- ===============
- (1) Lua function '?' at file 'singleFile.lua:6477' (best guess)
- Local variables:
- message = string: "singleFile.lua:13958: attempt to index local 'ship' (a nil value)"
- (*temporary) = Lua function '?' (defined at line 10219 of chunk singleFile.lua)
- (*temporary) = string: "singleFile.lua:13958: attempt to index local 'ship' (a nil value)"
- (*temporary) = string: "stack traceback:\
- \9singleFile.lua:6477: in function <singleFile.lua:6476>\
- \9[C]: in function '__index'\
- \9singleFile.lua:13958: in function 'distributeAvailablePowerFor'\
- \9singleFile.lua:14049: in function 'callback'\
- \9singleFile.lua:47004: in function 'publish'\
- \9singleFile.lua:27944: in function 'completelyUnhacked'\
- \9singleFile.lua:28739: in function 'completelyUnhacked'\
- \9singleFile.lua:27938: in function 'unhackBy'\
- \9singleFile.lua:17943: in function 'decharge'\
- \9singleFile.lua:17917: in function 'oldCallback'\
- \9singleFile.lua:40397: in function <singleFile.lua:40395>"
- (2) metamethod C function '__index'
- (3) Lua method 'distributeAvailablePowerFor' at file 'singleFile.lua:13958'
- Local variables:
- self = table: 0x09288228 {tiles:table: 0x09247170, area:table: 0x092883b8, roomTargetWeights:table: 0x094cc538 (more...)}
- ship = nil
- rooms = table: 0x2cb50338 {}
- (*temporary) = C function: ipairs
- (*temporary) = table: 0x2b489fc8 {__index:table: 0x03822500}
- (*temporary) = table: 0x2cb50338 {}
- (*temporary) = table: 0x2b489fc8 {__index:table: 0x03822500}
- (*temporary) = table module
- (*temporary) = nil
- (*temporary) = nil
- (*temporary) = number: 0
- (*temporary) = table: 0x2b48a1f8 {totalTime:0.333}
- (*temporary) = string: "attempt to index local 'ship' (a nil value)"
- (4) Lua local 'callback' at file 'singleFile.lua:14049'
- Local variables:
- self = table: 0x09288228 {tiles:table: 0x09247170, area:table: 0x092883b8, roomTargetWeights:table: 0x094cc538 (more...)}
- room = table: 0x2a98a190 {gui:table: 0x0939a188, iconY:2, currentCharges:0, console:table: 0x2cac1ec8 (more...)}
- (5) Lua method 'publish' at file 'singleFile.lua:47004'
- Local variables:
- self = table: 0x2a98a190 {gui:table: 0x0939a188, iconY:2, currentCharges:0, console:table: 0x2cac1ec8 (more...)}
- notification = string: "completely unhacked"
- (for generator) = C function: next
- (for state) = table: 0x0930d800 {table: 0x09288228:function: 0x04a1ad28}
- (for control) = number: nan
- observer = table: 0x09288228 {tiles:table: 0x09247170, area:table: 0x092883b8, roomTargetWeights:table: 0x094cc538 (more...)}
- callback = Lua function '?' (defined at line 14047 of chunk singleFile.lua)
- (6) Lua field 'completelyUnhacked' at file 'singleFile.lua:27944'
- Local variables:
- self = table: 0x2a98a190 {gui:table: 0x0939a188, iconY:2, currentCharges:0, console:table: 0x2cac1ec8 (more...)}
- (7) Lua method 'completelyUnhacked' at file 'singleFile.lua:28739'
- Local variables:
- self = table: 0x2a98a190 {gui:table: 0x0939a188, iconY:2, currentCharges:0, console:table: 0x2cac1ec8 (more...)}
- (8) Lua method 'unhackBy' at file 'singleFile.lua:27938'
- Local variables:
- self = table: 0x2a98a190 {gui:table: 0x0939a188, iconY:2, currentCharges:0, console:table: 0x2cac1ec8 (more...)}
- hacker = table: 0x2a451338 {canTargetOwnShip:true, splash:0, gui:table: 0x0939a188, iconY:5.5, currentCharges:1 (more...)}
- (9) Lua method 'decharge' at file 'singleFile.lua:17943'
- Local variables:
- self = table: 0x2a451338 {canTargetOwnShip:true, splash:0, gui:table: 0x0939a188, iconY:5.5, currentCharges:1 (more...)}
- (10) Lua upvalue 'oldCallback' at file 'singleFile.lua:17917'
- (11) Lua function '?' at file 'singleFile.lua:40397' (best guess)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement