Server shuts down upon someone connecting.. - 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: Server shuts down upon someone connecting.. (
/showthread.php?tid=345656)
Server shuts down upon someone connecting.. -
HazardGaming - 25.05.2012
The minute it was "Connected. Joining the game..." the server shuts off, anyone know why?
Re: Server shuts down upon someone connecting.. -
Vince - 25.05.2012
How about you posting the server log? Most likely failed to read/write file.
Re: Server shuts down upon someone connecting.. -
TheDominator - 25.05.2012
Yeah we can't do nothing to help you if you don't give us something to help you with.
Re: Server shuts down upon someone connecting.. -
Mauzen - 25.05.2012
Take a look at the crashdetect plugin. You got a script problem in your OnPlayerConnect code. Compile it with debug option and youll get the exact line that causes the problem (should be described in the crashdetect topic)
Re: Server shuts down upon someone connecting.. -
TheDominator - 25.05.2012
I believe this is the topic about the crashdetect plugin.
https://sampforum.blast.hk/showthread.php?tid=262796
Re: Server shuts down upon someone connecting.. -
MP2 - 25.05.2012
You're probably reading or writing to a directory that doesn't exist.
Re: Server shuts down upon someone connecting.. -
IceCube! - 25.05.2012
YOur offering him a crashdetect plugin, no offence to him but I doubt he knows how to read it and fix a error from what it says. Another thing as said above he is 99% statiscticly missing a file or folder.
Re: Server shuts down upon someone connecting.. -
Flake. - 25.05.2012
if your using mysql it looks like you are trying to connect to a failed databse (that is if you use mysql) also try updating your plugins and make sure you dont have any code over any important code Onplayerconnect, somthing like this happened to me.
Re: Server shuts down upon someone connecting.. -
Edward156 - 26.05.2012
Quote:
Originally Posted by IceCube!
Another thing as said above he is 99% statiscticly missing a file or folder.
|
I, myself, can't even stress this enough. :P