Menu

#160 Long StdErr message

open
nobody
BAPI (6)
5
2012-09-12
2012-05-03
Anonymous
No

I used the installer and only installed the python version of Wrye Bash. Then I updated to 296 with a GNU tarball and tried to rebuild my bashed patch for Oblivion. I have approximately 95 mods installed. My bashed patch config is attached if that helps any.

Traceback (most recent call last):
File "C:\Games\Bethesda\Oblivion\Mopy\bash\basher.py", line 7397, in Execute
patchFile.scanLoadMods(SubProgress(progress,0.2,0.8)) #try to speed this up!
MemoryError
Traceback (most recent call last):
File "C:\Games\Bethesda\Oblivion\Mopy\bash\basher.py", line 5971, in RefreshData
bosh.configHelpers.refresh()
File "C:\Games\Bethesda\Oblivion\Mopy\bash\bosh.py", line 6259, in refresh
boss.Load(path.s,userpath.s)
File "C:\Games\Bethesda\Oblivion\Mopy\bash\bapi.py", line 378, in Load
_CLoad(self._DB, _enc(masterlist), _enc(userlist) if userlist else None)
WindowsError: [Error -529697949] Windows Error 0xE06D7363
Traceback (most recent call last):
File "C:\Games\Bethesda\Oblivion\Mopy\bash\basher.py", line 14601, in Execute
self.window.RefreshUI(detail=fileName)
File "C:\Games\Bethesda\Oblivion\Mopy\bash\basher.py", line 1764, in RefreshUI
self.PopulateItems(selected=selected)
File "C:\Games\Bethesda\Oblivion\Mopy\bash\basher.py", line 947, in PopulateItems
self.PopulateItem(itemDex,mode,selected)
File "C:\Games\Bethesda\Oblivion\Mopy\bash\basher.py", line 1860, in PopulateItem
if u'Deactivate' in bosh.modInfos[fileName].getBashTags():
File "C:\Games\Bethesda\Oblivion\Mopy\bash\bosh.py", line 4351, in getBashTags
tags = (self.getBashTagsDesc() or set()) | (configHelpers.getBashTags(self.name) or set())
File "C:\Games\Bethesda\Oblivion\Mopy\bash\bosh.py", line 6280, in getBashTags
tags = boss.GetModBashTags(modName)
File "C:\Games\Bethesda\Oblivion\Mopy\bash\bapi.py", line 605, in GetModBashTags
byref(userlist))
WindowsError: [Error -529697949] Windows Error 0xE06D7363

Discussion

  • Nobody/Anonymous

     
  • Arthmoor

    Arthmoor - 2012-05-05

    http://support.microsoft.com/kb/185294

    Looks like BAPI tried to throw an exception that wasn't handled.

     

Log in to post a comment.