Advertisement
Guest User

Untitled

a guest
Sep 29th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. 2015-09-29 12:07:00: ERROR[main]: UNRECOVERABLE error occurred. Stopping server. Please fix the following error:
  2. 2015-09-29 12:07:00: ERROR[main]: Lua: Node name is not set or is not a string!
  3.  
  4. In thread 7f87b8c7c740:
  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 7f879ebfd700:
  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 7f879f5fe700:
  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 7f879ffff700:
  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 7f87a8be9700:
  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 7f87a95ea700:
  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 MapBlock* ServerMap::loadBlock(v3s16))
  29. (Leftover data: #5 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
  30. DEBUG STACK FOR THREAD 7f87b8c7c740:
  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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement