Page 1 of 1

Error in Event Log

PostPosted: Wed Aug 17, 2011 12:23 am
by tnarocks
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 1310, in getPlayer
raise e
UseridError: '326' is an invalid userid

PostPosted: Wed Aug 17, 2011 12:34 am
by satoon101
That isn't a GunGame error. That is an error specific to the popuplib library. When it tries to refresh a popup for a player that disconnected from the server.

Satoon

PostPosted: Wed Aug 17, 2011 2:20 am
by tnarocks
ahhh ok it was below the error that everyone else has been getting