Hi, winetools 2.1.1 (installed from wine.sf.net deb recently) has a few missing double quotes on line 2568. Here's the diff: tjzeeman@carrington:~$ diff /chroot/ia32-sid/root/winetools.orig /chroot/ia32-sid/usr/bin/winetools 2568c2568 < if [ $WINEVER -lt 20040914 ] || [ $WINEVER -gt 20050111 ]; then --- > if [ "$WINEVER" -lt "20040914" ] || [ "$WINEVER" -gt "20050111" ]; then Unfortunately I still didn't get winetools to work for me. It detects wine (also from wine.sf.net as .deb; ATM version 20050310) and starts the dialog, but even if I wait 20-30 minutes after clicking on Base Setup nothing happened beyond printing that I chose 'Base setup'. Running it from a xterm revealed winetools is VERY picky about its locale. I had it set to en_US.utf8 which did not work. Setting LC_CTYPE to C got me into the Base Setup. There I found two other problems: Arial is no longer downloadable from umn.dl.sourceforge.net (I got it from kent.dl.sourceforge.net). Dcom98 is uninstallable on x86_64. Find attached a screenshot with the backtrace from winedbg (stupid xterm didn't allow copy-n-paste). regards, Thomas
Attachment:
Screenshot.png
Description: PNG image