» Tue Mar 15, 2011 4:59 am
Hi,
I'm using v84, Python 2.5. generally it works OK, but I get some error messages now and then. E.g. I got something like this when I tried to 'Install Missing' with 'Children of the Night II':
********
Traceback (most recent call last):
File "D:\Bethesda Softworks\Morrowind\Mopy\masher.py", line 4575, in Execute
self.data.install(self.selected,progress,last,override)
File "D:\Bethesda Softworks\Morrowind\Mopy\mosh.py", line 4460, in install
installer.install(archive,destFiles,self.data_sizeCrcDate,SubProgress(progress,i
ndex,index+1))
File "D:\Bethesda Softworks\Morrowind\Mopy\mosh.py", line 3951, in install
self.unpackToTemp(archive,dest_src.values(),SubProgress(progress,0,0.9))
File "D:\Bethesda Softworks\Morrowind\Mopy\mosh.py", line 3935, in unpackToTemp
raise StateError(_("Extraction failed."))
mosh.StateError: Extraction failed.
********
I also got similar error messages when I tried to NOMify mods.
Anybody experienced anything similar? Do you have any idea what can possibly cause that?
Regards
PS
Today, I'm having problems installing Horror Mod. I keep getting an error as well:
Traceback (most recent call last):
File "D:\Bethesda Softworks\Morrowind\Mopy\masher.py", line 4575, in Execute
self.data.install(self.selected,progress,last,override)
File "D:\Bethesda Softworks\Morrowind\Mopy\mosh.py", line 4460, in install
installer.install(archive,destFiles,self.data_sizeCrcDate,SubProgress(progress,i
ndex,index+1))
File "D:\Bethesda Softworks\Morrowind\Mopy\mosh.py", line 3951, in install
self.unpackToTemp(archive,dest_src.values(),SubProgress(progress,0,0.9))
File "D:\Bethesda Softworks\Morrowind\Mopy\mosh.py", line 3935, in unpackToTemp
raise StateError(_("Extraction failed."))
mosh.StateError: Extraction failed.