You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cleaning an active mod with integrated tes3cmd, moving the mod manually from the /Data Files folder while WMSA 85 is open in Mods Tab results in the following traceback...
Traceback (most recent call last):
File "F:\Bethesda Games\Morrowind\Mopy\masher.py", line 2428, in RefreshData
if mosh.mwIniFile.refresh() | mosh.modInfos.refresh():
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 3022, in refresh
self.unload(loadFile)
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 3134, in unload
mwIniFile.unload(fileName,False)
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 2394, in unload
self.refreshDoubleTime()
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 2334, in refreshDoubleTime
mtime = modInfos[loadFile].mtime
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 2718, in getitem
return self.data[key]KeyError: 'Quieter_UI_Sounds.esp'
The text was updated successfully, but these errors were encountered:
Reported by Psymon on 2011.05.10 04:46am CDT...
After cleaning an active mod with integrated tes3cmd, moving the mod manually from the /Data Files folder while WMSA 85 is open in Mods Tab results in the following traceback...
Traceback (most recent call last):
File "F:\Bethesda Games\Morrowind\Mopy\masher.py", line 2428, in RefreshData
if mosh.mwIniFile.refresh() | mosh.modInfos.refresh():
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 3022, in refresh
self.unload(loadFile)
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 3134, in unload
mwIniFile.unload(fileName,False)
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 2394, in unload
self.refreshDoubleTime()
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 2334, in refreshDoubleTime
mtime = modInfos[loadFile].mtime
File "F:\Bethesda Games\Morrowind\Mopy\mosh.py", line 2718, in getitem
return self.data[key]KeyError: 'Quieter_UI_Sounds.esp'
The text was updated successfully, but these errors were encountered: