Page 1 of 1

Server has Been Crashing

PostPosted: Sat Jun 23, 2012 5:47 am
by tnarocks
My server has been crashing and not sure if any of the errors in the gg error log file have been making it crash. I looked in my event log file and didnt see any thing on why it crashed..

PostPosted: Sat Jun 23, 2012 5:52 am
by satoon101
Errors do not cause crashing. Those are the same errors as before (most of which are playerlib related). Hopefully, one day, we can get those actually taken care of.

Satoon

PostPosted: Sat Jun 23, 2012 5:54 am
by tnarocks
ok cause i saw one or the errors at the end had something to do with

Traceback (most recent call last):
../eventscripts/es.py", line 279, in tick
x()
../eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
../eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
../eventscripts/gungame51/core/addons/queue.py", line 91, in _loop_through_queue
self._load_addons()
../eventscripts/gungame51/core/addons/queue.py", line 166, in _load_addons
raise
../eventscripts/gungame51/core/addons/queue.py", line 130, in _load_addons
'"%s"' % '", "'.join(list(AddonConflicts[addon])))

ConflictError: Sub-addon "gg_deathmatch" can not be loaded. It is listed as a conflict with Sub-addon(s) "gg_elimination"

PostPosted: Sat Jun 23, 2012 5:55 am
by satoon101
That will happen when you try to load DeathMatch when Elimination is still loaded:
Traceback (most recent call last):
../eventscripts/es.py", line 279, in tick
    x()
../eventscripts/_libs/python/gamethread.py", line 173, in tick
    _executenode(first)
../eventscripts/_libs/python/gamethread.py", line 155, in _executenode
    function(*a, **kw)
../eventscripts/gungame51/core/addons/queue.py", line 91, in _loop_through_queue
    self._load_addons()
../eventscripts/gungame51/core/addons/queue.py", line 166, in _load_addons
    raise
../eventscripts/gungame51/core/addons/queue.py", line 130, in _load_addons
    '"%s"' % '", "'.join(list(AddonConflicts[addon])))

ConflictError: Sub-addon "gg_deathmatch" can not be loaded.  It is listed as a conflict with Sub-addon(s) "gg_elimination"


Satoon

PostPosted: Sat Jun 23, 2012 5:56 am
by tnarocks
oh ok not sure why its crashing then.

PostPosted: Wed Jun 27, 2012 1:40 am
by Shadow
May sounds stupid but my server used to crashing randomly and didn't really know why at the time. By looking at the cstrike/logs directory, I noticed every time it was crashing it was on the same map. I manually try and load it and then server crashed again so I just removed it.

Just a suggestion... :)