Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. [03:31:50.203] [Error] Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/scripts/util.lua"]:1001: [string "/interface/cockpit/cockpitview.lua"]:779: attempt to index a nil value (local 'display')
  2. stack traceback:
  3. [string "/interface/cockpit/cockpitview.lua"]:779: in method 'showPlanetInfo'
  4. [string "/interface/cockpit/cockpit.lua"]:1242: in function <[string "/interface/cockpit/cockpit.lua"]:1166>
  5. stack traceback:
  6. [C]: in ?
  7. [C]: in function '_ENV.error'
  8. [string "/scripts/util.lua"]:1001: in function <[string "/scripts/util.lua"]:999>
  9. (...tail calls...)
  10. [string "/interface/cockpit/cockpit.lua"]:106: in upvalue 'Update'
  11. [string "/interface/cockpit/callbacks.lua"]:14: in function <[string "/interface/cockpit/callbacks.lua"]:13>
  12. ./starbound(_ZN4Star13StarExceptionC2EPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x66) [0xa91c36]
  13. ./starbound(_ZN4Star12LuaExceptionC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x52) [0xa4b3b2]
  14. ./starbound(_ZN4Star9LuaEngine11handleErrorEP9lua_Statei+0x392) [0xa41f42]
  15. ./starbound(_ZN4Star9LuaEngine12callFunctionIJfEEENS_7VariantINS2_INS_5EmptyEJbxdNS_9LuaStringENS_8LuaTableENS_11LuaFunctionENS_9LuaThreadENS_11LuaUserDataEEEEJNS_11LuaVariadicIS9_EEEEEiDpRKT_+0xbd) [0xd0ffed]
  16. ./starbound(_ZN4Star16LuaBaseComponent6invokeINS_7VariantINS_5EmptyEJbxdNS_9LuaStringENS_8LuaTableENS_11LuaFunctionENS_9LuaThreadENS_11LuaUserDataEEEEJfEEENS_5MaybeIT_EERKNS_6StringEDpOT0_+0xd4) [0xd10224]
  17. ./starbound(_ZN4Star10ScriptPane4tickEv+0x3cd) [0x1548ddd]
  18. ./starbound(_ZN4Star11PaneManager6updateEv+0x25a) [0x14152aa]
  19. ./starbound(_ZN4Star13MainInterface6updateEv+0x2b) [0x14e98db]
  20. ./starbound(_ZN4Star17ClientApplication13updateRunningEv+0x333) [0x97b663]
  21. ./starbound(_ZN4Star17ClientApplication6updateEv+0x70) [0x97c820]
  22. ./starbound(_ZN4Star11SdlPlatform3runEv+0x8bd) [0x1384b8d]
  23. ./starbound(_ZN4Star18runMainApplicationESt10unique_ptrINS_11ApplicationESt14default_deleteIS1_EENS_10StringListE+0xf6) [0x13807d6]
  24. ./starbound(main+0x453) [0x965af3]
  25. /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7fd37e4fbb97]
  26. ./starbound(_start+0x2a) [0x9739ea]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement