[debug] Run time error 12: "(sleep mode)"
#1

I just upgraded to YSI 4.0 and I'm using ZeeX's compiler now as well. This error is showing up in the server console- no idea why though. Any ideas?

Код:
[10:44:17] [debug] Run time error 12: "(sleep mode)"
[10:44:17] [debug] AMX backtrace:
[10:44:17] [debug] #0 00007b00 in public Malloc_SolidifyTimer () from main.amx
Reply
#2

show Malloc_SolidifyTimer
Reply
#3

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
show Malloc_SolidifyTimer
It's a part of YSI 4.0:

pawn Код:
forward Malloc_SolidifyTimer();

public Malloc_SolidifyTimer()
{
    P:1("Malloc_SolidifyTimer called");
    Malloc_TrySetup();
    Malloc_SolidifyHeap();
}
Here's the whole file: https://github.com/Misiur/YSI-Includ.../heapalloc.inc
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)