Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Can't open .exe files via wine

  1. #11
    Join Date
    Nov 2012
    Beans
    12

    Re: Can't open .exe files via wine

    Quote Originally Posted by monkeybrain2012 View Post
    I don't know, I clicked that link and it offered to download the deb so it works, maybe you can try again? Once download you can just install the deb by right clicking. The guy who posted the original solution was making it unnecessarily cryptic for new users with wget and dpkg -i and what not

    Basically, download and install glib_2.06 which is a deb package.

    Then follow the steps in installing 32 bit library and creating the symbolic link.

    Seems that wine thinks that you are running 32 bit machine for some reasons.


    EDITED: BTW if you want to install a .deb with the command "sudo dpkg -i .." you need to first cd into the directory where it is, so if it is on the desktop, you need to run 'cd Desktop'. This is a general rule: you have to do things in the correct directory.
    i got an error in the second part.

    The following i386 packages will be installed: gnome-keyring:i386
    Continue [Y/n]? y
    Downloading ...
    Installing libraries ...
    cp: target `/usr/lib32/' is not a directory
    Copying files failed - run getlibs with "sudo getlibs" or as root
    it worked fine the second time, but now i'm trying to install the 32 bit library, and after it worked for a while, when it tries to install it, i get an error (even though i did sudo getlibs from the beginning).

    i tried this twice (sudo getlibs -p gnome-keyring:i386)

  2. #12
    monkeybrain2012 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Oct 2012
    Beans
    874

    Re: Can't open .exe files via wine

    I was going to tell you to symlink /usr/lib32 to /usr/lib or creating /usr/lib32. But there seems to be an easier way from the wine forum on this site.

    Forget about the above, and install "ia32-libs-multiarch" from software center and run your exe file in the terminal again and see the outputs.

  3. #13
    Join Date
    Nov 2012
    Beans
    12

    Re: Can't open .exe files via wine

    Quote Originally Posted by monkeybrain2012 View Post
    I was going to tell you to symlink /usr/lib32 to /usr/lib or creating /usr/lib32. But there seems to be an easier way from the wine forum on this site.

    Forget about the above, and install "ia32-libs-multiarch" from software center and run your exe file in the terminal again and see the outputs.
    I searched it up, and I have it installed already apparently (except for the add-ons, the only add-on I have is Samba nameservice and authentication integration plugins).

  4. #14
    monkeybrain2012 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Oct 2012
    Beans
    874

    Re: Can't open .exe files via wine

    Let's try

    sudo mkdir /usr/lib32

    Then install the 32-bit library.
    Last edited by monkeybrain2012; November 14th, 2012 at 05:11 AM.

  5. #15
    Join Date
    Nov 2012
    Beans
    12

    Re: Can't open .exe files via wine

    Quote Originally Posted by monkeybrain2012 View Post
    Let's try

    sudo mkdir /usr/lib32

    Then install the 32-bit library.
    ugh. it said file exists for both. here's what i got:

    kupo@kupo:~$ sudo mkdir /usr/lib32
    [sudo] password for kupo:
    mkdir: cannot create directory `/usr/lib32': File exists
    kupo@kupo:~$ sudo getlibs -p gnome-keyring:i386
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    ia32-libs is already the newest version.
    The following packages were automatically installed and are no longer required:
    linux-headers-3.2.0-29 linux-headers-3.2.0-29-generic wine-gecko1.4
    wine-gecko1.4:i386
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    The following i386 packages will be installed: gnome-keyring:i386
    Continue [Y/n]? y
    Downloading ...
    Installing libraries ...
    kupo@kupo:~$ sudo mkdir -p /usr/lib/i386-linux-gnu/pkcs11/
    kupo@kupo:~$ sudo ln -s /usr/lib32/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so
    ln: failed to create symbolic link `/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so': File exists
    HOWEVER, when i ran cd Desktop and the .exe program via terminal, I get the same error message, but it does not have "p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory" (doesn't have this anymore) - I think the file is installed/exists.

    I still have this though:

    kupo@kupo:~/Desktop$ wine LeagueofLegends.exe
    Log file is being written to C:\users\kupo\Temp\LeagueofLegends.exe.log
    *** About to try file format org.eclipse.swt.internal.image.WinBMPFileFormat
    *** Created newinstance for WinBMP
    *** About to try file format org.eclipse.swt.internal.image.GIFFileFormat
    *** Created newinstance for GIF
    *** About to try file format org.eclipse.swt.internal.image.WinICOFileFormat
    *** Created newinstance for WinICO
    *** About to try file format org.eclipse.swt.internal.image.JPEGFileFormat
    *** Created newinstance for JPEG
    *** About to try file format org.eclipse.swt.internal.image.PNGFileFormat
    *** Created newinstance for PNG
    Exception in thread "LibgcjInternalFinalizerThread" java.lang.NullPointerException
    at 0x00a069ce (Unknown Source)
    at 0x00a06ed2 (Unknown Source)
    at 0x00a06f83 (Unknown Source)
    at 0x009dc15d (Unknown Source)
    at 0x009d910d (Unknown Source)
    at 0x00a3f93d (Unknown Source)
    at 0x009cb512 (Unknown Source)
    at 0x00a3ea77 (Unknown Source)
    at 0x7b83b8ed (Unknown Source)
    at 0x7bc8f1d9 (Unknown Source)
    at 0x7bc77019 (Unknown Source)
    at 0x7bc76feb (Unknown Source)
    at 0x7bc775f1 (Unknown Source)
    at 0x7bc79560 (Unknown Source)
    at 0x7bc79780 (Unknown Source)
    at 0xdeadbaba (Unknown Source)
    at 0x00a499e7 (Unknown Source)
    at 0x00a4a8e6 (Unknown Source)
    at 0x00a0f6c0 (Unknown Source)
    at 0x00a4a4bc (Unknown Source)
    at 0x00aa44c5 (Unknown Source)
    at 0x7bc76f9c (Unknown Source)
    at 0x7bc79b19 (Unknown Source)
    at 0x7bc76f7a (Unknown Source)
    at 0x7bc7fcc4 (Unknown Source)
    at 0xf757cd48 (Unknown Source)
    err:seh:setup_exception_record stack overflow 1936 bytes in thread 0009 eip 7bc3eeef esp 00ef0ba0 stack 0xef0000-0xef1000-0x10f0000
    sorry, for some reason i run into problems with everything i try. this is greatly appreciated!

  6. #16
    monkeybrain2012 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Oct 2012
    Beans
    874

    Re: Can't open .exe files via wine

    Hmm... sorry, I am afraid this is beyond my ability to help. I don't use wine often and only has it installed on my 32 bit laptop. I didn't even know it has a problem on 64 bit machines until I read your thread.

    Hopefully someone more knowledgeable will help you out.

    Check out the wine subforum, you may find something useful there.

    http://ubuntuforums.org/forumdisplay.php?f=313

    Good luck!

  7. #17
    Join Date
    Nov 2012
    Beans
    12

    Re: Can't open .exe files via wine

    Quote Originally Posted by monkeybrain2012 View Post
    Hmm... sorry, I am afraid this is beyond my ability to help. I don't use wine often and only has it installed on my 32 bit laptop. I didn't even know it has a problem on 64 bit machines until I read your thread.

    Hopefully someone more knowledgeable will help you out.

    Check out the wine subforum, you may find something useful there.

    http://ubuntuforums.org/forumdisplay.php?f=313

    Good luck!
    thank you so much, you've helped a bunch actually. since i don't have much on my computer right now, i'm probably just going to reinstall ubuntu except in 32 bit mode. hopefully it'll work then. thanks!

  8. #18
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Can't open .exe files via wine

    Always, always check WineHQ's appdb when you are trying to run a program under wine.

    http://appdb.winehq.org/objectManage...sion&iId=19141

    I see it's mentioned that there are problems runing it under 64 bit and a 32 bit chroot fixes the problem
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  9. #19
    Join Date
    Nov 2012
    Beans
    12

    Re: Can't open .exe files via wine

    Quote Originally Posted by jerome1232 View Post
    Always, always check WineHQ's appdb when you are trying to run a program under wine.

    http://appdb.winehq.org/objectManage...sion&iId=19141

    I see it's mentioned that there are problems runing it under 64 bit and a 32 bit chroot fixes the problem
    thanks for the clarification, i see the problem now. i started using the 32 bit chroot after searching up how to do it, but for some reason i entered the first command in the terminal and it said something like ldconfig deferred processing now taking place. i did the next command and nothing happened..

    regardless, i think i'll just install 32 bit instead, it seems way easier. my computer is new enough to have 64 bit but it seems too much to sacrifice for just speed. thank you though!

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •