GoldenEye: Source Forums

Editing and Customization => Modding Help => Topic started by: f4hkramer on September 03, 2014, 04:11:42 am

Title: Error when starting new server
Post by: f4hkramer on September 03, 2014, 04:11:42 am
I followed the instructions on the wiki page, but when I press start server I get this error:

"C:\Program\gameinfo.txt is missing"

I searched google found this error for other source games but not sure how to fix it for starting a goldeneye source server. I am able to play the game just fine. Any help is appreciated.

Kramer
Title: Re: Error when starting new server
Post by: soupcan on September 03, 2014, 04:30:49 am
Looks like you didn't put the path to your GES install in quotes.
Title: Re: Error when starting new server
Post by: f4hkramer on September 03, 2014, 01:06:20 pm
Ok, where would I do that? I didn't see that in the wiki instructions anywhere..
Title: Re: Error when starting new server
Post by: soupcan on September 03, 2014, 04:47:03 pm
It looks like, in the start script, you added something like

-game C:\Program Files\Steam\SteamApps\sourcemods\gesource

which, without quotes, gets parsed as: C:\Program

Just put the path in quotes:
-game "C:\Program Files\Steam\SteamApps\sourcemods\gesource"
Title: Re: Error when starting new server
Post by: f4hkramer on September 03, 2014, 11:28:37 pm
I still get the same error message, this is what I put in when I found the correct location of the game.

-game  "C:\Program Files (x86)\Steam\SteamApps\sourcemods\gesource" +maxplayers 16 +map ge_archives
Title: Re: Error when starting new server
Post by: soupcan on September 03, 2014, 11:48:52 pm
Make sure you're starting the server with -console. In my last experience with it, the GUI was broken.
Title: Re: Error when starting new server
Post by: f4hkramer on September 04, 2014, 12:06:58 am
not sure what you mean by that...replace -game with -console? im a total noob with source stuff...
Title: Re: Error when starting new server
Post by: soupcan on September 04, 2014, 12:11:49 am
add "-console" after srcds.exe, do not remove anything.
Title: Re: Error when starting new server
Post by: f4hkramer on September 04, 2014, 12:32:42 am
Ok It looks like it works, but when I try to find the server its not listed. Do you see any glaring errors in the code? cause it looks greek to me lol.
Title: Re: Error when starting new server
Post by: soupcan on September 04, 2014, 01:06:35 am
For the same local network the server's on, it'll appear in LAN tab. If others can't view it in the Internet tab or connect directly, you haven't portforwarded (27000-27050, udp/tcp, inbound). If you don't know how to do that, you probably shouldn't be running a public server.
Title: Re: Error when starting new server
Post by: f4hkramer on September 04, 2014, 02:17:50 am
I have forwarded the ports, but still nothing....thank you for your time, im not sure what else I can do.
Title: Re: Error when starting new server
Post by: kraid on September 04, 2014, 03:25:45 am
sv_lan 0
heartbeat
changelevel
Title: Re: Error when starting new server
Post by: f4hkramer on September 05, 2014, 04:25:49 pm
ok i verified the settings and still doesn't show in the list. can i post the config file to verify its setup correctly?
Title: Re: Error when starting new server
Post by: killermonkey on September 13, 2014, 06:16:52 pm
Post within code tags