Server Crashes Once I Start It -
Detective- - 10.03.2012
My server crashes after starting it, the server console shows that everything is smooth but it isn't.
[01:49:18] Loaded 0 filter scripts.
[01:49:18] ---------------
[01:49:18] Filter Scripts
[01:49:18]
[01:49:18] Loaded 1 plugins.
[01:49:18] Loaded.
*** Streamer Plugin v2.6 by Incognito loaded ***
[01:49:18]
[01:49:18] Loading plugin: streamer.so
[01:49:18] --------------
[01:49:18] Server Plugins
[01:49:18]
[01:49:18] filterscripts = "" (string)
Re: Server Crashes Once I Start It -
Mark_Weston - 11.03.2012
Show us the full log, and server.cfg
Thanks
Re: Server Crashes Once I Start It -
Detective- - 11.03.2012
That is the full log. :X
Re: Server Crashes Once I Start It -
Mark_Weston - 11.03.2012
Quote:
Originally Posted by Detective-
That is the full log. :X
|
server.cfg? Also did you try to update streamer.so?
Re: Server Crashes Once I Start It -
Detective- - 11.03.2012
I've updated the streamer to the latest rev.29.
Config is the following below...
echo Executing Server Config...
lanmode 0
rcon_password redalert3
maxplayers 25
port 7788
hostname Central Roleplay
gamemode0 penls
filterscripts
plugins streamer.so
announce 1
query 1
weburl
www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 32
logtimeformat [%H:%M:%S]
bind 176.31.192.98
----------------------------
Server Logs are..
[02:05:28] Loaded 0 filter scripts.
[02:05:28] ---------------
[02:05:28] Filter Scripts
[02:05:28]
[02:05:28] Loaded 1 plugins.
[02:05:28] Loaded.
*** Streamer Plugin v2.6 by Incognito loaded ***
[02:05:28]
[02:05:28] Loading plugin: streamer.so
[02:05:28] --------------
[02:05:28] Server Plugins
[02:05:28]
[02:05:28] filterscripts = "" (string)
v0.3c R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server
----------
Loaded log file: "server_log.txt".
Re: Server Crashes Once I Start It -
Mark™ - 11.03.2012
Quote:
Originally Posted by Detective-
I've updated the streamer to the latest rev.29.
Config is the following below...
echo Executing Server Config...
lanmode 0
rcon_password redalert3
maxplayers 25
port 7788
hostname Central Roleplay
gamemode0 penls
filterscripts
plugins streamer.so
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 32
logtimeformat [%H:%M:%S]
bind 176.31.192.98
----------------------------
Server Logs are..
[02:05:28] Loaded 0 filter scripts.
[02:05:28] ---------------
[02:05:28] Filter Scripts
[02:05:28]
[02:05:28] Loaded 1 plugins.
[02:05:28] Loaded.
*** Streamer Plugin v2.6 by Incognito loaded ***
[02:05:28]
[02:05:28] Loading plugin: streamer.so
[02:05:28] --------------
[02:05:28] Server Plugins
[02:05:28]
[02:05:28] filterscripts = "" (string)
v0.3c R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server
----------
Loaded log file: "server_log.txt".
|
0.3c R2

? Please update your server to 0.3d R2. v2.6 is only for 0.3d and above, that's why the crash ocurrs.
Re: Server Crashes Once I Start It -
Detective- - 11.03.2012
Updated it via my Volt-Host control panel but I still get the same error.
[07:18:18] Loaded 0 filterscripts.
[07:18:18] ---------------
[07:18:18] Filterscripts
[07:18:18]
[07:18:18] Loaded 1 plugins.
[07:18:18] Loaded.
*** Streamer Plugin v2.6 by Incognito loaded ***
[07:18:18]
[07:18:18] Loading plugin: streamer.so
[07:18:18] --------------
[07:18:18] Server Plugins
[07:18:18]
[07:18:18] filterscripts = "" (string)
v0.3d-R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server
Re: Server Crashes Once I Start It -
Mark™ - 11.03.2012
Then install crashdetect plugin to check where exactly the crash occurs, debug your gamemode too.
Re: Server Crashes Once I Start It -
Detective- - 11.03.2012
Well I installed crashdetect plugin, I got these errors from my console (it really does work, holy crap)
[17:32:50] [debug] #4 public OnGameModeInit()+0x2c730 from penls.amx
[17:32:50] [debug] #3 native CallLocalFunction() from samp03svr
[17:32:50] [debug] #2 public Itter_OnGameModeInit()+0x301b0 from penls.amx
[17:32:50] [debug] #1 public LoadCars()+0x15a0 from penls.amx
[17:32:50] [debug] #0 native fclose() from samp03svr
[17:32:50] [debug] Backtrace (most recent call first):
[17:32:50] [debug] Server crashed while executing penls.amx
Where can I find that in my script? And how do I fix it and debug it?
Re: Server Crashes Once I Start It -
Mark_Weston - 12.03.2012
Quote:
Originally Posted by Detective-
Well I installed crashdetect plugin, I got these errors from my console (it really does work, holy crap)
[17:32:50] [debug] #4 public OnGameModeInit()+0x2c730 from penls.amx
[17:32:50] [debug] #3 native CallLocalFunction() from samp03svr
[17:32:50] [debug] #2 public Itter_OnGameModeInit()+0x301b0 from penls.amx
[17:32:50] [debug] #1 public LoadCars()+0x15a0 from penls.amx
[17:32:50] [debug] #0 native fclose() from samp03svr
[17:32:50] [debug] Backtrace (most recent call first):
[17:32:50] [debug] Server crashed while executing penls.amx
Where can I find that in my script? And how do I fix it and debug it?
|
Check all of this in your script with ctrl+f ( duh' )
[17:32:50] [debug] #4
public OnGameModeInit()+0x2c730 from penls.amx
[17:32:50] [debug] #3 native CallLocalFunction() from samp03svr
[17:32:50] [debug] #2
public Itter_OnGameModeInit()+0x301b0 from penls.amx
[17:32:50] [debug] #1
public LoadCars()+0x15a0 from penls.amx
[17:32:50] [debug] #0 native fclose() from samp03svr