Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Wine not opening .exe files

  1. #1
    Join Date
    Mar 2008
    Beans
    9

    Wine not opening .exe files

    Heya,

    I just installed wine onto Hardy and I have wine tricks and all that but when i try opening a exe files by double clicking it or using terminal it just doesnt open.

    I am trying to install macromedia studio 8, ive tried creative suite (it worked when I used to use ubuntu a few months ago but not now) and photoshop cs2.

    The following comes up in terminal
    maitland@maitland-laptop:/media/cdrom0$ wine install studio 8.exe
    wine: could not load L"C:\\windows\\system32\\install.exe": Module not found

    But sometimes it doesnt come up with an error but still nothing happens.. and there have been other times where it says something about windows installer..

    Anyone have any idea? I'm not very experienced with Wine

    Thanks!

  2. #2
    Join Date
    Nov 2005
    Location
    Lilongwe, Malawi
    Beans
    349
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wine not opening .exe files

    Tomanderland, in the terminal try:
    Code:
    wine "full_name_of_the_exe_file"
    I'm not sure of the exact name of your exe file. Include the inverted commas to avoid confusion over the spaces.

    Cheers, Pat.
    It's never too late to have a happy childhood! (Bumper sticker - Zimbabwe)
    To mark your thread solved, go to Thread Tools and select Mark this thread as solved

  3. #3
    Join Date
    Apr 2006
    Beans
    1,273

    Re: Wine not opening .exe files

    Try right-clicking on it and seeing what the default open with is, it might be mono or it might be nothing at all but you can select open with and choose wine.

  4. #4
    Join Date
    Jun 2005
    Beans
    6,115

    Re: Wine not opening .exe files

    did you try to configure wine?
    There is a tool in your menu called configure wine, it might help.
    HOME BUILT SYSTEM! http://brainstorm.ubuntu.com/idea/22804/ Please vote up!
    remember kiddies: sudo rm -rf= BAD!, if someone tells you to do this, please ignore them unless YOU WANT YOUR SYSTEM WIPED

  5. #5
    Join Date
    Mar 2008
    Beans
    9

    Re: Wine not opening .exe files

    Thanks for everyone's help

    Pat, I tried that it came up with this, still no result.
    Code:
    maitland@maitland-laptop:/media/cdrom0$ wine "install studio 8.exe"
    wine: could not load L"D:\\install studio 8.exe": Module not found

    Also, the right click menu opens with wine windows emulator, clicked it nothing happened and I havent been able to find anything in the config thing that might help.. Am i missing a wine file or something?

    Tom

  6. #6
    Join Date
    Apr 2006
    Beans
    265

    Re: Wine not opening .exe files

    Quote Originally Posted by Tomanderland View Post
    Heya,

    maitland@maitland-laptop:/media/cdrom0$ wine install studio 8.exe
    wine: could not load L"C:\\windows\\system32\\install.exe": Module not found
    Your syntax is wrong. You are telling wine to run a program called "install".
    You don't need an install command for wine. Just run the .exe file (from the correct location of course).

    wine studio8.exe

    You might also have problems with the spaces. In the command above you have studio 8.exe
    The shell interprets this as two things, studio and 8.exe, which is why you shouldn't use spaces in file names in unix. If the file is actually called studio 8.exe (with a space) then try:
    wine 'studio 8.exe'
    This will tell the shell to treat the space as part of the text rather than as a separator between commands.

  7. #7
    Join Date
    Mar 2008
    Beans
    9

    Re: Wine not opening .exe files

    Quote Originally Posted by jacksaff View Post
    Your syntax is wrong. You are telling wine to run a program called "install".
    You don't need an install command for wine. Just run the .exe file (from the correct location of course).

    wine studio8.exe

    You might also have problems with the spaces. In the command above you have studio 8.exe
    The shell interprets this as two things, studio and 8.exe, which is why you shouldn't use spaces in file names in unix. If the file is actually called studio 8.exe (with a space) then try:
    wine 'studio 8.exe'
    This will tell the shell to treat the space as part of the text rather than as a separator between commands.
    Thanks jacksaff,

    the install there is actually part of the exe file name (install studio 8.exe).. I've tried putting the quotations around it a few times and i just keep getting the message i posted above.. should i try copy the whole cd onto my hard drive so i can rename the setup file with no spaces?

  8. #8
    Join Date
    Apr 2006
    Location
    UK
    Beans
    6,646
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wine not opening .exe files

    Might be easiest to try the GUI way: Right-click the .exe file and select open with Wine.

    Did you use the Ubuntu repo version of wine?

    If that doesn't work - use terminal, but make sure you have configured your CD drive (/media/cdrom0) as D: (in configure Wine menu).

  9. #9
    Join Date
    Mar 2008
    Beans
    9

    Re: Wine not opening .exe files

    Quote Originally Posted by ugm6hr View Post
    Might be easiest to try the GUI way: Right-click the .exe file and select open with Wine.

    Did you use the Ubuntu repo version of wine?

    If that doesn't work - use terminal, but make sure you have configured your CD drive (/media/cdrom0) as D: (in configure Wine menu).
    Ive tried right-clicking.. nothing happens not even an error message. Wine is configured right too, cd drive =D: and ive tried terminal and it just comes up with an error message saying it cant find the module.

  10. #10
    Join Date
    Nov 2005
    Location
    Lilongwe, Malawi
    Beans
    349
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wine not opening .exe files

    Quote Originally Posted by Tomanderland View Post
    should i try copy the whole cd onto my hard drive so i can rename the setup file with no spaces?
    Worth a try Tomerland, just in case the location on your CD is the source of the problem. But I would have expected the thing to work with several of the methods you've tried already.

    Good luck, Pat.
    It's never too late to have a happy childhood! (Bumper sticker - Zimbabwe)
    To mark your thread solved, go to Thread Tools and select Mark this thread as solved

Page 1 of 3 123 LastLast

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
  •