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

[OTCLIENT][SERVER SIDE ERROR]

Devlinn

Member
Joined
Mar 25, 2015
Messages
295
Reaction score
6
hello, how i can fix this error on server side?
Code:
 could not get creature
at:
    [C++]: ?parseCreatureLight@ProtocolGame@@AAEXABV?$shared_object_ptr@VInputMessage@@@stdext@@@Z
 
If you read above the parseCreatureLight function you will find this;
C++:
// some servers has a bug in get spectators and sends unknown creatures updates
// so this code is disabled
/*
else
g_logger.traceError("could not get creature");
*/

So check your getSpectators function or verify all the creature ids before sending the packages.
 
Back
Top