it's same...;JVanover92 wrote: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.
server crash!
- hummingbird96
- Vertex
- Posts: 14
- Joined: Sun May 30, 2010 2:13 am
- Location: Korea Republic of,
- Contact:
- hummingbird96
- Vertex
- Posts: 14
- Joined: Sun May 30, 2010 2:13 am
- Location: Korea Republic of,
- Contact:
I seem to be having the same problem, as it's giving me the same number crash report.
http:// img708.imageshack.us/img708/4153/crashlk.jpg (Don't have enough posts to post the link, just remove the space.)
When it gets to the last line in the console, the window just closes. I tried reinstalling the server from scratch, but that didn't help.
Here's the .bat file I use:
http:// img708.imageshack.us/img708/4153/crashlk.jpg (Don't have enough posts to post the link, just remove the space.)
When it gets to the last line in the console, the window just closes. I tried reinstalling the server from scratch, but that didn't help.
Here's the .bat file I use:
Code: Select all
"C:\Program Files\Steam\steamapps\name\source dedicated server\orangebox\srcds.exe" -console -game obsidian -port 27015 +map oc_lobby +maxplayers 8
- hummingbird96
- Vertex
- Posts: 14
- Joined: Sun May 30, 2010 2:13 am
- Location: Korea Republic of,
- Contact:
thx to fix this problem but... i have another problem.Dinner wrote:I seem to be having the same problem, as it's giving me the same number crash report.
http:// img708.imageshack.us/img708/4153/crashlk.jpg (Don't have enough posts to post the link, just remove the space.)
When it gets to the last line in the console, the window just closes. I tried reinstalling the server from scratch, but that didn't help.
Here's the .bat file I use:Code: Select all
"C:\Program Files\Steam\steamapps\name\source dedicated server\orangebox\srcds.exe" -console -game obsidian -port 27015 +map oc_lobby +maxplayers 8
srcds_806292