Suzie Q
Ehrenmitglied
Es gibt ein Problem mit Boss 1.8 und Wrye Bash 2.93 dazu gibt es folgenden Fix:
Auf deutsch:
1. Wrye Bash 2.93 Python-Version:
korrigiert die basher.py nach der obigen Vorlage.
2. Wrye Bash 2.93 Standalone-Version:
Es gibt keinen Fix, benutzt die Version 2.92 oder wartet auf die Version 2.94
Note that no fix is available for users of the Standalone version of Wrye Bash. Either wait for 294 or install the Python version.
On line 14293 of basher.py (in Oblivion\Mopy), replace:
....if version > 3: version = 1
with:
....if version in (2,3): version = 2
....elif version > 3: version = 1
In Python, spaces matter, so be sure to get the right number of spaces to indent those lines - they should be at the same amount of indent as the other lines above and below them. (There are 4 spaces.) Save the file and launch Bash - it should now work.
Auf deutsch:
1. Wrye Bash 2.93 Python-Version:
korrigiert die basher.py nach der obigen Vorlage.
2. Wrye Bash 2.93 Standalone-Version:
Es gibt keinen Fix, benutzt die Version 2.92 oder wartet auf die Version 2.94