Note to all Beta testers using the SVN

Ask questions and share info about GunGame 5

Note to all Beta testers using the SVN

Postby satoon101 » Mon Oct 24, 2011 6:22 am

I just wanted to warn all of you (hopefully) before you update to version 5.1.571. The new version loads and runs fine for me, but I have not tested it fully.

This version has a whole lot of internal changes, which I could not really commit in stages, as it "would" have broken everything until it was "finished". You will hopefully not notice any changes, as, again, they were mostly internal.

If you would, please keep a copy of 5.1.570 around just in case. Install 5.1.571, and let us know if you have any issues/errors. Please report them on the issues list so that we can keep track of them better:
http://code.google.com/p/gungame51/issues/list

Thank you for your time,
Satoon
satoon101

Site Admin
Site Admin
 
Posts: 1055
Joined: Thu Oct 09, 2008 4:27 pm

Postby daggerclan » Mon Oct 24, 2011 4:18 pm

I will install it on 2 test servers today. One will be running deathmatch and the other elimination teamplay. Will post back if I see any problems. Thanks for all your hard work Satoon.
daggerclan

Corporal
Corporal
User avatar
 
Posts: 250
Joined: Mon Jul 13, 2009 7:54 pm
Location: United States

Postby tnarocks » Tue Oct 25, 2011 4:59 am

when i installed it some reason it was getting stuck on dm when i restarted the server. i have dm loaded for warmup. not sure when it was stuck on dm. i posted my errors on the google site.
tnarocks

Corporal
Corporal
 
Posts: 315
Joined: Mon Jan 25, 2010 3:56 pm
Location: Florida
Steam Friends Name: {TAG}TNA ROCKS(ENGAGED)

Postby satoon101 » Tue Oct 25, 2011 6:19 am

I fixed the errors you reported in version 572. The exception being the first error, since it was from a custom addon.

I've committed more fixes to fix issues daggerclan reported since, as well as a few other errors.

One thing that I am still working on is unloading and re-loading GunGame on a server causes a lot of errors. For the time being, make sure that if you need to re-load GunGame, for whatever reason, you'll want to restart the server. I've been working on fixing that issue for a while now. Hopefully I can get it all sorted out sometime today.

*Edit: the re-loading issues should now be completely fixed in version 575.

Satoon
satoon101

Site Admin
Site Admin
 
Posts: 1055
Joined: Thu Oct 09, 2008 4:27 pm

Postby tnarocks » Tue Oct 25, 2011 3:11 pm

i am getting this error with the new svn

*******************************************************************************
* *
* GUNGAME v5.1 ERROR LOGGING *
* HTTP://FORUMS.GUNGAME.NET/ *
* *
* GG VERSION: 5.1.576 IP: 66.150.164.26 *
* SPE VERSION: 1.5.0f r85 PORT: 27015 *
* PLATFORM: POSIX DATE: 10-25-2011 *
* ES VERSION: 2.1.1.370 ES CORE VERSION: 2.1.1.336 *
* MM VERSION: 1.8.8-dev SM VERSION: 1.3.9-dev *
* MANI VERSION: 1.2.22.7 SMM EST VERSION: 0 *
* *
*******************************************************************************


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
LAST EVENT: [10/25/2011 @ 08:22:21] TOTAL OCCURENCES: [0001]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Traceback (most recent call last):
File "../eventscripts/es.py", line 279, in tick
x()
File "../eventscripts/_libs/python/gamethread.py", line 178, in tick
_executenode(task)
File "../eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "../eventscripts/gungame51/core/addons/queue.py", line 92, in _loop_through_queue
self._load_addons()
File "../eventscripts/gungame51/core/addons/queue.py", line 177, in _load_addons
AddonManager()._load_addon(addon)
File "../eventscripts/gungame51/core/addons/manager.py", line 41, in _load_addon
instance = LoadedAddons()[addon]
File "../eventscripts/gungame51/core/addons/loaded.py", line 46, in __getitem__
value = self[addon] = _LoadedAddonInstance(addon)
File "../eventscripts/gungame51/core/addons/loaded.py", line 84, in __init__
self._load_addon()
File "../eventscripts/gungame51/core/addons/loaded.py", line 99, in _load_addon
self.call_block('load')
File "../eventscripts/gungame51/core/addons/loaded.py", line 155, in call_block
self.globals[blockname](*a, **kw)
File "../eventscripts/gungame51/scripts/custom/gg_cheap_equip/gg_cheap_equip.py", line 55, in load
"Allows players to re-equip themselves.")
File "../eventscripts/_libs/python/cmdlib.py", line 150, in registerSayCommand
cmd_manager.registerSayCommand(*a, **kw)
File "../eventscripts/_libs/python/cmdlib.py", line 63, in registerSayCommand
if es.exists('saycommand', name): raise NameError, "'%s' is in use as a say command" % name

NameError: '!give' is in use as a say command

And i have the winner menu and i chose dm and the bots are not respawning.
tnarocks

Corporal
Corporal
 
Posts: 315
Joined: Mon Jan 25, 2010 3:56 pm
Location: Florida
Steam Friends Name: {TAG}TNA ROCKS(ENGAGED)

Postby satoon101 » Tue Oct 25, 2011 3:24 pm

No need to post this all here. Posting on the Issues List is plenty good enough. Thank you for reporting.

Satoon
satoon101

Site Admin
Site Admin
 
Posts: 1055
Joined: Thu Oct 09, 2008 4:27 pm

Postby tnarocks » Fri Oct 28, 2011 3:49 pm

i now that when i updated my server to the 5.1.579 version of the svn my addons quit loading. What i mean by that is they all stopped working. Assist and Buylevel and Multilevel stopped work. I tried to load them manual but was a no go still didnt work. !give was the only one working for some reason. So i reverted back to 5.1.570 cause thats the only one that was working for me. I have a cfg file for 5.1.579 if want to see it...
tnarocks

Corporal
Corporal
 
Posts: 315
Joined: Mon Jan 25, 2010 3:56 pm
Location: Florida
Steam Friends Name: {TAG}TNA ROCKS(ENGAGED)

Postby satoon101 » Sat Oct 29, 2011 1:37 am

That is very odd. Any extra info would be helpful. It works fine for me, though. Any errors?

Actually, if an error occurs while the "queue" is loading/unloading, everything will be aborted. So, I would imagine that a script is causing an error that is causing this issue.

If there are no errors in the ../gungame51/logs/ folder, maybe try to just have a log on-going on the server that we can look at.

Satoon
satoon101

Site Admin
Site Admin
 
Posts: 1055
Joined: Thu Oct 09, 2008 4:27 pm



Return to General Discussion

Who is online

Users browsing this forum: No registered users and 14 guests

cron