#0 000a81fc in public OnDialogResponse [ WHAT? ] - 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: #0 000a81fc in public OnDialogResponse [ WHAT? ] (
/showthread.php?tid=447107)
#0 000a81fc in public OnDialogResponse [ WHAT? ] -
nGen.SoNNy - 28.06.2013
What's the problem of this ?
pawn Code:
[22:26:30] [debug] Server crashed while executing (SE-B4).amx
[22:26:30] [debug] AMX backtrace:
[22:26:30] [debug] #0 000a81fc in public OnDialogResponse (playerid=56, dialogid=137, response=1, listitem=-1, inputtext[]=@0x002b7e74 "skate4life") at D:\Pawno - Project\SE - Build #4\gamemodes\(SE-B4).pwn:14171
[22:26:30] [debug] System backtrace:
Re: #0 000a81fc in public OnDialogResponse [ WHAT? ] -
Scenario - 28.06.2013
If I'm not mistaken, line 14171 should be where the error is.
Re: #0 000a81fc in public OnDialogResponse [ WHAT? ] -
nGen.SoNNy - 28.06.2013
I have 17.000 users registerd by that script and no errors

It's something rare... it's the third time when i gen this in 2-3 months i guess. maybe something from mysql
Re: #0 000a81fc in public OnDialogResponse [ WHAT? ] -
Scenario - 28.06.2013
I can't help you without any code to look at!
Re: #0 000a81fc in public OnDialogResponse [ WHAT? ] -
nGen.SoNNy - 28.06.2013
I need some informations about the error code. The script it's fine but i will post it.
Re: #0 000a81fc in public OnDialogResponse [ WHAT? ] -
Scenario - 28.06.2013
Obviously the code isn't fine. If it was, this crash information wouldn't be printing.
Re: #0 000a81fc in public OnDialogResponse [ WHAT? ] -
nGen.SoNNy - 28.06.2013
But why i only get this in crash once per month ?
Re: #0 000a81fc in public OnDialogResponse [ WHAT? ] -
Scenario - 28.06.2013
Have you kept the logs each time this happens? Because, if not, you should be! There could be an issue with playerid 56, or, perhaps even the specific dialogid. Maybe it's caused when someone enters a specific text (in inputtext[]). We may never know for certain if you don't show some code!