Results 1 to 3 of 3

Thread: Wine on 13.04 64bit

  1. #1
    Join Date
    Aug 2013
    Beans
    5

    Wine on 13.04 64bit

    Wine refuses to work, and I believe the issue is related to 64bit. When executing wine I get
    Code:
    $ wine --help
    bash: /usr/bin/wine: cannot execute binary file
    I have ia32-libs and ia32-libs-multiarch installed.

    Code:
    $ wine64 --version
    wine-1.6

  2. #2
    Join Date
    Jan 2009
    Location
    ::1
    Beans
    2,485

    Re: Wine on 13.04 64bit

    Hi,

    13.04 64-bit here too, but different results:

    Code:
    sander@R540:~$ uname -a
    Linux R540 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    sander@R540:~$ 
    
    sander@R540:~$ lsb_release -a
    No LSB modules are available.
    Distributor ID:	Ubuntu
    Description:	Ubuntu 13.04
    Release:	13.04
    Codename:	raring
    sander@R540:~$ 
    
    sander@R540:~$ wine --help
    Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
           wine --help                   Display this help and exit
           wine --version                Output version information and exit
    sander@R540:~$ wine --version
    wine-1.4.1
    sander@R540:~$ 
    sander@R540:~$ wine64 --version
    wine-1.4.1
    sander@R540:~$
    How did wine-1.6 get on your 13.04?

  3. #3
    Join Date
    Aug 2013
    Beans
    5

    Re: Wine on 13.04 64bit

    I've resolved my issue, I had forgotten to include CONFIG_IA32_EMULATION in my kernel config.

    To get wine-1.6 you need to add the repository and update, then specify the version you want to install. http://<a href="http://www.winehq.or...oad/ubuntu</a>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •