Debriefing > Questions, Help, & How To's
Server creation
deadxangelqc:
I and my friend have been trying to put up a server for a couples days now.
On my part I tried it on Windows server 2012 R2.
And I always land on this error:
I have been trying variants on the start.bat changed config files and still get that error.
I followed the steps in this tutorial:
http://wiki.geshl2.com/goldeneye/server_install
My friend on the other part been following the same tutorial but in Linux
He tried many versions of Ubuntu and he tried fedora.
The error that he get is the process start and the server start but it crash 10 sec in.
If someone could help us it would be cool.
deadxangelqc:
As soon I click te "ok" the task is killed
We would like a linux server but we will deal with what works.
Somtime I get this :
On ubuntu 13.04 32 bit
soupcan:
--- Quote ---The error that he get is the process start and the server start but it crash 10 sec in.
--- End quote ---
For Linux servers, you need to set MALLOC_CHECK_ to 0.
For the gameinfo error, it looks like you didn't put your -game path in quotes. For example,
--- Code: ---
-game C:\a random folder\gesource
--- End code ---
gets parsed as C:\a, and then the other things after the space get parsed as separate options. Simply put it in quotes:
--- Code: ---
-game "C:\a random folder\gesource"
--- End code ---
deadxangelqc:
this is my start.bat
srcds.exe -game "G:\steamcmd\gesource\" +maxplayers 16 +map ge_archives
soupcan:
Add -console. The GUI is buggy.
Navigation
[0] Message Index
[#] Next page
Go to full version