SA-MP Forums Archive
Server closing right after launching - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Server closing right after launching (/showthread.php?tid=260408)



Server closing right after launching - Mikkel - 08.06.2011

Hey. I got this problem when I try to launch my server it closes right after. I searched in the serverlog whatever the problem could be but there was no errors or failed connections whatsoever. I have everything correct installed (at least I think so). I put plugins streamer so it can't be that. Well, if anyone have had a similar problem like mine please reply.

I really appreciate any help I can get.

My server log:
Код:
SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[19:50:39] 
[19:50:39] Server Plugins
[19:50:39] --------------
[19:50:39]  Loading plugin: streamer
[19:50:39] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[19:50:39]   Loaded.
[19:50:39]  Loaded 1 plugins.

[19:50:39] 
[19:50:39] Filter Scripts
[19:50:39] ---------------
[19:50:39]   Loading filter script 'base.amx'...
[19:50:39] 
--Base FS loaded.

[19:50:39]   Loading filter script 'gl_actions.amx'...
[19:50:39]   Loading filter script 'gl_property.amx'...
[19:50:39] 
-----------------------------------
[19:50:39] Grand Larceny Property Filterscript		
[19:50:39] -----------------------------------

[19:50:39]   Loading filter script 'gl_realtime.amx'...
[19:50:39]   Loading filter script 'gl_mapicon.amx'...
[19:50:39]   Loading filter script 'ls_elevator.amx'...
[19:50:39]   Loaded 6 filter scripts.

[19:50:39] foreach called



Re: Server closing right after launching - Joe Staff - 08.06.2011

This can be caused by a few issues:
1. Attempting to load a file that doesn't exist
2. Attempting to save to a directory that doesn't exit
3. MySQL loading a null entry

There are some other issues, but I've been out of the game so long I can't remember


Re: Server closing right after launching - Mikkel - 08.06.2011

Quote:
Originally Posted by SilentHuntR
Посмотреть сообщение
This can be caused by a few issues:
1. Attempting to load a file that doesn't exist
2. Attempting to save to a directory that doesn't exit
3. MySQL loading a null entry

There are some other issues, but I've been out of the game so long I can't remember
If this should be the issue, wouldn't it say something like that in the server.log?
And also, as far as I know none of those issues should have caused it, since I have all the includes, plugins and scriptfiles, so I don't believe there should be any directories which doesn't exists neither.
There's not MySQL in the script, so that can't be the problem :P.


Re: Server closing right after launching - Madsen - 08.06.2011

and if you do not have a rcon password the server wont open either


Re: Server closing right after launching - PGTips - 08.06.2011

if he never changed the rcon password it wouldnt load al that info and wouldnt post anything but change rcon password or somthing like that


Re: Server closing right after launching - Tee - 09.06.2011

One thing to do is go to the server_log.txt file and see what the problem is.

Also if it's a Linux server and you're using sscanf or Incognito's streamer plugin, you would need the .so file and not the .dll file.


Re: Server closing right after launching - Scenario - 09.06.2011

You should re-download the server package from www.sa-mp.com. You might just have a bad copy of the samp-server.exe application.


Re: Server closing right after launching - Gamer_Z - 09.06.2011

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
You should re-download the server package from www.sa-mp.com. You might just have a bad copy of the samp-server.exe application.
It's veryr rare , probably some bad string formatting or null sendclientformat message, or null parameter as string in CallRemote/Localfunction.