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

Windows [HeLp]Error Loading Server ;s

mesosot

Member
Joined
Aug 16, 2007
Messages
356
Reaction score
5
hello there ,,,

i got this error when i load the server ...

[20/08/2010 01:47:31] > Data parsing time: 3.536 seconds
.

i mean when server get to this line it freez and dont load any thing after it ... and one help ?
 
i wait alot , but in normal it was loaded not more than 3 Seconds ....

Edit : may my house thing id bugged ?? how i rest it then ?

Edit2: thats not in one server i host ... i tryed another server with same DB and it made same thing ...
 
i wait alot , but in normal it was loaded not more than 3 Seconds ....

Edit : may my house thing id bugged ?? how i rest it then /.?

Do you have backup from your server or something, if you have you should try with it, it can be worth of trying :) And think if you've put something new to server before that freezing started.
 
are your try skip house synchronization,(it will help you sure this bug because house or other). Must make a sql backup before do this.
 
in map.cpp find
IOMapSerialize::getInstance()->updateHouses();
IOMapSerialize::getInstance()->updateAuctions();
and add // before it
//IOMapSerialize::getInstance()->updateHouses();
//IOMapSerialize::getInstance()->updateAuctions();
then you should re-compile .exe, but i think it more faster than check all house id
do this will del all item in house and depot when server save, backup sql,ok
 
Back
Top