Latest stable branch.
As it is updated very very often, with a lot of small bugfix, I regroup 2xx branch. Please provide the exact version for comments/tests.
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
Mod management, launching external tools, pretty much the whole program. Excellent tool. Can't imagine Oblivion without it.
What does not
Bashed patch reports (depends on IE). The text and HTMLized reports are still available in [Oblivion dir]/Data/Docs/, they just don't automatically display after building the patch. Instead, a harmless error is displayed.
You can avoid the error by just deleting the body of the "showWryeLog" function in Mopy/balt.py.
What was not tested
Not much (I've been using this tool for over a year now without trouble)
Additional Comments
Very receptive developers. They are open to accepting help porting the application so that it runs natively in Linux (the program is pure Python)
* When you install Python, don't change the installation path, or if you change it, don't put spaces in path. I had problems with this.
* To run Wrye bash, you'll need to run Python with bash.py in parameter. But you first need to cd to Wrye Bash directory (Mopy). Here's my launching script :
cd path_to_wine_dir/drive_c/Jeux/Oblivion/Mopy
wine path_to_wine_dir/drive_c/Python25/pythonw.exe bash.py
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
wont copy files
by Harry on Monday March 25th 2013, 21:12
someone knows why wrye doesnt copy some files to Data folder?
worst is it says they were copied but they are not actually there...
after restarting wrye only that is "discovers" the files are missing...
RE: thanks!!! by Harry on
Sunday March 24th 2013, 17:16
Running via PlayOnLinux
by dUc0N on Saturday July 17th 2010, 11:54
If you're using PlayOnLinux as your front-end to Wine, you'll need to edit the shortcut manually. Navigate to this file:
~/.PlayOnLinux/configurations/installed/
...and you'll find it's just a Bash script. Edit it to look like this:
#!/bin/bash
export WINEPREFIX="/home/ducon/.PlayOnLinux/wineprefix/TheElderScrolls4_Oblivion"
export WINEDEBUG="-all"
cd "/home/ducon/.PlayOnLinux/wineprefix/TheElderScrolls4_Oblivion/drive_c/Program Files/Bethesda Softworks/Oblivion/Mopy"
wine /home/ducon/.PlayOnLinux/wineprefix/TheElderScrolls4_Oblivion/drive_c/Python25/pythonw.exe bash.py
You can safely discard the quote marks in POL's script, as long as you don't have any spaces in the path.