[Wine]winetools (and x86_64) problems

T.J. Zeeman tjzeeman at xs4all.nl
Wed Mar 23 03:17:12 CST 2005


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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot.png
Type: image/png
Size: 51891 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20050323/bb8d708f/Screenshot.png


More information about the wine-users mailing list