» Sat Apr 30, 2011 3:38 pm
I just upgraded to version 281. When I fired up Wrye Bash, I got the following wxPython error message:
Traceback (most recent call last):
File "C:\Games\Oblivion\Mopy\basher.py", line 1355, in OnItemSelected
self.details.SetFile(modName)
File "C:\Games\Oblivion\Mopy\basher.py", line 1467, in SetFile
tagsStr = '\n'.join(sorted(modInfo.getBashTags()))
File "C:\Games\Oblivion\Mopy\bosh.py", line 7288, in getBashTags
tags = self.getRow().get('bashTags')
AttributeError: 'str' object has no attribute 'get'
In addition, even though BOSS appears to work properly, Wrye Bash 281's mod screen doesn't seem to be updating like previous versions. I will report any other error messages and/or bugs I encounter with this version.
EDIT: When I restarted Bash 281 after running BOSS, it displayed the proper load order.
EDIT 2: I get the following wxPython error when I try to rebuild my Bashed Patch:
Traceback (most recent call last):
File "C:\Games\Oblivion\Mopy\basher.py", line 8439, in Execute
patchDialog = PatchDialog(self.window,fileInfo)
File "C:\Games\Oblivion\Mopy\basher.py", line 4402, in __init__
patcher.getConfig(patchConfigs) #--Will set patcher.isEnabled
File "C:\Games\Oblivion\Mopy\bosh.py", line 14074, in getConfig
self.getAutoItems()
File "C:\Games\Oblivion\Mopy\bosh.py", line 14043, in getAutoItems
if autoRe.match(modInfo.name.s) or (autoKey & modInfo.getBashTags()):
File "C:\Games\Oblivion\Mopy\bosh.py", line 7288, in getBashTags
tags = self.getRow().get('bashTags')
AttributeError: 'str' object has no attribute 'get'