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

Compiling help items.cpp 8.60

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
PHP:
[9:38:17.877] [Error - Items::loadFromOtb] Another (client) version of items.otb is required.

[9:38:17.878] > ERROR: Unable to load items (OTB)!
theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:38: boost::condition_variable::~condition_variable(): Assertion `!pthread_cond_destroy(&cond)' failed.
 
remove
Code:
	else if(Items::dwMinorVersion != CLIENT_VERSION_???)
	{
		std::clog << "[Error - Items::loadFromOtb] Another (client) version of items.otb is required." << std::endl;
		return ERROR_INVALID_FORMAT;
	}
or just save it as proper OTB version (graphics.dat)
 
Back
Top