21.08.2012, 08:03
Hello everybody! I have a lot of strange errors shown by crashdetect plugin. If I start my server on my computer (Windows 7 OS) server works fine and I don't see any errors in server-log.txt file. But if I put my server to my host (VPS. centos 6 OS) I have a lot of errors shown by crashdetect plugin. I can't connect to server, but I works. In server-log.txt file I see a lot of errors like:
Can somebody say me how can I improve this? Because I need to start my server, but I can't do this. I tried a lot of methods. I using functions liko floatadd,floatmul to floats instead of operators like: +-*/, but it not helps. I using newest includes (float.inc,vehicles.inc etc.).
I fixed this problem. You just need to put mysql plugin first in server.cfg Like that:
Код:
[11:05:51] [debug] Run time error 8: "Heap underflow" [11:05:51] [debug] Heap pointer (HEA) is 0xB7CD3D30, heap bottom (HLW) is 0x297660 [11:05:51] [debug] AMX backtrace: [11:05:51] [debug] #0 00000008 in Float:operator-(Float:) (Float:oper=0.00000) at C:\Users\admin\las-venturas\pawno\include\float.inc:108
I fixed this problem. You just need to put mysql plugin first in server.cfg Like that:
Код:
plugins mysql.so streamer.so sscanf.so