Gungame Error

Ask questions and share info about GunGame 5

Gungame Error

Postby tnarocks » Tue Jun 28, 2011 7:26 pm

"/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1855, in unsendid
if pUserid in gUsers:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1570, in __contains__
playerlib.getPlayer(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server
tnarocks

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

Postby Monday » Tue Jun 28, 2011 7:37 pm

This error looks fairly harmless, but unfortunately we are unable to figure out anything based on this information.
Monday

Site Admin
Site Admin
User avatar
 
Posts: 97
Joined: Sat Feb 14, 2009 1:51 am

Postby satoon101 » Tue Jun 28, 2011 8:09 pm

That is a known error for EventScripts. Unfortunately, for now, we just have to live with errors like that. No amount of verification can stop that error from happening 100% of the time. Anytime you see "PlayerError: Player has left server" at the end of a Traceback, just ignore it.

Nice avatar, btw, Monday :D

Satoon
satoon101

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

Re: Gungame Error

Postby tnarocks » Tue Jun 28, 2011 8:54 pm

This is the Whole Error log File....

06/28/11 11:41:58
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/nadetrail/nadetrail.py", line 69, in round_start
clear()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/nadetrail/nadetrail.py", line 57, in clear
for index in locations:
RuntimeError: dictionary changed size during iteration

06/28/11 12:34:34
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
x()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1855, in unsendid
if pUserid in gUsers:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1570, in __contains__
playerlib.getPlayer(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
return Player(userid)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
self.refreshAttributes()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 13:35:32
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 344, in callBlock
self.Blocks[blockname]()
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 182, in callbackSay
cmd_manager.callback(cmd_manager.say_commands, es.getargv(0).lower())
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 112, in callback
cmdlist[name].execute(self.CMDArgs(es.getargv(x) for x in xrange(1, es.getargc())))
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 244, in execute
self.callback(userid, args)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/custom/gg_cheap_equip/gg_cheap_equip.py", line 95, in cheap_equip_command
if ggPlayer.equipUses >= gg_cheap_equip_uses:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py", line 355, in __getattr__
return object.__getattribute__(self, name)
AttributeError: 'BasePlayer' object has no attribute 'equipUses'

06/28/11 13:35:33
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 432, in call_event
current_event[name](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_warmup_round/gg_warmup_round.py", line 219, in player_spawn
if getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
raise e
UseridError: '144' is an invalid userid

06/28/11 13:35:33
Traceback (most recent call last):
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
self.EventListeners[eventname][listener](event_var)
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/gungame51.py", line 484, in player_spawn
if getPlayer(userid).isdead:
File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
raise e
UseridError: '144' is an invalid userid
tnarocks

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

Postby tnarocks » Tue Jun 28, 2011 8:56 pm

This is my Gungame Log file...

*******************************************************************************
* *
* GUNGAME v5.1 ERROR LOGGING *
* HTTP://FORUMS.GUNGAME.NET/ *
* *
* GG VERSION: 5.1.517 IP: 66.150.164.56 *
* SPE VERSION: 1.5.0f r85 PORT: 27015 *
* PLATFORM: POSIX DATE: 06-27-2011 *
* ES VERSION: 2.1.1.370 ES CORE VERSION: 2.1.1.336 *
* MM VERSION: 1.9.0-dev SM VERSION: 1.4.0-dev *
* MANI VERSION: 1.2.22.5 SMM EST VERSION: 0 *
* *
*******************************************************************************
tnarocks

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

grrrrrr

Postby tnarocks » Tue Jun 28, 2011 11:22 pm

Ok these errors are getting old to me and tired of my server restarting on me all the time

06/28/11 11:41:58
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
    self.EventListeners[eventname][listener](event_var)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/nadetrail/nadetrail.py", line 69, in round_start
    clear()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/nadetrail/nadetrail.py", line 57, in clear
    for index in locations:
RuntimeError: dictionary changed size during iteration

06/28/11 12:34:34
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1855, in unsendid
    if pUserid in gUsers:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1570, in __contains__
    playerlib.getPlayer(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 13:35:32
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 344, in callBlock
    self.Blocks[blockname]()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 182, in callbackSay
    cmd_manager.callback(cmd_manager.say_commands, es.getargv(0).lower())
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 112, in callback
    cmdlist[name].execute(self.CMDArgs(es.getargv(x) for x in xrange(1, es.getargc())))
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 244, in execute
    self.callback(userid, args)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/custom/gg_cheap_equip/gg_cheap_equip.py", line 95, in cheap_equip_command
    if ggPlayer.equipUses >= gg_cheap_equip_uses:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py", line 355, in __getattr__
    return object.__getattribute__(self, name)
AttributeError: 'BasePlayer' object has no attribute 'equipUses'

06/28/11 13:35:33
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
    self.EventListeners[eventname][listener](event_var)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 432, in call_event
    current_event[name](event_var)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_warmup_round/gg_warmup_round.py", line 219, in player_spawn
    if getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
    raise e
UseridError: '144' is an invalid userid

06/28/11 13:35:33
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
    self.EventListeners[eventname][listener](event_var)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/gungame51.py", line 484, in player_spawn
    if getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
    raise e
UseridError: '144' is an invalid userid

06/28/11 14:55:11
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 344, in callBlock
    self.Blocks[blockname]()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 173, in callbackServer
    cmd_manager.callback(cmd_manager.server_commands, es.getargv(0))
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 112, in callback
    cmdlist[name].execute(self.CMDArgs(es.getargv(x) for x in xrange(1, es.getargc())))
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 207, in execute
    self.callback(args)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/corelib/es_install/es_install.py", line 94, in install_cmd
    installer = installlib.getInstaller(basename)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/installlib.py", line 273, in getInstaller
    addon = Addon(basename, addon_file) if addon_file else esamlib.getAddon(basename, log)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/esamlib.py", line 389, in getAddon
    xml = ElementTree.XML(data).find('addon')
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 963, in XML
    parser.feed(text)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 1245, in feed
    self._parser.Parse(data, 0)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 1177, in _start_list
    tag = fixname(tag)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 1164, in _fixname
    self._names[key] = name = self._fixtext(name)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 1152, in _fixtext
    return _encode(text, "ascii")
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_engines/python/Lib/xml/etree/ElementTree.py", line 751, in _encode
    return s.encode(encoding)
LookupError: no codec search functions registered: can't find encoding

06/28/11 15:07:05
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py", line 482, in give_weapon
    raise GunGameError(error)
GunGameError: Unable to give player weapon (195): is not alive.

06/28/11 15:49:47
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 742, in unload
    AddonManager().unload(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 325, in unload
    self.remove_dependencies_conflicts(name)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 487, in remove_dependencies_conflicts
    % ('", "'.join(dependencies[name])) + 'sub-addon "%s"' % name)
DependencyError: Loaded sub-addon(s) "gg_elimination" depend on sub-addon "gg_dead_strip"

06/28/11 16:09:59
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 742, in unload
    AddonManager().unload(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 325, in unload
    self.remove_dependencies_conflicts(name)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 487, in remove_dependencies_conflicts
    % ('", "'.join(dependencies[name])) + 'sub-addon "%s"' % name)
DependencyError: Loaded sub-addon(s) "gg_elimination" depend on sub-addon "gg_dead_strip"

06/28/11 16:28:38
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py", line 482, in give_weapon
    raise GunGameError(error)
GunGameError: Unable to give player weapon (213): is not alive.

06/28/11 16:30:01
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
    self.EventListeners[eventname][listener](event_var)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 432, in call_event
    current_event[name](event_var)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_warmup_round/gg_warmup_round.py", line 219, in player_spawn
    if getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
    raise e
UseridError: '269' is an invalid userid

06/28/11 16:34:48
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1549, in refreshPopup
    return self.updatePopup(p)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1541, in updatePopup
    self.handleQueue()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1418, in handleQueue
    menudisplay = qpopup.checkCache(self.userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 615, in checkCache
    userlang = self.i_userlang(int(userid))
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 110, in i_userlang
    user = gUsers[int(userid)]
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/popuplib.py", line 1584, in __getitem__
    nuser = playerlib.getPlayer(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 16:47:20
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 344, in callBlock
    self.Blocks[blockname]()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 182, in callbackSay
    cmd_manager.callback(cmd_manager.say_commands, es.getargv(0).lower())
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 112, in callback
    cmdlist[name].execute(self.CMDArgs(es.getargv(x) for x in xrange(1, es.getargc())))
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/cmdlib.py", line 244, in execute
    self.callback(userid, args)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/custom/gg_cheap_equip/gg_cheap_equip.py", line 75, in cheap_equip_command
    ,prefix=True)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/messaging/shortcuts.py", line 13, in msg
    MessageManager().msg(filter, string, tokens, prefix)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/messaging/__init__.py", line 254, in msg
    % (prefix, self.__format_string(string, tokens, filter)))
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/messaging/__init__.py", line 186, in __format_string
    language = getPlayer(userid).getLanguage()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 16:49:23
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/afk.py", line 37, in reset
    self.total = self.calculate()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/afk.py", line 48, in calculate
    'CCSPlayer.m_angEyeAngles[0]')) + \
TypeError: int() argument must be a string or a number, not 'NoneType'

06/28/11 16:49:23
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
    if not getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 16:49:23
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 178, in tick
    _executenode(task)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
    if not getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 16:49:23
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 178, in tick
    _executenode(task)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
    if not getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 16:49:23
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 178, in tick
    _executenode(task)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
    if not getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 16:49:24
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
    if not getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 16:49:24
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_spawn_protect/gg_spawn_protect.py", line 191, in endProtect
    pPlayer = getPlayer(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 16:49:24
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
    if not getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server

06/28/11 16:49:24
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_deathmatch/gg_deathmatch.py", line 205, in respawn_count_down
    if not getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1308, in getPlayer
    return Player(userid)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 200, in __init__
    self.refreshAttributes()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 218, in refreshAttributes
    raise PlayerError, 'Player has left server'
PlayerError: Player has left server
 
tnarocks

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

Postby tnarocks » Tue Jun 28, 2011 11:41 pm

this is what the event log says in my control panels for my server


L 06/28/2011 - 16:55:40: "es_corelib_ver" = "2.1.1.336"
L 06/28/2011 - 16:55:40: "mattie_eventscripts" = "1"
L 06/28/2011 - 16:55:40: "eventscripts_ver" = "2.1.1.370"
L 06/28/2011 - 16:55:40: "mp_teamplay" = "0"
L 06/28/2011 - 16:55:40: "mp_falldamage" = "0"
L 06/28/2011 - 16:55:40: "mp_weaponstay" = "0"
L 06/28/2011 - 16:55:40: "mp_forcerespawn" = "1"
L 06/28/2011 - 16:55:40: "mp_footsteps" = "1"
L 06/28/2011 - 16:55:40: "mp_flashlight" = "1"
L 06/28/2011 - 16:55:40: "mp_autocrosshair" = "1"
L 06/28/2011 - 16:55:40: "decalfrequency" = "60"
L 06/28/2011 - 16:55:40: "mp_teamlist" = "hgrunt;scientist"
L 06/28/2011 - 16:55:40: "mp_allowNPCs" = "1"
L 06/28/2011 - 16:55:40: "mp_hostagepenalty" = "4"
L 06/28/2011 - 16:55:40: "bot_quota" = "4"
L 06/28/2011 - 16:55:40: "sv_alltalk" = "1"
L 06/28/2011 - 16:55:40: "mp_respawnwavetime" = "10.0"
L 06/28/2011 - 16:55:40: "mp_tournament" = "0"
L 06/28/2011 - 16:55:40: "tf_arena_preround_time" = "10"
L 06/28/2011 - 16:55:40: "tf_arena_round_time" = "0"
L 06/28/2011 - 16:55:40: "tf_arena_max_streak" = "3"
L 06/28/2011 - 16:55:40: "tf_arena_use_queue" = "1"
L 06/28/2011 - 16:55:40: "mp_teams_unbalance_limit" = "1"
L 06/28/2011 - 16:55:40: "mp_maxrounds" = "0"
L 06/28/2011 - 16:55:40: "mp_winlimit" = "0"
L 06/28/2011 - 16:55:40: "mp_disable_respawn_times" = "0"
L 06/28/2011 - 16:55:40: "mp_stalemate_meleeonly" = "0"
L 06/28/2011 - 16:55:40: "mp_forceautoteam" = "0"
L 06/28/2011 - 16:55:40: "mp_autoteambalance" = "1"
L 06/28/2011 - 16:55:40: "mp_stalemate_enable" = "0"
L 06/28/2011 - 16:55:40: "mp_match_end_at_timelimit" = "0"
L 06/28/2011 - 16:55:40: "mp_scrambleteams_auto" = "1"
L 06/28/2011 - 16:55:40: "mp_scrambleteams_auto_windifference" = "2"
L 06/28/2011 - 16:55:40: "mp_timelimit" = "60"
L 06/28/2011 - 16:55:40: "mp_fraglimit" = "0"
L 06/28/2011 - 16:55:40: "nextlevel" = ""
L 06/28/2011 - 16:55:40: "sv_gravity" = "800"
L 06/28/2011 - 16:55:40: "sv_stopspeed" = "75"
L 06/28/2011 - 16:55:40: "sv_noclipaccelerate" = "5"
L 06/28/2011 - 16:55:40: "sv_noclipspeed" = "5"
L 06/28/2011 - 16:55:40: "sv_specaccelerate" = "5"
L 06/28/2011 - 16:55:40: "sv_specspeed" = "3"
L 06/28/2011 - 16:55:40: "sv_specnoclip" = "1"
L 06/28/2011 - 16:55:40: "sv_maxspeed" = "320"
L 06/28/2011 - 16:55:40: "sv_accelerate" = "5"
L 06/28/2011 - 16:55:40: "sv_airaccelerate" = "10"
L 06/28/2011 - 16:55:40: "sv_wateraccelerate" = "10"
L 06/28/2011 - 16:55:40: "sv_waterfriction" = "1"
L 06/28/2011 - 16:55:40: "sv_footsteps" = "1"
L 06/28/2011 - 16:55:40: "sv_rollspeed" = "200"
L 06/28/2011 - 16:55:40: "sv_rollangle" = "0"
L 06/28/2011 - 16:55:40: "sv_friction" = "4"
L 06/28/2011 - 16:55:40: "sv_bounce" = "0"
L 06/28/2011 - 16:55:40: "sv_stepsize" = "18"
L 06/28/2011 - 16:55:40: "r_VehicleViewDampen" = "1"
L 06/28/2011 - 16:55:40: "r_JeepViewDampenFreq" = "7.0"
L 06/28/2011 - 16:55:40: "r_JeepViewDampenDamp" = "1.0"
L 06/28/2011 - 16:55:40: "r_JeepViewZHeight" = "10.0"
L 06/28/2011 - 16:55:40: "r_AirboatViewDampenFreq" = "7.0"
L 06/28/2011 - 16:55:40: "r_AirboatViewDampenDamp" = "1.0"
L 06/28/2011 - 16:55:40: "r_AirboatViewZHeight" = "0.0"
L 06/28/2011 - 16:55:40: "mp_friendlyfire" = "1"
L 06/28/2011 - 16:55:40: "mp_fadetoblack" = "0"
L 06/28/2011 - 16:55:40: "sv_allowminmodels" = "1"
L 06/28/2011 - 16:55:40: "mp_startmoney" = "800"
L 06/28/2011 - 16:55:40: "mp_roundtime" = "4"
L 06/28/2011 - 16:55:40: "mp_freezetime" = "3"
L 06/28/2011 - 16:55:40: "mp_c4timer" = "30"
L 06/28/2011 - 16:55:40: "mp_limitteams" = "1"
L 06/28/2011 - 16:55:40: "sv_competitive_minspec" = "0"
L 06/28/2011 - 16:55:40: "sv_enableboost" = "0"
L 06/28/2011 - 16:55:40: "sv_enablebunnyhopping" = "0"
L 06/28/2011 - 16:55:40: "sv_nostats" = "0"
L 06/28/2011 - 16:55:40: "sbguardian_version" = "1.4.3.0"
L 06/28/2011 - 16:55:40: "sourcemod_version" = "1.4.0-dev"
L 06/28/2011 - 16:55:40: "sm_nextmap" = "GGbr_bad_snow_kenny"
L 06/28/2011 - 16:55:40: "mani_nextmap" = "Map decided by vote"
L 06/28/2011 - 16:55:40: "mani_admin_plugin_version" = "1.2.22.5 SMM"
L 06/28/2011 - 16:55:40: "mani_tickrate" = "67"
L 06/28/2011 - 16:55:40: "mani_reserve_slots" = "0"
L 06/28/2011 - 16:55:40: "sbsrc_version" = "4.2.1"
L 06/28/2011 - 16:55:40: "metamod_version" = "1.9.0-dev"
L 06/28/2011 - 16:55:40: "sv_pausable" = "0"
L 06/28/2011 - 16:55:40: "sv_contact" = "technomazter@yahoo.com"
L 06/28/2011 - 16:55:40: "sv_voiceenable" = "1"
L 06/28/2011 - 16:55:40: "tv_enable" = "1"
L 06/28/2011 - 16:55:40: "deathmatch" = "1"
L 06/28/2011 - 16:55:40: "coop" = "0"
L 06/28/2011 - 16:55:40: "tv_password" = ""
L 06/28/2011 - 16:55:40: "tv_relaypassword" = ""
L 06/28/2011 - 16:55:40: "sv_password" = ""
L 06/28/2011 - 16:55:40: "sv_tags" = "alltalk,bots,friendlyfire,gameME,gungame"
L 06/28/2011 - 16:55:40: server cvars end
L 06/28/2011 - 16:55:40: Started map "gg_heights" (CRC "278352071")
[EventScripts] Map Loading Mattie's EventScripts Beta 2.1.1.370...
[EventScripts] Loaded successfully.
********************************************************
************* Mani Admin Plugin Level Init *************
********************************************************
L 06/28/2011 - 16:55:40: server_cvar: "mani_nextmap" "gg_kingdom"
Time for read = [0.000000]
Calculate Stats total time [0.000000]
Steam ID Player Stats memory usage 0.077644MB with 223 records
Name Player Stats memory usage 0.000000MB with 0 records
Stats Loaded in 0.0039 seconds
Steam ID Player Settings memory usage 0.062950MB with 223 records
Name Player Settings memory usage 0.000000MB with 0 records
Player Lists Loaded in 0.0000 seconds
********************************************************
Mani Admin Plugin Level Init Time = 0.031 seconds
********************************************************
L 06/28/2011 - 16:55:40: -------- Mapchange to gg_heights --------
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Attempted to create unknown entity type info_ladder!
Can't init info_ladder
Attempted to create unknown entity type info_ladder!
Can't init info_ladder
Possible team classname [cs_team_manager]
Team index [0] Name [Unassigned]
Possible team classname [cs_team_manager]
Team index [1] Name [Spectator]
Possible team classname [cs_team_manager]
Team index [2] Name [TERRORIST]
Possible team classname [cs_team_manager]
Team index [3] Name [CT]
Found [4] team manager entities
Searching for game type [Counter-Strike: Source]
Found gametypes for Counter-Strike: Source
Linux game binary @ ./cstrike/bin/server.so
Linux engine binary @ ./bin/engine.so
L 06/28/2011 - 16:55:40: "Nuclearfallout SrcTV<9><BOT><>" entered the game
.
[EventScripts Version Check] Server is up-to-date.
L 06/28/2011 - 16:55:40: .
[EventScripts Version Check] Server is up-to-date.
L 06/28/2011 - 16:55:40: server_cvar: "mp_friendlyfire" "0"
L 06/28/2011 - 16:55:40: server_cvar: "sv_tags" "alltalk,bots,gameME,gungame"
L 06/28/2011 - 16:55:40: server_cvar: "sv_tags" "alltalk,bots,gameME,gungame"
Could not add strings: sound/buttons/weapon_confirm.wav to table downloadable
Unknown command "mp_forcechasecam"
Unknown command "sv_restartround"
Writing cfg/banned_user.cfg.
Unknown command "net_queuesplits"
Unknown command "otify"
Server logging enabled.
L 06/28/2011 - 16:55:40: Log file closed
Server logging data to file logs/L0628111.log
L 06/28/2011 - 16:55:40: Log file started (file "logs/L0628111.log") (game "/servers/theadultgungame/orangebox/cstrike") (version "4608")
maxplayers set to 25 (extra slot was added for SourceTV)
[EventScripts] excepthook was already loaded
[EventScripts] errorlog was already loaded
[EventScripts] gungame51 was already loaded
[EventScripts] autokick_disabler was already loaded
[EventScripts] looneytrails was already loaded
[EventScripts] Load script failed. It might already be loaded, try to es_unload it first. killbot
Loading Counter-Strike.com Bot Configuration Settings...
****** Executing mani_server.cfg ******
****** Executing mani_quake_sounds.cfg ******
****** Finished executing mani_server.cfg ******
Unknown command "sm_knifefight_throwingknives"
autokick is disabled for Nuclearfallout SrcTV
autokick is disabled for Nuclearfallout SrcTV
L 06/28/2011 - 16:55:40: server_cvar: "gg_turbo" "1"
L 06/28/2011 - 16:55:40: server_cvar: "gg_deathmatch" "1"
L 06/28/2011 - 16:55:40: server_cvar: "gg_spawn_protect" "2"
Unknown command "gg_give"
L 06/28/2011 - 16:55:40: World triggered "Round_Start"
L 06/28/2011 - 16:55:40: "{TAG} Wade<309><BOT><>" connected, address "none"
L 06/28/2011 - 16:55:40: [SM] Native "IsFakeClient" reported: Client index 25 is invalid
L 06/28/2011 - 16:55:40: [SM] Displaying call stack trace for plugin "knifefight.smx":
L 06/28/2011 - 16:55:40: [SM] [0] Line 1492, knifefight.sp::OnClientPutInServer()
L 06/28/2011 - 16:55:40: [SM] Native "IsFakeClient" reported: Client index 25 is invalid
L 06/28/2011 - 16:55:40: [SM] Displaying call stack trace for plugin "gameme.smx":
L 06/28/2011 - 16:55:40: [SM] [0] Line 967, gameme.sp::OnClientPutInServer()
L 06/28/2011 - 16:55:40: "{TAG} Wade<309><BOT><Unassigned>" joined team "TERRORIST"
Game will not start until both teams have players.
L 06/28/2011 - 16:55:40: "{TAG} Wade<309><BOT><>" entered the game
SourceTV broadcast active.
Loaded: gg_turbo
Loaded: gg_deathmatch
L 06/28/2011 - 16:55:40: server_cvar: "mp_freezetime" "0"
L 06/28/2011 - 16:55:40: server_cvar: "mp_roundtime" "9"
Loaded: gg_spawn_protect
Unable to create bot: CreateFakeClient() returned null.
L 06/28/2011 - 16:55:40: server_cvar: "gg_dead_strip" "1"
Loaded: gg_dead_strip
PreMinidumpCallback: updating dump comment
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20110628165540_1.dmp
./exec_theadultgungame.run: line 372: 20895 Segmentation fault (core dumped) $HL_CMD

warning: Can't read pathname for load map: Input/output error.
debug.cmds:5: Error in sourced command file:
No function contains program counter for selected frame.
email debug.log to linux@valvesoftware.com
Tue Jun 28 16:55:44 CDT 2011: Server Quit
tnarocks

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

Re: grrrrrr

Postby satoon101 » Wed Jun 29, 2011 12:40 am

tnarocks wrote:
06/28/11 15:07:05
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/__init__.py", line 482, in give_weapon
    raise GunGameError(error)
GunGameError: Unable to give player weapon (195): is not alive.
I believe that this error comes from gg_cheap_equip. It is the only place I could find that directly calls Player(<userid>).give_weapon via a gamethread delay. The error is unlikely to happen, but it certainly 'can' happen (as you have an error for it). To fix this, until Warren gets the chance to officially fix it, change line #105:
# currently it looks like
    gamethread.delayed(0.05, ggPlayer.give_weapon)

# change it to
    gamethread.delayed(0.05, check_give, userid)
Then, at the bottom of the script, add the following (I'll give the last 2 lines of the current script for reference):
   # Enable gg_cheap_equip
    enabled = True

# =============================================================================
# >> CUSTOM/HELPER FUNCTIONS
# =============================================================================
def check_give(userid):
    # Is player dead or a spectator?
    if getPlayer(userid).isdead or es.getplayerteam(userid) < 2:
        return

    ggPlayer = Player(userid)

    # Give the player their weapon
    ggPlayer.give_weapon()



tnarocks wrote:
06/28/11 13:35:33
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
    self.EventListeners[eventname][listener](event_var)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/gungame51.py", line 484, in player_spawn
    if getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
    raise e
UseridError: '144' is an invalid userid
For this one, you might try adding the following in your ../gungame51.py . The spectator check and isdead check are already in the file, just add what is between them in the code:
   # Is a spectator?
    if int(event_var['es_userteam']) < 2:
        return

    # Does the userid exist on the server?
    if not es.exists('userid', userid):
        return

    # Is player dead?
    if getPlayer(userid).isdead:
        return



tnarocks wrote:
06/28/11 16:49:23
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 279, in tick
    x()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/afk.py", line 37, in reset
    self.total = self.calculate()
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/players/afk.py", line 48, in calculate
    'CCSPlayer.m_angEyeAngles[0]')) + \
TypeError: int() argument must be a string or a number, not 'NoneType'
For this error, try changing lines #47 - 49 in ../core/players/afk.py to:
       return int(x) + int(y) + int(es.getplayerprop(self.userid,
           'CCSPlayer.m_angEyeAngles[0]') or 0) + \
            int(es.getplayerprop(self.userid, 'CCSPlayer.m_angEyeAngles[1]') or 0)



tnarocks wrote:
06/28/11 13:35:33
Traceback (most recent call last):
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/es.py", line 272, in triggerEvent
    self.EventListeners[eventname][listener](event_var)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/core/addons/__init__.py", line 432, in call_event
    current_event[name](event_var)
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/gungame51/scripts/included/gg_warmup_round/gg_warmup_round.py", line 219, in player_spawn
    if getPlayer(userid).isdead:
  File "/servers/theadultgungame/orangebox/cstrike/addons/eventscripts/_libs/python/playerlib.py", line 1310, in getPlayer
    raise e
UseridError: '144' is an invalid userid
This one is a lot like the second error. Add the following to ../scripts/included/gg_warmup_round/gg_warmup_round.py near line #218. Setting userid and checking isdead are already a part of the script, so just add what is between them in the code:
   # Set player's id
    userid = int(event_var['userid'])

    # Does the userid exist on the server?
    if not es.exists('userid', userid):
        return

    # Is player dead?
    if getPlayer(userid).isdead:
        return



I'm still working on figuring out the DependencyError. I know it has to do with gg_warmup_round, but I haven't narrowed it fully down yet. And those PlayerError's, as I've stated, are a known issue we cannot currently do anything about.

Satoon
satoon101

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

Re: Gungame Error

Postby tnarocks » Wed Jun 29, 2011 9:28 pm

this is another error i got last night.. this one shows my gun order in it not sure why?


Client "Zombie Slayer" connected (66.189.217.219:55007).
L 06/29/2011 - 03:20:01: "Sentient<534><STEAM_0:1:4567049><>" connected, address "76.104.168.42:63305"
Client "Sentient" connected (76.104.168.42:63305).
L 06/29/2011 - 03:20:01: "rythmplaya<535><STEAM_0:0:39050618><>" connected, address "207.81.58.139:27005"
Client "rythmplaya" connected (207.81.58.139:27005).
L 06/29/2011 - 03:20:01: "?EpIc?superman_ho<536><STEAM_0:1:39154229><>" connected, address "24.113.56.81:27005"
Client "?EpIc?superman_ho" connected (24.113.56.81:27005).
L 06/29/2011 - 03:20:01: "{TAG} Xavier<537><BOT><>" connected, address "none"
L 06/29/2011 - 03:20:01: "{TAG} Xavier<537><BOT><Unassigned>" joined team "TERRORIST"
L 06/29/2011 - 03:20:01: World triggered "Game_Commencing"
Calculate Stats total time [0.000000]
L 06/29/2011 - 03:20:01: "{TAG} Xavier<537><BOT><>" entered the game
autokick is disabled for {TAG} Pat
autokick is disabled for {TAG} Pat
L 06/29/2011 - 03:20:01: "28:20<538><STEAM_0:0:9786194><>" connected, address "76.178.28.212:27005"
Client "28:20" connected (76.178.28.212:27005).
L 06/29/2011 - 03:20:01: "ledex_dragon<539><STEAM_0:0:14105462><>" connected, address "207.6.48.147:60035"
Client "ledex_dragon" connected (207.6.48.147:60035).
L 06/29/2011 - 03:20:01: "{TAG} Dave<540><BOT><>" connected, address "none"
L 06/29/2011 - 03:20:01: "{TAG} Dave<540><BOT><Unassigned>" joined team "CT"
L 06/29/2011 - 03:20:01: "{TAG} Dave<540><BOT><>" entered the game
autokick is disabled for {TAG} Xavier
autokick is disabled for {TAG} Xavier
L 06/29/2011 - 03:20:01: "{TAG} Perry<541><BOT><>" connected, address "none"
L 06/29/2011 - 03:20:01: "{TAG} Perry<541><BOT><Unassigned>" joined team "TERRORIST"
L 06/29/2011 - 03:20:01: "{TAG} Perry<541><BOT><>" entered the game
autokick is disabled for {TAG} Dave
autokick is disabled for {TAG} Dave
autokick is disabled for {TAG} Perry
autokick is disabled for {TAG} Perry
L 06/29/2011 - 03:20:01: "Sal `<531><STEAM_0:1:18976816><>" disconnected (reason "Disconnect by user.")
Dropped Sal ` from server (Disconnect by user.)
logaddress_list: 3 entries
85.214.243.222:33207
206.253.195.193:10000
173.169.211.33:7130
rcon from "85.214.243.222:50643": command "logaddress_list"
L 06/29/2011 - 03:20:01: "Sal `<542><STEAM_0:1:18976816><>" connected, address "76.167.194.87:27005"
Client "Sal `" connected (76.167.194.87:27005).
L 06/29/2011 - 03:20:01: "Sentient<534><STEAM_0:1:4567049><>" STEAM USERID validated
L 06/29/2011 - 03:20:01: "rythmplaya<535><STEAM_0:0:39050618><>" STEAM USERID validated
L 06/29/2011 - 03:20:01: "Zombie Slayer<533><STEAM_0:1:32277840><>" STEAM USERID validated
L 06/29/2011 - 03:20:01: "28:20<538><STEAM_0:0:9786194><>" STEAM USERID validated
L 06/29/2011 - 03:20:01: "ledex_dragon<539><STEAM_0:0:14105462><>" STEAM USERID validated
L 06/29/2011 - 03:20:01: "?EpIc?superman_ho<536><STEAM_0:1:39154229><>" STEAM USERID validated
rcon from "85.214.243.222:50643": command ""
L 06/29/2011 - 03:20:01: "Sal `<542><STEAM_0:1:18976816><>" STEAM USERID validated

[GunGame] Weapon order: Default Weapon Order

[GunGame] +-------+-----------+---------------+
[GunGame] | Level | Multikill | Weapon |
[GunGame] +-------+-----------+---------------+
[GunGame] | 1 | 1 | sg550 |
[GunGame] | 2 | 1 | ak47 |
[GunGame] | 3 | 1 | m249 |
[GunGame] | 4 | 1 | p90 |
[GunGame] | 5 | 1 | deagle |
[GunGame] | 6 | 1 | m3 |
[GunGame] | 7 | 1 | famas |
[GunGame] | 8 | 1 | p228 |
[GunGame] | 9 | 1 | sg552 |
[GunGame] | 10 | 1 | mp5navy |
[GunGame] | 11 | 1 | xm1014 |
[GunGame] | 12 | 1 | g3sg1 |
[GunGame] | 13 | 1 | elite |
[GunGame] | 14 | 1 | p90 |
[GunGame] | 15 | 1 | tmp |
[GunGame] | 16 | 1 | galil |
[GunGame] | 17 | 1 | fiveseven |
[GunGame] | 18 | 1 | aug |
[GunGame] | 19 | 1 | ump45 |
[GunGame] | 20 | 1 | m4a1 |
[GunGame] | 21 | 1 | mac10 |
[GunGame] | 22 | 1 | scout |
[GunGame] | 23 | 1 | awp |
[GunGame] | 24 | 1 | knife |
[GunGame] | 25 | 1 | hegrenade |
[GunGame] | 26 | 1 | usp |
[GunGame] | 27 | 1 | scout |
[GunGame] | 28 | 1 | deagle |
[GunGame] | 29 | 1 | famas |
[GunGame] | 30 | 1 | p228 |
[GunGame] | 31 | 1 | ak47 |
[GunGame] | 32 | 1 | fiveseven |
[GunGame] | 33 | 1 | m249 |
[GunGame] | 34 | 1 | elite |
[GunGame] | 35 | 1 | mp5navy |
[GunGame] | 36 | 1 | deagle |
[GunGame] | 37 | 1 | sg550 |
[GunGame] | 38 | 1 | glock |
[GunGame] | 39 | 1 | hegrenade |
[GunGame] | 40 | 1 | knife |
[GunGame] +-------+-----------+---------------+
Weapon Order changed to: Default Weapon Order. Restarting in 2 seconds!
rcon from "85.214.243.222:50643": command "gameme_message_prefix """
rcon from "85.214.243.222:50643": command "gameme_message_prefix "gameME:""
Usage: log < on | off >
currently logging to: file, console, udp
rcon from "85.214.243.222:50643": command "log"
rcon from "85.214.243.222:50643": command ""
L 06/29/2011 - 03:20:02: server_cvar: "mp_freezetime" "0"
L 06/29/2011 - 03:20:02: server_cvar: "gg_elimination" "0"
L 06/29/2011 - 03:20:02: server_cvar: "gg_dead_strip" "0"
Unloaded: gg_dead_strip
Unloaded: gg_elimination
L 06/29/2011 - 03:20:02: server_cvar: "gg_deathmatch" "1"
Loaded: gg_deathmatch
L 06/29/2011 - 03:20:02: server_cvar: "mp_roundtime" "9"
gg_addon_unloaded: 'gg_dead_strip' of type 'included'
gg_addon_unloaded: 'gg_elimination' of type 'included'
L 06/29/2011 - 03:20:02: server_cvar: "gg_dead_strip" "1"
Loaded: gg_dead_strip
gg_addon_loaded: 'gg_deathmatch' of type 'included'
gg_addon_loaded: 'gg_dead_strip' of type 'included'
logaddress_list: 3 entries
85.214.243.222:33207
206.253.195.193:10000
173.169.211.33:7130
rcon from "85.214.243.222:50643": command "logaddress_list"
L 06/29/2011 - 03:20:02: World triggered "Restart_Round_(2_seconds)"
L 06/29/2011 - 03:20:02: Team "CT" scored "0" with "2" players
L 06/29/2011 - 03:20:02: Team "TERRORIST" scored "0" with "2" players
rcon from "85.214.243.222:50643": command ""
rcon from "85.214.243.222:50643": command "gameme_psay "523,528,527,512,524,531" 1 "Zombie Slayer (Pos 151, 11,364 points) disconnected (+115 points) ""
rcon from "85.214.243.222:50643": command "gameme_psay "523,527,512,524,531" 1 "?EpIc?superman_ho (Pos 20, 94,630 points) disconnected (+69 points) ""
rcon from "85.214.243.222:50643": command "gameme_psay "523,512,524,531" 1 "rythmplaya (Pos 1,227, 1,040 points) disconnected (+40 points) ""
rcon from "85.214.243.222:50643": command "gameme_psay "523,524,531" 1 "Sentient (Pos 44, 60,264 points) disconnected (+514 points) ""
rcon from "85.214.243.222:50643": command "gameme_psay "524,531" 1 "28:20 (Pos 155, 10,888 points) disconnected (+140 points) ""
rcon from "85.214.243.222:50643": command "gameme_psay "531" 1 "ledex_dragon (Pos 1,087, 1,089 points) disconnected (+89 points) ""
rcon from "85.214.243.222:50643": command "gameme_psay "531" 1 "gameME Stats disabled! Need at least 4 players (1/4) ""
rcon from "85.214.243.222:50643": command "gameme_message_prefix """
rcon from "85.214.243.222:50643": command "gameme_message_prefix "gameME:""
L 06/29/2011 - 03:20:03: "?EpIc?superman_ho<536><STEAM_0:1:39154229><>" entered the game
autokick is disabled for ?EpIc?superman_ho
autokick is disabled for ?EpIc?superman_ho
rcon from "85.214.243.222:50643": command "gameme_psay "539,534,533,542,538,535" 1 "?EpIc?superman_ho (Pos 20, 94,630 points) connected (United States)""
L 06/29/2011 - 03:20:03: "?EpIc?superman_ho<536><STEAM_0:1:39154229><>" setup "cl_language" (value "english")
L 06/29/2011 - 03:20:03: "Sentient<534><STEAM_0:1:4567049><>" entered the game
autokick is disabled for Sentient
autokick is disabled for Sentient
L 06/29/2011 - 03:20:03: "Sentient<534><STEAM_0:1:4567049><>" setup "cl_language" (value "english")
rcon from "85.214.243.222:50643": command "gameme_psay "536,539,533,542,538,535" 1 "Sentient (Pos 44, 60,264 points) connected (United States)""
L 06/29/2011 - 03:20:03: "Sal `<542><STEAM_0:1:18976816><>" entered the game
autokick is disabled for Sal `
autokick is disabled for Sal `
rcon from "85.214.243.222:50643": command "gameme_psay "536,539,534,533,538,535" 1 "Sal ` (Pos 62, 44,301 points) connected (United States)""
L 06/29/2011 - 03:20:04: "Sal `<542><STEAM_0:1:18976816><>" setup "cl_language" (value "english")
L 06/29/2011 - 03:20:04: "28:20<538><STEAM_0:0:9786194><>" entered the game
autokick is disabled for 28:20
autokick is disabled for 28:20
L 06/29/2011 - 03:20:04: "ledex_dragon<539><STEAM_0:0:14105462><>" entered the game
autokick is disabled for ledex_dragon
autokick is disabled for ledex_dragon
rcon from "85.214.243.222:50643": command "gameme_psay "536,539,534,533,542,535" 1 "28:20 (Pos 155, 10,888 points) connected (United States)""
L 06/29/2011 - 03:20:04: "Zombie Slayer<533><STEAM_0:1:32277840><>" entered the game
PreMinidumpCallback: updating dump comment
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20110629032004_1.dmp
./exec_theadultgungame.run: line 372: 5942 Segmentation fault (core dumped) $HL_CMD

warning: Can't read pathname for load map: Input/output error.
debug.cmds:5: Error in sourced command file:
No function contains program counter for selected frame.
email debug.log to linux@valvesoftware.com
Wed Jun 29 03:20:07 CDT 2011: Server Quit
tnarocks

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

Postby XE_ManUp » Wed Jun 29, 2011 9:35 pm

Unfortunately, there is not enough information there to show what caused the crash. The dump files would have to be looked into - and I don't have the tools to do so.

One of the last lines says:
warning: Can't read pathname for load map: Input/output error.


Perhaps you have a bad map?

If that's not the case, check HERE and HERE.

Billes wrote:looks like it's probably caused because my CPU doesn't support the SSE instruction set, and I guess it's required by srcds under Linux (although not under windows apparently). Looks like I either have to upgrade my CPU or install Windows.
XE_ManUp

Site Admin
Site Admin
 
Posts: 662
Joined: Sat Sep 06, 2008 3:36 am

Postby tnarocks » Thu Jun 30, 2011 6:57 pm

not sure if it was a map or not i disabled my source tv and it has not crashed since. So dont know, will let know if that was it or not.
tnarocks

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



Return to General Discussion

Who is online

Users browsing this forum: No registered users and 13 guests