http://bugs.winehq.org/show_bug.cgi?id=3357
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2005-19-09 02:11 ------- Well, the error says it all: you either haven't installed libXext (from the X development packages) or your wine is unable to find it. check if you have them in /usr/X11R6/lib. I for example have: -rw-r--r-- 1 root root 73044 Mar 24 23:02 libXext.a lrwxrwxrwx 1 root root 14 Apr 30 21:58 libXext.so -> libXext.so.6.4 lrwxrwxrwx 1 root root 14 Apr 30 21:58 libXext.so.6 -> libXext.so.6.4 -rwxr-xr-x 1 root root 53508 Mar 24 23:04 libXext.so.6.4 right there.Maybe you miss the static library libXext.a. I guess this is not an error in wine, but an error on your setup. Regards.