-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
I guy ! Your mod is a pure dream when it works !
Sometimes, when I use a ship (aroud 10m radius) it brings minetest to crash after few seconds during a flight. For now it always has happend during the first fly. After the first it seems to work always.
Here is the minetest output, (no problem before)
2017-07-01 17:22:56: ERROR[Server]: An unhandled exception occurred: String too long for serializeString
2017-07-01 17:22:56: ERROR[Server]: In thread 7f31f7d1b700:
2017-07-01 17:22:56: ERROR[Server]: /home/jimy/minetest-master/src/server.cpp:73: virtual void* ServerThread::run(): A fatal error occured: String too long for serializeString
2017-07-01 17:22:56: ERROR[Server]: Debug stacks:
2017-07-01 17:22:56: ERROR[Server]: DEBUG STACK FOR THREAD 7f31dc954700:
2017-07-01 17:22:56: ERROR[Server]: #0 virtual void* UpdateThread::run()
2017-07-01 17:22:56: ERROR[Server]: DEBUG STACK FOR THREAD 7f31dd555700:
2017-07-01 17:22:56: ERROR[Server]: #0 virtual void* EmergeThread::run()
2017-07-01 17:22:56: ERROR[Server]: DEBUG STACK FOR THREAD 7f31dffff700:
2017-07-01 17:22:56: ERROR[Server]: #0 virtual void* UpdateThread::run()
2017-07-01 17:22:56: ERROR[Server]: DEBUG STACK FOR THREAD 7f31f7d1b700:
2017-07-01 17:22:56: ERROR[Server]: #0 virtual void* ServerThread::run()
2017-07-01 17:22:56: ERROR[Server]: DEBUG STACK FOR THREAD 7f320a4087c0:
2017-07-01 17:22:56: ERROR[Server]: #0 int main(int, char**)
2017-07-01 17:22:56: ERROR[Server]: #1 void ClientMap::renderMap(irr::video::IVideoDriver*, irr::s32)
I think it can be a error during serialization of node's metadata.
When I restart the server, The ship has disappeared ( :-<)
Reactions are currently unavailable