Reported by schtan: http://forums.bethsoft.com/topic/1354592-relz-wrye-bash/page__view__findpost__p__20608503
I really hope somebody can help me with this problem...
I can not launch wrye bash at all. There is no error message, nothing happens when I launch the Wrye Bash Launcher.pyw.
Previous versions has worked for me without any problem.
This is the Bashbugdump.log I get when running in debug mode:
Found Python at 'C:\Python27\python.exe'
Launching Wrye Bash in debug mode
Traceback (most recent call last):
File "Wrye Bash Launcher.pyw", line 32, in <module>
from bash import bash
File "C:\Users\Thomas\Spill\Betsheda softworks\Oblivion\Mopy\bash\bash.py", line 40, in <module>
import bolt
File "C:\Users\Thomas\Spill\Betsheda softworks\Oblivion\Mopy\bash\bolt.py", line 292, in <module>
language = bass.language or locale.getlocale()[0].split(u'_',1)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 15: ordinal not in range(128)</module></module></module>
I use the python version of wrye Bash SVN 2361 (same error with 295.5)
Win7 x64, english version.
Oblivion is installed outside of the default directory
I have installed python 2.7.2, comtypes- 0.6.2, pywin32-216.win32-py 2.7 and wxpython 2.8-win32-unicode 2.8.12.1-py27
Also when I install pywin i get the following meassage upon its completion:
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
This should be fixed with r2586, but we need someone to test it that's actually getting the error, as it's a locale-specific bug, and I can't seem to trigger it by changing windows settings.