• 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!

Solved Error on TFS

chiitus

Member
Joined
Jun 1, 2009
Messages
206
Reaction score
12
I have compiled TFS on Linux, but now i get this error:

theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:46: boost::condition_variable::~condition_variable(): Assertion `!pthread_mutex_destroy(&internal_mutex)' failed.

And some times my server is olnine but the players can't log in...

Please, i want put my server online, help!
 
Last edited:
use this command to kill all proccess so you can start a new one

Code:
killall -9 theforgottenserver

or you can give your server a restart

Code:
shutdown -r now

then start your server
 
I think was because i compile with LuaJit, and get crashs when i tried to execute a lot of things, so i compile without LuaJit and bugs fixed!
 
Back
Top