I’m running OpenSUSE 11.1/KDE 4.2 and Wine runs fine, but I can’t get Wine-doors to work. I’ve tried several of the 1-click installs but after installing it just won’t start. Here’s the terminal output :
PCLinux:~ # wine-doors
Started logging session
/usr/share/wine-doors/src/utils.py:7: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
Checking wine drive: /root/.wine/
sh: --version: command not found
Traceback (most recent call last):
File “/usr/bin/wine-doors”, line 137, in <module>
ui.winedoors = ui.WineDoorsGUI()
File “/usr/share/wine-doors/src/ui.py”, line 1106, in init
self.tree = PackTree( self.window’tv_packlist’], self.window )
File “/usr/share/wine-doors/src/ui.py”, line 597, in init
packlist.UpdateAll()
File “/usr/share/wine-doors/src/packlist.py”, line 311, in UpdateAll
self.TidyPacks()
File “/usr/share/wine-doors/src/packlist.py”, line 318, in TidyPacks
wine.WineVersion().split(".") >= pack’versions’][0][0][1].split("."):
AttributeError: ‘NoneType’ object has no attribute ‘split’
There’s someting wrong in /usr/share/wine-doors/src/preferences.py
this script can’t detect “winebinary” properly
make the detection of wine-version (in wine.py) fail
Workaround:
manually add “winebinary” value in
~/.wine/wine-doors/preferences.xml
<winebinary>/usr/bin/wine</winebinary>