Samp Crashes after login to server - 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: Samp Crashes after login to server (
/showthread.php?tid=655529)
Samp Crashes after login to server -
srisaikamal - 23.06.2018
Samp crashing after login. It says SA:MP An exception occered. Samp has crashed Some AMX backtrace errors showing in server-log
Код HTML:
[23/06/2018 05:54:29] onfoot_rate = 50 (int, read-only)
[23/06/2018 05:54:29] incar_rate = 50 (int, read-only)
[23/06/2018 05:54:29] weapon_rate = 50 (int, read-only)
[23/06/2018 05:54:29] socket_listen(): Socket has failed to bind on port 58000.
[23/06/2018 05:54:29] Listen server running on port 58000
[23/06/2018 05:54:29] [LoadPoints] 0 points loaded.
[23/06/2018 05:55:03] [script] 3DTEXTDRAW LIMIT: 1024 (Static, non-streamed) | 3DTEXTDRAW COUNT: 2808
[23/06/2018 05:55:03] [script] PICKUP LIMIT: 4096 (Static, non-streamed) | PICKUP COUNT: 1920
[23/06/2018 05:55:03] [script] OBJECT LIMIT: 1000 (Static, non-streamed) | OBJECT COUNT: 15985
[23/06/2018 05:55:03]
[23/06/2018 05:55:03] -------------------------------------------
[23/06/2018 05:55:03] Loading...
[23/06/2018 05:55:03] XXXXX- Gaming
[23/06/2018 05:55:03] -------------------------------------------
[23/06/2018 05:55:03]
[23/06/2018 05:55:03] Number of vehicle models: 95
[23/06/2018 05:56:37] [connection] 127.0.0.1:61722 requests connection cookie.
[23/06/2018 05:56:38] [connection] incoming connection: 127.0.0.1:61722 id: 0
[23/06/2018 05:56:38] [join] Kamal_Folkster has joined the server (0:127.0.0.1)
[23/06/2018 05:56:39] [debug] Run time error 4: "Array index out of bounds"
[23/06/2018 05:56:39] [debug] Accessing element at index 12 past array upper bound 11
[23/06/2018 05:56:39] [debug] AMX backtrace:
[23/06/2018 05:56:39] [debug] #0 005e1a08 in ?? () from PLA.amx
[23/06/2018 05:56:39] [debug] #1 005e1868 in public ServerHeartbeatTwo@_yT () from PLA.amx
[23/06/2018 05:56:40] [debug] Run time error 4: "Array index out of bounds"
[23/06/2018 05:56:40] [debug] Accessing element at index 12 past array upper bound 11
[23/06/2018 05:56:40] [debug] AMX backtrace:
[23/06/2018 05:56:40] [debug] #0 005e1a08 in ?? () from PLA.amx
[23/06/2018 05:56:40] [debug] #1 005e1868 in public ServerHeartbeatTwo@_yT () from PLA.amx
[23/06/2018 05:56:41] [debug] Run time error 4: "Array index out of bounds"
[23/06/2018 05:56:41] [debug] Accessing element at index 12 past array upper bound 11
[23/06/2018 05:56:41] [debug] AMX backtrace:
[23/06/2018 05:56:41] [debug] #0 005e1a08 in ?? () from PLA.amx
[23/06/2018 05:56:41] [debug] #1 005e1868 in public ServerHeartbeatTwo@_yT () from PLA.amx
[23/06/2018 05:56:42] [debug] Run time error 4: "Array index out of bounds"
[23/06/2018 05:56:42] [debug] Accessing element at index 12 past array upper bound 11
I dont know how to fix this problem i dont have any errors when compiling the script (PWN)
Re: Samp Crashes after login to server -
JasonRiggs - 23.06.2018
Turn on Debug level 3..
If you don't know how then follow these steps..
1. Open pawno folder.
2. Create a new file with name "pawn" and extension ".cfg"
3. Open it and write inside "-d3", then save it.
4. Re compile your script and restart the server.
5. Re-try logging in and send us the logs.
Re: Samp Crashes after login to server -
srisaikamal - 23.06.2018
Amx Backtrace errors are fixed but even keep crashing