SA-MP Forums Archive
[Help]Server.exe dont load - 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: [Help]Server.exe dont load (/showthread.php?tid=242188)



[Help]Server.exe dont load - =WoR=Bruno - 19.03.2011

Ok,compile fine without erros,no errors at server log.

Server exe open and close in 2 seconds.

Im using a copy of the script that was released some time ago...Project Roleplay.
Plugins and everything else on place...cant see whats the problem is.

i think is some kind of problem with the streamer.I tested by changing the to .so in server.cfg.Server exe then start stay open but give error as obvious,couse i running windows.
With the dll wich is the correct for windows it happends like i said before,open and close immedietly.

Someone have a clue?


Re: [Help]Server.exe dont load - Stigg - 19.03.2011

It should be:

Код:
plugins streamer
In windows. Is that what you mean ?


Re: [Help]Server.exe dont load - Jochemd - 19.03.2011

Look in your server log. There MUST be something there.


Re: [Help]Server.exe dont load - JaTochNietDan - 19.03.2011

.so is the file extension for Linux plugins, if you are running the Windows server, you need to specify the .dll version of the plugin for Windows. Also please paste the output of the server_log.txt when you start the server.

Note: Moved to the Server Support area.


Re: [Help]Server.exe dont load - =WoR=Bruno - 19.03.2011

Код:
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team

[17:58:44] filterscripts = ""  (string)
[17:58:44] weburl = "www.sa-mp.com"  (string)
[17:58:44] 
[17:58:44] Server Plugins
[17:58:44] --------------
[17:58:44]  Loading plugin: streamer
[17:58:44] 

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

[17:58:44]   Loaded.
[17:58:44]  Loaded 1 plugins.

[17:58:44] 
[17:58:44] Filter Scripts
[17:58:44] ---------------
[17:58:44]   Loaded 0 filter scripts.
@Stig,it is done.

@JaTochNietDan i know its dll to windows,i tested with so and exe open with the normal error "streamer not found".Just to check if it open atleast.


Re: [Help]Server.exe dont load - dr.pepper - 19.03.2011

Change the Rcon password?


Re: [Help]Server.exe dont load - =WoR=Bruno - 19.03.2011

that doesnt work...


Re: [Help]Server.exe dont load - NotoriousMOB - 19.03.2011

Post your server.cfg


Re: [Help]Server.exe dont load - =WoR=Bruno - 19.03.2011

Код:
echo Executing Server Config...
lanmode 0
password ****
rcon_password ******
maxplayers 100
port 9987
hostname [Xtreme]Team Test Server 
gamemode0 prrp
filterscripts 
plugins streamer
announce 1
query 1
weburl 
maxnpc 20
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
here it is

i opened a new folder and tried to "re"-setup the server.it still open/close server.exe in 2 secs,but in server log now i have this:

Код:
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team

[19:42:42] filterscripts = ""  (string)
[19:42:42] weburl = "www.sa-mp.com"  (string)
[19:42:42] 
[19:42:42] Server Plugins
[19:42:42] --------------
[19:42:42]  Loading plugin: streamer
[19:42:42] 

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

[19:42:42]   Loaded.
[19:42:42]  Loaded 1 plugins.

[19:42:42] 
[19:42:42] Filter Scripts
[19:42:42] ---------------
[19:42:42]   Loaded 0 filter scripts.

[19:42:42] foreach called
It wasnt appearing before as you can see in previous post


Re: [Help]Server.exe dont load - NotoriousMOB - 19.03.2011

Hmm do you have all the includes correctly?
and shouldnt this look like

"gamemode0 prrp 1"

Not that it will help.