Page 1 of 1

Gungame51 Exception Caught

PostPosted: Tue Feb 08, 2011 12:53 am
by Botuts
When Ever i Load up gungame i get this error :(
Does anyone else have this problem? or possibly a fix?

Thanks - Botuts

# ================================================
# >>                     GunGame 5.1 Exception Caught!
# ================================================
Traceback (most recent call last):
File "../eventscripts/es.py", line 409, in loadModuleAddon
newaddon = __import__(importname)
File "../eventscripts/gungame51/gungame51.py", line 44, in <module>
from core.cfg.shortcuts import loadConfig
File "../eventscripts/gungame51/core/cfg/__init__.py", line 18, in <module>
from cfglib import AddonCFG
File "../eventscripts/_libs/python/cfglib.py", line 106
es.mexec('..' + self.cfgpath.replace(self.gamedir, '', 1))
^
IndentationError: unexpected indent
# ================================================
 

Could not open script for addons/eventscripts/gungame51/es_gungame51.txt
  Error source (console): (no script)
 

[Deleted]

PostPosted: Tue Feb 08, 2011 1:07 am
by Botuts
PostThis post was deleted by Botuts on Tue Feb 08, 2011 1:27 am.
Reason: found fix

PostPosted: Tue Feb 08, 2011 1:30 am
by Botuts
FOUND FIX!

ok i was stupid... :I but the problem was the code "es.mexec('..' + self.cfgpath.replace(self.gamedir, '', 1))" wasn't the exact way it should have been, :P