Advertisement
Guest User

Untitled

a guest
Sep 29th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. 2015-09-29 13:09:57: ERROR[main]: UNRECOVERABLE error occurred. Stopping server. Please fix the following error:
  2. 2015-09-29 13:09:57: ERROR[main]: Lua: Node name is not set or is not a string!
  3.  
  4. In thread 7ffff7fdd740:
  5. /home/telesight/minetest/src/server.cpp:511: void Server::step(float): A fatal error occurred: Lua: Node name is not set or is not a string!
  6. Debug stacks:
  7. DEBUG STACK FOR THREAD 7fffdbfff700:
  8. #0 virtual void* EmergeThread::Thread()
  9. (Leftover data: #1 MapBlock* ServerMap::loadBlock(v3s16))
  10. (Leftover data: #2 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
  11. DEBUG STACK FOR THREAD 7fffe21fc700:
  12. #0 virtual void* EmergeThread::Thread()
  13. (Leftover data: #1 MapBlock* ServerMap::loadBlock(v3s16))
  14. (Leftover data: #2 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
  15. DEBUG STACK FOR THREAD 7fffe2bfd700:
  16. #0 virtual void* EmergeThread::Thread()
  17. (Leftover data: #1 MapBlock* ServerMap::loadBlock(v3s16))
  18. (Leftover data: #2 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
  19. DEBUG STACK FOR THREAD 7fffe35fe700:
  20. #0 virtual void* EmergeThread::Thread()
  21. (Leftover data: #1 MapBlock* ServerMap::loadBlock(v3s16))
  22. (Leftover data: #2 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
  23. DEBUG STACK FOR THREAD 7fffe3fff700:
  24. #0 virtual void* ServerThread::Thread()
  25. #1 void Server::Receive()
  26. (Leftover data: #2 void Server::SendBlocks(float))
  27. (Leftover data: #3 void Server::SendBlockNoLock(irr::u16, MapBlock*, irr::u8, irr::u16))
  28. (Leftover data: #4 void Server::SendBreath(irr::u16, irr::u16))
  29. (Leftover data: #5 bool getCraftingResult(Inventory*, ItemStack&, std::vector<ItemStack>&, bool, IGameDef*))
  30. DEBUG STACK FOR THREAD 7ffff7fdd740:
  31. #0 int main(int, char**)
  32. #1 Dedicated server branch
  33. #2 void dedicated_server_loop(Server&, bool&)
  34. #3 void Server::step(float)
  35. [New Thread 0x7fffe21fc700 (LWP 8776)]
  36. [New Thread 0x7fffe2bfd700 (LWP 8775)]
  37. [New Thread 0x7fffdbfff700 (LWP 8774)]
  38. [New Thread 0x7fffe35fe700 (LWP 8773)]
  39. [New Thread 0x7fffe3fff700 (LWP 8768)]
  40. [New Thread 0x7ffff1463700 (LWP 8767)]
  41. [New Thread 0x7ffff1e64700 (LWP 8766)]
  42.  
  43. Program received signal SIGABRT, Aborted.
  44. 0x00007ffff6227267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55
  45. 55 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  46. (gdb) bt
  47. #0 0x00007ffff6227267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55
  48. #1 0x00007ffff6228eca in __GI_abort () at abort.c:89
  49. #2 0x0000000000605b64 in fatal_error_fn(char const*, char const*, unsigned int, char const*) ()
  50. #3 0x000000000075ba80 in Server::step(float) ()
  51. #4 0x0000000000769455 in dedicated_server_loop(Server&, bool&) ()
  52. #5 0x0000000000470bd0 in main ()
  53. (gdb) Quit
  54. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement