» Fri May 27, 2011 3:14 pm
Hello, everyone!
I have a problem with Bash starti:
my bugdump is:
J:\Users\Yogo>j:\python25\python.exe f:\oblivion\mopy\bash.py -d
Traceback (most recent call last):
File "f:\oblivion\mopy\bash.py", line 56, in
import bosh, basher
File "F:\Oblivion\Mopy\basher.py", line 340, in
colorChecks = ColorChecks()
File "F:\Oblivion\Mopy\basher.py", line 304, in __init__
image = images[imageKey] = Image(file,wx.BITMAP_TYPE_PNG)
File "F:\Oblivion\Mopy\balt.py", line 132, in __init__
raise ArgumentError(_("Missing resource file: %s.") % (self.file,))
bolt.ArgumentError: Missing resource file: bolt.Path('images\\checkbox_purple_on
.png').
I use Vista 32, my Oblivion is in custom directory, i checked that "checkbox_purple_on
.png" file - it is present. I tried reinstalling Bash several times, but nothing changes.
I have actualy started Bash for the first time - it worked OK, i used bashed patch, played Oblivion - everything was OK, but now i cannot launch Bash again. I suspect it is somehow related with newly added mods - it seems Bash is loading mods (or whatever) when launching and then it stops. Do you guys have any ideas about my situation?
I changed balt.py:
if not GPath(self.file).exists():
import os
path = GPath(self.file)
print os.getcwd(),path
for x in path.root.list(): print x
raise ArgumentError(_("Missing resource file: %s.") % (self.file,))
I saw it in one of previous Wrye's posts - but i nothing changed acutally in bugdump.