[pkg-wine-party] Bug#733556: wine-binfmt

Mathieu Malaterre malat at debian.org
Thu Nov 6 13:19:20 UTC 2014


If that matters:

$ apt-cache policy wine-binfmt
wine-binfmt:
  Installed: 1.6.2-14
  Candidate: 1.6.2-14
  Version table:
 *** 1.6.2-14 0
        500 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status
$ WINEPREFIX=$HOME/.wine64 ./bla2.exe && echo "ok"
run-detectors: unable to find an interpreter for ./bla2.exe
$ WINEPREFIX=$HOME/.wine32 ./bla.exe && echo "ok"
run-detectors: unable to find an interpreter for ./bla.exe


Avec:

$ sudo update-binfmts --display
python3.4 (enabled):
     package = python3.4
        type = magic
      offset = 0
       magic = \xee\x0c\x0d\x0a
        mask =
 interpreter = /usr/bin/python3.4
    detector =
python2.7 (enabled):
     package = python2.7
        type = magic
      offset = 0
       magic = \x03\xf3\x0d\x0a
        mask =
 interpreter = /usr/bin/python2.7
    detector =
cli (enabled):
     package = mono-runtime
        type = magic
      offset = 0
       magic = MZ
        mask =
 interpreter = /usr/bin/cli
    detector = /usr/lib/cli/binfmt-detector-cli
jar (enabled):
     package = openjdk-7
        type = magic
      offset = 0
       magic = PK\x03\x04
        mask =
 interpreter = /usr/bin/jexec
    detector =
jarwrapper (enabled):
     package = <local>
        type = magic
      offset = 0
       magic = PK\x03\x04
        mask =
 interpreter = /usr/bin/jarwrapper
    detector = /usr/bin/jardetector



More information about the pkg-wine-party mailing list