Package: wine Version: 1.6.1-12 Severity: normal Dear Maintainer,
first of all, thanks for your recent work on wine. I've noticed that wine utils like winecfg etc now default to wine64. I'm not sure if this changed because I've installed wine64 or because of a recent update. A workaround for all problem described below is to start all commands with wine like "wine <command>" Here is a list of problems I noticed: * wine defaults to wine32 while winecfg defaults to wine64 unset WINEARCH rm -rf foo # fresh env export WINEPREFIX=`pwd`/foo wine wineboot -u # wine32 env created winecfg # fails with ".../foo' is a 32-bit installation, it cannot support 64-bit applications." wine winecfg # works * setting WINEARCH to win32 makes winecfg fail and create a half finished wine32 env (drive_c is empty) rm -rf foo # fresh env export WINEPREFIX=`pwd`/foo export WINEARCH=win32 winecfg # fails with ".../foo' is a 32-bit installation, it cannot support 64-bit applications." # this ends with a half created wine32 env (drive_c is empty) * Since a recent update msiexec is missing (wine msiexec still works) . regards -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (901, 'unstable'), (900, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages wine depends on: ii file 1:5.14-2 ii wine32 1.6.1-12 ii wine64 1.6.1-12 wine recommends no packages. Versions of packages wine suggests: pn avscan | klamav | clamav <none> ii binfmt-support 2.1.1-1 ii ttf-mscorefonts-installer 3.5 ii winbind 2:4.1.3+dfsg-2 pn wine-doc <none> -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org