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

TFS 0.X /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:85: boost::condition_variable::~condition_variable(): Assertion `!ret' failed.

forumek

Member
Joined
Jan 14, 2019
Messages
61
Reaction score
22
Using TFS 0.4 r3884 Debian 10

When I shutdown my server with /shutdown command everything seems fine but there is an error at the end:
Code:
Preparing to shutdown the server- done.
tfs: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:85: boost::condition_variable::~condition_variable(): Assertion `!ret' failed.
Aborted
What can cause this?
 
And you can't start/open it again?
This means boost is already in use I think so as mentioned here
 
And you can't start/open it again?
This means boost is already in use I think so as mentioned here
I can normally
Even after killing the process it will happen again
 
Back
Top