SA-MP Forums Archive
[Crash] Server crashing problem - 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] Server crashing problem (/showthread.php?tid=460559)



[Crash] Server crashing problem - Marko Koprivanac - 29.08.2013

My server started to crash, and this is crashdetect plugin output, i don't understand what this means so can you help me?
I compiled script wiht -d3 flag.

Код:
[22:41:30] [debug] Run time error 4: "Array index out of bounds"
[22:41:30] [debug] Accessing element at index 65535 past array upper bound 199
[22:41:30] [debug] AMX backtrace:
[22:41:30] [debug] Server crashed while executing LVRP.amx
[22:41:30] [debug] AMX backtrace:



Re: [Crash] Server crashing problem - SilentSoul - 29.08.2013

Can you show us your server.cfg ?


Re: [Crash] Server crashing problem - Marko Koprivanac - 29.08.2013

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
Can you show us your server.cfg ?
Here it is:

Код:
echo Executing Server Config...
 
rcon_password rcon 0
rcon 0
hostname Las Vegas RolePlay
weburl www.lasvegas-hq.info
 
gamemode0 LVRP 1
 
filterscripts JunkBuster
 
plugins streamer.so sscanf.so crashdetect.so
 
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 150.0
stream_rate 1000
 
announce 1
query 1
lanmode 0
maxplayers 150
bind 176.57.142.99
port 7819



Re: [Crash] Server crashing problem - SilentSoul - 29.08.2013

In your server folder > Plugins include Streamer , sscanf , crashdetect ?
and you using linux or windows ?