Page 1 of 2

server crash!

Posted: Sun May 30, 2010 5:34 am
by hummingbird96
if i change the map or open server.
than server crashed...

i follow the setting oc server article
and again again and again
but it's same..!

help me... :(

Posted: Sun May 30, 2010 9:35 am
by fug4life
You need to give much more information, in order for anyone to be able to help you.

Firstly what command do you use in console to change map?
What mounts do you have on your server?
What is the file directory path for your obsidian server?

and many more, but you need to give much information.

Posted: Sun May 30, 2010 9:35 am
by fug4life
You need to give much more information, in order for anyone to be able to help you.

Firstly what command do you use in console to change map?
What mounts do you have on your server?
What is the file directory path for your obsidian server?

and many more, but you need to give much information.

Posted: Sun May 30, 2010 12:06 pm
by hummingbird96
fug4life wrote:You need to give much more information, in order for anyone to be able to help you.

Firstly what command do you use in console to change map?
What mounts do you have on your server?
What is the file directory path for your obsidian server?

and many more, but you need to give much information.
console ->
maxplayers set to 16
Can't use cheat cvar snd_obscured_gain_dB in multiplayer, unless the server has sv_cheats set to 1.
Unknown command "mat_bloom_scalefactor_scalar"
Network: IP 121.129.x.xx, mode MP, dedicated Yes, ports 27015 SV / 27005 CL

and i use standalone server (hlds)
mounted hl2,ep1,ep2,obsidian,hls

Posted: Sun May 30, 2010 1:09 pm
by fug4life
The command you use to change level?
Your directory structure? (i.e c:\srcds\orangebox\obsidian)

Any error messages in the console?

Posted: Sun May 30, 2010 1:17 pm
by hummingbird96
fug4life wrote:The command you use to change level?
Your directory structure? (i.e c:\srcds\orangebox\obsidian)

Any error messages in the console?
nothing on console error message...
if i +changelevel oc_lobby, than crashed

server diectory is c:\obsidian\orangebox\obsidian

Posted: Sun May 30, 2010 2:19 pm
by Andrax17
hummingbird96 wrote:
fug4life wrote:The command you use to change level?
Your directory structure? (i.e c:\srcds\orangebox\obsidian)

Any error messages in the console?
nothing on console error message...
if i +changelevel oc_lobby, than crashed

server diectory is c:\obsidian\orangebox\obsidian
why +changelevel? shouldnt changelevel work too, without the "+" in it..... or does it matter

My own server works fine tho...done with the tutorial, i have no problems changing map with changelevel

Posted: Sun May 30, 2010 2:23 pm
by hummingbird96
Andrax17 wrote:
hummingbird96 wrote:
fug4life wrote:The command you use to change level?
Your directory structure? (i.e c:\srcds\orangebox\obsidian)

Any error messages in the console?
nothing on console error message...
if i +changelevel oc_lobby, than crashed

server diectory is c:\obsidian\orangebox\obsidian
why +changelevel? shouldnt changelevel work too, without the "+" in it..... or does it matter

My own server works fine tho...done with the tutorial, i have no problems changing map with changelevel
it's srcds cmd..
-game obsidian ~~~~ like this

Posted: Sun May 30, 2010 2:53 pm
by Andrax17
if you mean the .bat that starts the server
mine is "-game obsidian -ip 91.153.145.xxx -port 27015 +map oc_lobby"
not +changelevel oc_lobby

Posted: Sun May 30, 2010 3:04 pm
by hummingbird96
Andrax17 wrote:if you mean the .bat that starts the server
mine is "-game obsidian -ip 91.153.145.xxx -port 27015 +map oc_lobby"
not +changelevel oc_lobby
ah sry

C:\obsidian\orangebox\srcds.exe -console -game obsidian +map oc_lobby -developer -condebug
but bug is again
Image[/img]

Posted: Sun May 30, 2010 7:53 pm
by Datastream
How much RAM do you have? Or does that matter? Do you know fug?

Posted: Sun May 30, 2010 8:12 pm
by fug4life
I wouldn't know tbh, probably 512mb + & I have no idea what he has.

I'm more concerned with his directory structure, I'm not sure its correct.


Mine is setup like this:

C:\srcds\orangebox

and:

C:\srcds\orangebox\srcds.exe -console -game obsidian -ip xxx.xxx.x.xx -port 27015 +map oc_lobby +maxplayers 4

Now I know you can install srcds pretty much anywhere, but the orange box part has to be correct.

So I only have one obsidian folder and that is placed inside my orangebox folder.

Posted: Mon May 31, 2010 1:27 am
by hummingbird96
Datastream wrote:How much RAM do you have? Or does that matter? Do you know fug?
my ram have 4GB!

Posted: Mon May 31, 2010 1:28 am
by hummingbird96
fug4life wrote:I wouldn't know tbh, probably 512mb + & I have no idea what he has.

I'm more concerned with his directory structure, I'm not sure its correct.


Mine is setup like this:

C:\srcds\orangebox

and:

C:\srcds\orangebox\srcds.exe -console -game obsidian -ip xxx.xxx.x.xx -port 27015 +map oc_lobby +maxplayers 4

Now I know you can install srcds pretty much anywhere, but the orange box part has to be correct.

So I only have one obsidian folder and that is placed inside my orangebox folder.
you mean i didn't need to hl1, 2, 2-1, 2-2?

Posted: Mon May 31, 2010 7:10 am
by Lucky9Two
I would suggest erasing the server and reinstalling from scratch. I have a batch file that restarts my server with settings in the cmd line:

@echo off
cls
echo Protecting OC Server from crashes...
echo Initializing Server...
title Obsidian Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -game obsidian -console -port 27015 +map oc_lobby -maxplayers 18 -autoupdate -sv_pure 0 -nocrashdialog 1 +r_hunkalloclightmaps
echo (%time%) Obsidian crashed -> Reboot...
goto srcds

Paste that into a new notepad file and save as OC_Watchdog.bat & run it to see if it works.
Hope that helped.