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

Error.

Status
Not open for further replies.

Dilio

Owner of Project Thala
Joined
Jun 8, 2008
Messages
188
Reaction score
7
Location
London, Ontario
Hello OtLand. Well, here's my problem. Whenever I 'push' someone, (move them with my mouse), my server freezes, I get a runtime error that says:
Code:
Assertion failed!

Program: ...
File: ../scheduler.h
Line: 49

Expression: delay

For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts

(Press Retry to debug the application - JIT must be enabled)

[Abort] [Retry] [Ignore]

If I press Abort, everything shuts down.

If I press Retry, the server stops responding and shuts down.

If I press Ignore, the server unfreezes, and the character is moved to the new location.

I'm wondering what could be causing this error, I've already looked at the coding and I can't seem to find what the problem is.

Thanks in advance.

Edit: I've tried replacing the code with a fresh one, didn't work.
Edit 2: I tried removing the assert, didn't work.

Edit 3: SOLVED Lol, I had pushCreatureDelay in config set to 0 * 1000 xD
 
Last edited:
Status
Not open for further replies.
Back
Top