[debug] Run time error 12: "(sleep mode)" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [debug] Run time error 12: "(sleep mode)" (
/showthread.php?tid=592410)
[debug] Run time error 12: "(sleep mode)" -
Scenario - 24.10.2015
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
Re: [debug] Run time error 12: "(sleep mode)" -
AbyssMorgan - 24.10.2015
show Malloc_SolidifyTimer
Re: [debug] Run time error 12: "(sleep mode)" -
Scenario - 24.10.2015
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