Advertisement
Guest User

Error

a guest
Dec 16th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. [Error] Exception while calling script init: (LuaException) Error code 2, [string "/monsters/monster.lua"]:31: attempt to index a nil value (global 'BTree')
  2. stack traceback:
  3. [C]: in metamethod '__index'
  4. [string "/monsters/monster.lua"]:31: in function <[string "/monsters/monster.lua"]:13>
  5. ./starbound_server(_ZN4Star13StarExceptionC1EPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x66) [0x974636]
  6. ./starbound_server(_ZN4Star12LuaExceptionC1ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x52) [0x92fb52]
  7. ./starbound_server(_ZN4Star9LuaEngine11handleErrorEP9lua_Statei+0x392) [0x925012]
  8. ./starbound_server(_ZN4Star9LuaEngine12callFunctionIJEEENS_7VariantINS2_INS_5EmptyEJbxdNS_6StringENS_8LuaTableENS_11LuaFunctionENS_9LuaThreadENS_11LuaUserDataEEEEJNS_11LuaVariadicIS9_EEEEEiDpRKT_+0x81) [0xba49d1]
  9. ./starbound_server(_ZNK4Star10LuaContext10invokePathINS_7VariantINS_5EmptyEJbxdNS_6StringENS_8LuaTableENS_11LuaFunctionENS_9LuaThreadENS_11LuaUserDataEEEEJEEET_RKS4_DpRKT0_+0x1c8) [0x10d7a28]
  10. ./starbound_server(_ZN4Star16LuaBaseComponent4initEv+0x207) [0x10d59b7]
  11. ./starbound_server(_ZN4Star17LuaWorldComponentINS_16LuaBaseComponentEE4initEPNS_5WorldE+0x96) [0xb99f06]
  12. ./starbound_server(_ZN4Star7Monster4initEPNS_5WorldEiNS_10EntityModeE+0x4f7) [0xb8bc77]
  13. ./starbound_server(_ZN4Star11WorldServer9addEntityERKSt10shared_ptrINS_6EntityEE+0x3d) [0xfde67d]
  14. ./starbound_server(_ZNK4Star12SpawnerWorld11spawnEntityESt10shared_ptrINS_6EntityEE+0x11) [0xf82971]
  15. ./starbound_server(_ZN4Star7Spawner11spawnInCellERKNS_6VectorIiLm2EEE+0x873) [0xe1cb53]
  16. ./starbound_server(_ZN4Star7Spawner14activateRegionENS_3BoxIfLm2EEE+0xa9) [0xe1de49]
  17. ./starbound_server(_ZN4Star7Spawner6updateEv+0xa4) [0xe1df34]
  18. ./starbound_server(_ZN4Star11WorldServer6updateEv+0x3c2) [0xfe3bd2]
  19. ./starbound_server(_ZN4Star17WorldServerThread6updateENS_19WorldServerFidelityE+0x1ca) [0x10059aa]
  20. ./starbound_server(_ZN4Star17WorldServerThread3runEv+0xdc0) [0x1006d70]
  21. ./starbound_server(_ZN4Star10ThreadImpl9runThreadEPv+0x15) [0x97ed75]
  22. /lib/x86_64-linux-gnu/libpthread.so.0(+0x8182) [0x7f83e0900182]
  23. /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f83dff1247d]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement