• 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 Another server crash..

RoHaN-OTs

RoHaN-OTs.com
Joined
Jul 28, 2010
Messages
1,594
Reaction score
82
Location
Sweden
http://www11.speedy*****malware.localhost/files/26891477/download/rprt.jpg
code:
inline SchedulerTask* createSchedulerTask(uint32_t delay, const boost::function<void (void)>& f)
{
assert(delay);
if(delay < SCHEDULER_MINTICKS)
delay = SCHEDULER_MINTICKS;

return new SchedulerTask(delay, f);
}
@ up..
The only proof I got about the error of the server crash.
Sometimes the console says: PANIC API something something can't remember,
and sometimes this error in scheduler.h

Pic of console:
http://www11.speedy*****malware.localhost/files/26897675/download/rprt.png
P.S.
Sizaro will compile for me.

Please give me some feedback or ideas it's crashing like every hour, i believe someone is abusing a bug.
 
Last edited:
Wait for the server to crash, take a screenshot, put it here.

Not much to work with lol.
 
Stop using Windows, Move to linux, you will have 99% less problems than your now having with Windows.
Especially when it comes to Hosting Tibia Servers, you will save your self alot of time.
 
Last edited:
There were only 39 ppl online before the crash and i've held above 200.. I removed aleta som yesterday for some reason, and it hasn't crashed since :eek:
 
Maybe you have some addEvent function call that has nil, or some other invalid value as delay param?
You could always remove the assert.
 
Back
Top