• 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 Weird boost error at startup

Rodo

New Member
Joined
Oct 23, 2007
Messages
575
Solutions
1
Reaction score
3
Location
Mexico
Code:
[0:52:59.485] >> Test server Online!

theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:38: boost::condition_variable::~condition_variable(): Assertion `!pthread_cond_destroy(&cond)' failed.
Aborted

Any idea? :huh:
 
apt-get install libboost-dev (your need 1.42)

if you dont got it...
Code:
[B]nano[/B] or [B]vim[/B] /etc/apt/sources.list
and give me :)
 
apt-get install libboost-dev (your need 1.42)

if you dont got it...
Code:
[B]nano[/B] or [B]vim[/B] /etc/apt/sources.list
and give me :)

Bullshit.

It's some error report enabled by default, probably server can't bind same port twice or you have some onStartup/globalevent fail.
 
Lua:
kilall -9 theforgottenserver

and try to open:

Because a error: U have the server open < two times
 
Back
Top