超级玩家
 
- 贡献度
- 43
- 金元
- 6256
- 积分
- 798
- 精华
- 0
- 注册时间
- 2004-2-11
|
我昨天换了台新电脑,win8系统,中午重装了老滚4晚上想装wrye bash,结果搞不定了
我的版本是wb版本是2.99,装了Python2.7.3
wxPython 2.8.12.1 unicode for Python 2.7
PyWin32
PIL 1.1.7 Win32 for Python 2.7
Comtypes 0.6.2
这个五个程序,运行后出现错误,日志提示如下:
An error has occured with Wrye Bash, and could not be displayed.
The following is the error that occured while trying to display the first error:
'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
The following is the error that could not be displayed:
Traceback (most recent call last):
File "Wrye Bash Launcher.pyw", line 33, in <module>
File "bash\bash.pyo", line 467, in main
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb3 in position 168: ordinal not in range(128)
我试着删掉\Mopy\bash\l10n\Chinese (Simplified).txt,结果日志提示如下:
Traceback (most recent call last):
File "bash\bolt.pyo", line 264, in initTranslator
File "genericpath.pyo", line 54, in getmtime
WindowsError: [Error 2] : u'bash\\l10n\\Chinese (Simplified).txt'
Error! Unable to start Wrye Bash.
Please ensure Wrye Bash is correctly installed.
Traceback (most recent call last):
File "bash\bash.pyo", line 362, in main
File "bash\bosh.pyo", line 31163, in initBosh
File "bash\bosh.pyo", line 30904, in initDirs
File "bash\bosh.pyo", line 30823, in getPersonalPath
File "bash\bosh.pyo", line 30823, in <genexpr>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb9 in position 9: ordinal not in range(128)
现在完全没招了,之前wb重装也没用,求高手支招
|
|