Server Crash - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server Crash (
/showthread.php?tid=644996)
Server Crash -
Harexe - 18.11.2017
Hello everyone I uploaded the hosting server but unfortunately it started something wrong and of course I started the server to fall from the server log I pulled out what crashdetect gave me.
[03:05:45] [debug] Server crashed while executing main.amx
[03:05:45] [debug] AMX backtrace:
[03:05:45] [debug] #0 00000005 in OnPlayerConnect (playerid=0, ... <1073741822 arguments>) at <unknown file>:0
[03:05:45] [debug] #1 00013c94 in public OnPlayerConnect () at C:\Users\Zivkovic\Desktop\Zentorno\pawno\include\Y SI\..\YSI_Storage\..\YSI_Coding\..\YSI_Internal\y_ cgen.inc:114
On localhost server does not crash, but it throws out this :
[02:26:28] [debug] Run time error 6: "Invalid instruction"
[02:26:28] [debug] Unknown opcode 0x78000000 at address 0x00000005
[02:26:28] [debug] AMX backtrace:
[02:26:28] [debug] #0 00000000 in public OnPlayerConnect ()
sorry for my bad english
Re: Server Crash -
Kevin51 - 18.11.2017
Upload all your plugins and include
Re: Server Crash -
wallee - 18.11.2017
show us your OnPlayerConnect
Re: Server Crash -
Harexe - 18.11.2017
Includes:
http://prntscr.com/hby12t
Plugins crashdetect streamer sscanf mysql pawncmd
I clear all things in onplayerconnect but this problem showing again..
OnPlayerConnect(playerid) {
/*
*/
return 1;
}
Re: Server Crash -
Harexe - 18.11.2017
Help?
Re: Server Crash -
Konstantinos - 18.11.2017
The only thing I can suggest is to load YSI libraries (y_ini and y_timers) after including a_samp.inc and anything else comes after.
Re: Server Crash -
Harexe - 18.11.2017
You think i define
<a_samp>
And after asamp YSI?
Re: Server Crash -
Harexe - 18.11.2017
Does anyone else have this problem ?
I update ysi to ysi 4.0. But I'm not sure that the problem is because of that. Does anyone have an idea what it could be?