05-05-2014, 09:00 PM
Sorry was away.
Okay tested it now with commands. In release version the creating of the worlds with added hook for chunk generating, let the server crashes with that error
In debug mode the server crashes with that error
If I don't use the hook, the worlds gets created and I can join it. Sorry have no idea how I can provide more informations.
Okay tested it now with commands. In release version the creating of the worlds with added hook for chunk generating, let the server crashes with that error
Code:
[12:56:32] D: | MCServer has encountered an error and needs to close
[12:56:32] Details | SIGABRT: Server self-terminated due to an internal fault
In debug mode the server crashes with that error
Code:
[7f11c5d0d700|12:53:47] Assertion failed: !"Unknown world in cDeadlockDetect", file /home/lukas/cpp/MCServer/src/DeadlockDetect.cpp, line 112
MCServer_debug: /home/lukas/cpp/MCServer/src/DeadlockDetect.cpp:112: void cDeadlockDetect::CheckWorldAge(const AString&, Int64): Assertion `0' failed.
Aborted
If I don't use the hook, the worlds gets created and I can join it. Sorry have no idea how I can provide more informations.