Your message dated Sun, 02 Nov 2014 13:31:31 +0100 with message-id <[email protected]> and subject line Closing 764641 again with the correct version set now has caused the Debian Bug report #764641, regarding [wine] wine32 and wine64 cannot share same default homedir ~/.wine to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 764641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764641 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: wine Version: 1.6.2-8 Severity: normal Tags: patch --- Please enter the report below this line. --- Hello When running alternatively wine32 and wine64, you get such error (or vice versa): wine: '/home/phil/.wine' is a 32-bit installation, it cannot support 64-bit applications. One possible solution: assign different homes for wine32 and wine64, e.g.: --- /usr/bin/wine<->2014-10-09 21:59:00.840600775 +0200 +++ /usr/bin/wine<------>2014-10-09 22:15:17.405788903 +0200 @@ -3,8 +3,15 @@ set -e . wine=/usr/bin/wine32 +defaultwineprefix=$HOME/.wine32 + if test "$(file -b -L "$1" | cut -d\ -f1)" = "PE32+" -o "$WINEARCH" = "win64"; then wine=/usr/bin/wine64 + defaultwineprefix=$HOME/.wine64 +fi + +if [ -z "$WINEPREFIX" ]; then + export WINEPREFIX=$defaultwineprefix fi . if test -f $wine; then --- System information. --- Architecture: amd64 Kernel: Linux 3.16-1-amd64 Debian Release: jessie/sid 500 unstable ftp.be.debian.org 500 testing-updates ftp.be.debian.org 500 testing security.debian.org 500 testing ftp.be.debian.org 500 stable files.eid.belgium.be 500 stable dl.google.com 350 stable http.kali.org 100 jessie-backports ftp.be.debian.org --- Package information. --- Depends (Version) | Installed =========================-+-============== file | 1:5.19-2 wine64 (>= 1.6.2-8) | 1.6.2-8 OR wine32 (>= 1.6.2-8) | 1.6.2-8 Package's Recommends field is empty. Suggests (Version) | Installed ========================================-+-=========== wine-doc | binfmt-support | 2.1.5-1 ttf-mscorefonts-installer | winbind | avscan | OR klamav | OR clamav |
--- End Message ---
--- Begin Message ---Source: wine Source-Version: 1.6.2-15
--- End Message ---
_______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
