• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Assertion `!ret' failed.

vampirium

New Member
Joined
Jan 10, 2008
Messages
49
Reaction score
0
This happens to me

> Data parsing time: 1.78 seconds.
> Houses synchronization time: 0.742 seconds.
> Content unserialization time: 0.052 seconds.
>> Checking world type... Open PvP
>> Initializing game state and binding services...
> Global IP address: 198.27.122.76
> Bound ports: 7171 7172
>> Everything smells good, server is starting up...
> Total loading time: 23.486 seconds.
>> War-Soul Online!
theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:81: boost::condition_variable::~condition_variable(): Assertion `!ret' failed.

This happens when some spell strips the server stops responding


Already used this command many times, anything to make a players kill the server and appears online but do not let go in

killall -s 9 theforgottenserver

plz help
 
Last edited:
You get that error because the boost is already in use by a TFS server.

TFS version?

Use this command:
Code:
killall -9 theforgottenserver
The why do you include the -s 9 in the command?
 
Back
Top