SA-MP Forums Archive
Crash Detect Log - 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: Crash Detect Log (/showthread.php?tid=448387)



Crash Detect Log - Tamer - 04.07.2013

Server crashes after printing these up:

Any possible fix for it? Or can someone tell me where should I check? DialogResponse is obvious,but its pretty long,so if someone can tell me what are the numbers infront it would be appreciated.


Code:
[11:40:28] Incoming connection: 78.***.***.****
[11:40:29] [join] Kirill_Komorove has joined the server (0:78.***.***.***)
[11:40:29] [debug] Server crashed while executing GameMode.amx
[11:40:29] [debug] Backtrace (most recent call first):
[11:40:29] [debug] #0  00000031 in ?? () from GameMode.amx
[11:40:29] [debug] #1  0000c080 in ?? () from GameMode.amx
[11:40:29] [debug] #2  00000031 in OnDialogResponse () from GameMode.amx



Re: Crash Detect Log - IstuntmanI - 04.07.2013

https://github.com/Zeex/samp-plugin-crashdetect

Look at "How do I get function names, line numbers, etc in stack trace?".


Re: Crash Detect Log - Tamer - 21.07.2013

Well I got it working finally, so here's the crash log:

Quote:

[16:44:35] [join] Assasin_Blue has joined the server (70:123.23.***.***)
[16:44:36] [debug] Server crashed while executing GameMode.amx
[16:44:36] [debug] Backtrace (most recent call first):
[16:44:36] [debug] #0 00000036 in Debug_Print0 () at C:\Users\Tamer\Dropbox\Pawno\AVT scripting\pawno\include\float.inc:108
[16:44:36] [debug] #1 0000e14c in INI_WriteInt (INI:file=52, name[]=@0x00000000 "", data=1554384684) at C:\Users\Tamer\Dropbox\Pawno\AVT scripting\pawno\include\YSI\y_ini.inc:1091
[16:44:36] [debug] #2 00000036 in Debug_Print0 () at C:\Users\Tamer\Dropbox\Pawno\AVT scripting\pawno\include\float.inc:108

Any ideas?


Re: Crash Detect Log - Tamer - 22.07.2013

Bump


Re: Crash Detect Log - IstuntmanI - 22.07.2013

You are trying to use INI_WriteInt in a row named "" (NULL, no name) ?