![]() |
#951 |
Banned
![]() Join Date: Dec 2007
Posts: 2,594
Reputation: 326
|
![]() pawn Code:
Very nice BUT you cannot see the error logs until you turn off the server? |
![]() |
![]() |
![]() |
#952 |
Banned
![]() Join Date: Jun 2008
Location: Azerbaijan
Posts: 6,269
Reputation: 525
|
![]() |
![]() |
![]() |
![]() |
#953 |
Banned
![]() Join Date: Dec 2007
Posts: 2,594
Reputation: 326
|
![]() |
![]() |
![]() |
![]() |
#954 |
Little Clucker
![]() Join Date: Jul 2015
Posts: 38
Reputation: 1
|
![]()
Hello peeps,
i have some problems with crash detect plugin. In my server log there are no function names from my script. I have -d3 on my compailer options Compiler options Code:
-r -w 203 -d3 Code:
[23:19:38] [debug] AMX backtrace: [23:19:38] [debug] #0 0048c6d0 in public OnSQLError (1, 1064, 28025620, 28023736, 28023732) from script.amx [23:19:38] [debug] #1 native sql_query () from sql.so [23:19:38] [debug] #2 000804f0 in public SacuvajIgraca (0) from script.amx [23:19:38] [debug] #3 000ae9a0 in public ppb_OnPlayerDisconnect (0, 1) from script.amx [23:19:38] [debug] #4 00030fb8 in public FC_OnPlayerDisconnect (0, 1) from script.amx [23:19:38] [debug] #5 native CallLocalFunction () from samp03svr [23:19:38] [debug] #6 00026fc4 in public SSCANF_OnPlayerDisconnect (0, 1) from script.amx [23:19:38] [debug] #7 0001d310 in public Itter_OnPlayerDisconnect (0, 1) from script.amx [23:19:38] [debug] #8 0001b008 in ?? (0, 1) from script.amx [23:19:38] [debug] #9 0000b73c in public FIXES_OnPlayerDisconnect (0, 1) from script.amx [23:19:38] [debug] #10 native CallLocalFunction () from samp03svr [23:19:38] [debug] #11 00002264 in public OnPlayerDisconnect (0, 1) from script.amx |
![]() |
![]() |
![]() |
#955 |
Banned
![]() Join Date: May 2016
Posts: 12
Reputation: 0
|
![]()
When using the function exit; gives [debug]
|
![]() |
![]() |
![]() |
#956 |
Huge Clucker
![]() ![]() ![]() Join Date: May 2015
Posts: 473
Reputation: 19
|
![]()
Hello guys
Periodically the server drops with such an error PHP Code:
|
![]() |
![]() |
![]() |
#957 |
Little Clucker
![]() Join Date: Jul 2014
Location: Russia
Posts: 32
Reputation: 4
|
![]()
Help me pleaase! How to show message: Accessing element at index a past array upper bound b.
The message is not shown in my case. PHP Code:
PHP Code:
|
![]() |
![]() |
![]() |
#958 |
Big Clucker
![]() ![]() Join Date: Oct 2016
Location: Ecuador
Posts: 132
Reputation: 1
|
![]() pawn Code:
Why is debug # 0? I find no explanation. |
![]() |
![]() |
![]() |
#959 |
Gangsta
![]() ![]() ![]() ![]() Join Date: Oct 2016
Location: Brazil
Posts: 894
Reputation: 35
|
![]()
"Array index out of bounds"
Code:
new Slots[24]; for(new i; i < 100; i++) { //it was supposed to be 24 Slots[i] = 5; } Pawno: https://github.com/Zeex/samp-plugin-...ith-debug-info Sublime: Code:
{ "cmd": ["pawncc.exe", "-i includes", "$file", "-;+", "-r", "-O0", "-d3"], "path": "C:/path/to/pawno/folder" <<<< change it } open pawn.json Code:
"build": { "args": ["-r", "-O0", "-d3", "-;+", "-(+", "-Z+"] }, Code:
"-r, -O0, -d3" https://forum.sa-mp.com/showpost.php...67&postcount=2 |
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Ajuda] CrashDetect | iHarzard | Português/Portuguese | 1 | 02/03/2014 08:33 PM |
CrashDetect | SPA | Scripting Help | 3 | 23/02/2014 11:17 AM |
CrashDetect | SPA | Scripting Help | 9 | 19/02/2014 09:17 PM |
CrashDetect.so | Mahde | Scripting Help | 2 | 09/02/2014 12:45 PM |
Crashdetect | Blackazur | Server Support | 1 | 30/11/2012 10:27 AM |