|
本帖最后由 bluesky404 于 2012-1-20 09:18 编辑
nbx 发表于 2012-1-20 09:01 
装了,存档的话,试过随便哪个都一样
295.4 or 295.5,试下这个
另外,把文字版的traceback发一下,我可以帮你把bug上传到官方讨论帖里
编辑:所以像下面这样,等下我会上报bug给作者的
Traceback (most recent call last):
File "D:\Bethesda Softworks\Oblivion\Mopy\bash\basher.py", line 15091, in Execute
self.FromSave(fileInfo,srcPath)
File "D:\Bethesda Softworks\Oblivion\Mopy\bash\basher.py", line 15104, in FromSave
srcFaces = bosh.PCFaces.save_getFaces(saveFile)
File "D:\Bethesda Softworks\Oblivion\Mopy\bash\bosh.py", line 12991, in save_getFaces
playerFace = PCFaces.save_getPlayerFace(saveFile)
File "D:\Bethesda Softworks\Oblivion\Mopy\bash\bosh.py", line 13071, in save_getPlayerFace
namePos = PCFaces.save_getNamePos(saveFile.fileInfo.name,data,saveFile.pcName)
File "D:\Bethesda Softworks\Oblivion\Mopy\bash\bosh.py", line 12966, in save_getNamePos
namePos = data.find(pcName)
UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in position 0: ordinal not in range(128)
|
|