I know Arthmoor already asked about this, but I never seen. and can't find the answer...

Traceback (most recent call last): File "Wrye Bash Launcher.py", line 97, inbosh.initDirs(personal,localAppData,oblivionPath) File "/home/arne/games/wine/Oblivion/drive_c/Program Files/Bethesda Softworks/Oblivion/Mopy/bosh.py", line 20041, in initDirs personal = getShellPath('Personal') File "/home/arne/games/wine/Oblivion/drive_c/Program Files/Bethesda Softworks/Oblivion/Mopy/bosh.py", line 20019, in getShellPath import _winregImportError: No module named _winreg
#--Determine User folders from Personal and Local Application Data directories # Attempt to pull from, in order: Command Line, Ini, win32com, Registry # Import win32com, in case it's necessary try: from win32com.shell import shell, shellcon def getShellPath(shellKey): path = shell.SHGetFolderPath (0, shellKey, None, 0) path = path.encode(locale.getpreferredencoding()) return GPath(path) except ImportError: shell = shellcon = None reEnv = re.compile('%(\w+)%') envDefs = os.environ def subEnv(match): key = match.group(1).upper() if not envDefs.get(key): raise BoltError(_("Can't find user directories in windows registry.\n>> See \"If Bash Won't Start\" in bash docs for help.")) return envDefs[key] def getShellPath(folderKey): import _winreg regKey = _winreg.OpenKey(_winreg.HKEY_CURRENT_USER, r'Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders') try: path = _winreg.QueryValueEx(regKey,folderKey)[0] except WindowsError: raise BoltError(_("Can't find user directories in windows registry.\n>> See \"If Bash Won't Start\" in bash docs for help.")) regKey.Close() path = path.encode(locale.getpreferredencoding()) path = reEnv.sub(subEnv,path) return GPath(path)
return GPath(path)
return GPath(path)
C:\Python26\python.exe "Wrye Bash Launcher.pyw" -p "C:\\Documents and Settings\\Wrye\\My Documents" -l "C:\\Documents and Settings\\Wrye\\Local Settings\\Application Data"
Traceback (most recent call last): File "D:\Oblivion\Mopy\basher.py", line 10084, in Execute saveFile.logStatObse(log) File "D:\Oblivion\Mopy\bosh.py", line 6047, in logStatObse log(_(' Mod : %02X (%s)') % (modIndex, self.masters[modIndex].s))IndexError: list index out of range
E:\Games\Oblivion\Mopy\basher.py:1531: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal def OnTextEdit(self,event):
MERGE/SCAN ERROR: Oscuro's_Oblivion_Overhaul.esmTraceback (most recent call last): File "E:\Games\Oblivion\Mopy\basher.py", line 4693, in Execute raise File "E:\Games\Oblivion\Mopy\basher.py", line 4654, in Execute patchFile.scanLoadMods(SubProgress(progress,0.2,0.8)) #try to speed this up! File "E:\Games\Oblivion\Mopy\bosh.py", line 13767, in scanLoadMods raise File "E:\Games\Oblivion\Mopy\bosh.py", line 13763, in scanLoadMods patcher.scanModFile(modFile,nullProgress) File "E:\Games\Oblivion\Mopy\bosh.py", line 19928, in scanModFile patchBlock.setRecord(record.getTypeCopy(mapper)) File "E:\Games\Oblivion\Mopy\bosh.py", line 1600, in getTypeCopy myCopy = copy.deepcopy(self) File "C:\Python26\lib\copy.py", line 189, in deepcopy y = _reconstruct(x, rv, 1, memo) File "C:\Python26\lib\copy.py", line 338, in _reconstruct state = deepcopy(state, memo) File "C:\Python26\lib\copy.py", line 162, in deepcopy y = copier(x, memo) File "C:\Python26\lib\copy.py", line 235, in _deepcopy_tuple y.append(deepcopy(a, memo)) File "C:\Python26\lib\copy.py", line 162, in deepcopy y = copier(x, memo) File "C:\Python26\lib\copy.py", line 255, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "C:\Python26\lib\copy.py", line 162, in deepcopy y = copier(x, memo) File "C:\Python26\lib\copy.py", line 228, in _deepcopy_list y.append(deepcopy(a, memo)) File "C:\Python26\lib\copy.py", line 189, in deepcopy y = _reconstruct(x, rv, 1, memo) File "C:\Python26\lib\copy.py", line 347, in _reconstruct y.__dict__.update(state)MemoryError
Traceback (most recent call last): File "E:\Games\Oblivion\Mopy\basher.py", line 3894, in OnCloseWindow self.notebook.GetPage(index).OnCloseWindow() File "E:\Games\Oblivion\Mopy\basher.py", line 485, in OnCloseWindow self.data.save() File "E:\Games\Oblivion\Mopy\bosh.py", line 10692, in save self.dictFile.save() File "E:\Games\Oblivion\Mopy\bosh.py", line 264, in save saved = bolt.PickleDict.save(self) File "E:\Games\Oblivion\Mopy\bolt.py", line 826, in save cPickle.dump(data,out,-1)MemoryError