GoldenEye: Source Forums

Debriefing => Questions, Help, & How To's => Topic started by: deadxangelqc on November 30, 2015, 12:55:03 am

Title: Server creation
Post by: deadxangelqc on November 30, 2015, 12:55:03 am
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:
(https://i.gyazo.com/6f394bbfadea6aba6308725ba5e8b096.png)

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.
Title: Re: Server creation
Post by: deadxangelqc on November 30, 2015, 12:59:24 am
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 : (https://i.gyazo.com/27204d63d73a436832bf965332ab53ce.png)

On ubuntu 13.04 32 bit

(https://i.gyazo.com/61ed1a4ab4485cd3543036a61241ee1a.png)
(https://i.gyazo.com/dc0dfb74c46c6769aa8b8c700de969b2.png)
Title: Re: Server creation
Post by: soupcan on November 30, 2015, 02:02:34 am
Quote
The error that he get is the process start and the server start but it crash 10 sec in.

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: [Select]
-game C:\a random folder\gesource

gets parsed as C:\a, and then the other things after the space get parsed as separate options. Simply put it in quotes:

Code: [Select]
-game "C:\a random folder\gesource"
Title: Re: Server creation
Post by: deadxangelqc on November 30, 2015, 02:15:12 am
this is my start.bat
srcds.exe -game "G:\steamcmd\gesource\" +maxplayers 16 +map ge_archives
Title: Re: Server creation
Post by: soupcan on November 30, 2015, 02:15:50 am
Add -console. The GUI is buggy.
Title: Re: Server creation
Post by: deadxangelqc on November 30, 2015, 02:24:05 am
I seem to be missing a bunch of HL2 stuff now...

(https://i.gyazo.com/0e0617dc5e19992a17174953c64c4244.png)
Title: Re: Server creation
Post by: soupcan on November 30, 2015, 02:27:12 am
Those errors are fine.
Title: Re: Server creation
Post by: deadxangelqc on November 30, 2015, 02:47:03 am
(https://i.gyazo.com/7d6709649cbf9fcd288a9af21a95db07.png)

I get this map not found thing now, i just added new config...
Also I dont see the server in lan...
Title: Re: Server creation
Post by: deadxangelqc on November 30, 2015, 03:10:17 am
Disregard my last post
(https://i.gyazo.com/fe73bf2c932e761151fb08bd2560bd66.png)

now it is booting up and shit... but crash at adding master server....
Title: Re: Server creation
Post by: deadxangelqc on December 01, 2015, 12:48:24 am
Help?
Title: Re: Server creation
Post by: deadxangelqc on December 02, 2015, 02:02:48 am
ok... SO i found somthing. When the server is running 4.1.. it is up and running but i cant join because i dont have the same version... alright...
so i add the server patch and evrything turn to poop... XD
so i added one by on in the patch... i get a shit tone of errors when i add the script and the server dont start when i add bin folder

please help
Title: Re: Server creation
Post by: killermonkey on December 02, 2015, 11:41:17 am
Why not just download the 4.2.4 full zip?