Crash Detect error problem
#5

Above this line:
pawn Код:
[11:28:29] [debug] #0 0017d254 in public OnVehicleStreamIn (959, 15) from k.amx
describes which run time error is and more information such as the index if it's run time error 4. You'll need to find this otherwise we don't know what we're looking for in that callback.

The other two lines you posted:
pawn Код:
[11:28:33] [debug] Run time error 4: "Array index out of bounds"
[11:28:33] [debug]  Accessing element at index 1001 past array upper bound 1000
are part of your last post which happens in OnPlayerKeyStateChange and in a function that is called in OnPlayerKeyStateChange as well (two different though).

In order to make it easier for both of us, create a file called pawn.cfg (if you can't create the file with that extension, copy server.cfg from the main directory and rename it) into pawno folder and write -d3 in it. Save it and re-compile your scripts. Run the server and if you get reports from crashdetect, post them all.
Reply


Messages In This Thread
Crash Detect error problem - by ThatFag - 27.08.2016, 15:35
Re: Crash Detect error problem - by DarkSkull - 27.08.2016, 15:46
Re: Crash Detect error problem - by Konstantinos - 27.08.2016, 17:14
Re: Crash Detect error problem - by ThatFag - 27.08.2016, 19:27
Re: Crash Detect error problem - by Konstantinos - 27.08.2016, 20:08
Re: Crash Detect error problem - by Shinja - 27.08.2016, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)