Page 1 of 1
OB Update 12/17/2010
Posted:
Sat Dec 18, 2010 4:25 am
by Jamese1991
Is anyone else having a problem with starting their server. I can't get any of my servers to start. I even created a new one 100% default and it will not start up after the update. Does anyone know why? or the fix to this.
Thanks,
James
Re: OB Update 12/17/2010
Posted:
Sat Dec 18, 2010 5:19 am
by Jamese1991
It seems to be just a windows issue. Linux servers are running just fine. Way to go Valve!!!
Re: OB Update 12/17/2010
Posted:
Sat Dec 18, 2010 6:02 am
by tnarocks
my server is a linux server and its up and running the only prob i have is it kicks the team to spec when everyone dies
Re: OB Update 12/17/2010
Posted:
Sun Dec 19, 2010 4:17 am
by tnarocks
Posted:
Tue Dec 21, 2010 10:42 pm
by suid
We are still having issues with regards to weapons, even after utilizing the newest mani gametypes as suggested and all other required addon updates from the 12/17 issue.
This is windows.
Mani 1.2V latest
MM:S 1.8.5V latest build
ES 2.1.1.360
SM 1.3.7-dev Latest
Any ideas?
Posted:
Tue Dec 21, 2010 11:01 pm
by satoon101
What do you mean "issues with regards to weapons"? As a guess, maybe check the known issues on the
GunGame5.1 Installation Wiki page.
Satoon
Posted:
Sat Dec 25, 2010 7:27 am
by suid
Hmm - tried everything in the known issues, am running Mani 1.2vb, MM 1.8.6 hg754 , sm 1.3.7 hg3086, eventscripts 2.1.1.360 with spe 1.5.0f r79 w/latest signature files for each -- I can get gungame to 'load' showing the gg_version and such, however it will never 'start' . Rounds never begin, players can just run around and knife.
Any ideas?
-Adam
Posted:
Sat Dec 25, 2010 5:13 pm
by daggerclan
Go back and look at the known issues as Satoon101 said. Specifically this one:
The current version of EventScripts has a small error that will cause GunGame51 to not load properly:
1.Navigate to your servers ../addons/eventscripts/_libs/python/cfglib.py file
2.Find the following line inside that file (line 106):
es.mexec(self.cfgpath.replace(self.gamedir, '', 1))
3.Change that line to:
es.mexec('..' + self.cfgpath.replace(self.gamedir, '', 1))
4.You must restart your server after making this change