http://bugs.winehq.org/show_bug.cgi?id=4051
------- Additional Comments From awakener@gmx.de 2006-11-09 19:21 ------- crash confirmed with wine 0.9.20 and 0.9.15 (i use both) I did not have this problem with fresh KDE-free Ubuntu. I'm quite sure that it appeared first, after i installed my only KDE-App (kregexp) which had the basic KDE stuff as dependency
i fixed it (like Adrian did) with: ------------------------------------------ cd /usr/lib/wine sudo mv winearts.drv.so winearts.drv.so.2 and cd /usr/local/lib/wine sudo mv winearts.drv.so winearts.drv.so.2 -----------------------------------------