PDA

View Full Version : Wine not opening .exe files



Tomanderland
October 11th, 2008, 10:38 AM
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!

Patb
October 11th, 2008, 11:37 AM
Tomanderland, in the terminal try:

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.

ajackson
October 11th, 2008, 11:38 AM
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.

SunnyRabbiera
October 11th, 2008, 11:39 AM
did you try to configure wine?
There is a tool in your menu called configure wine, it might help.

Tomanderland
October 11th, 2008, 12:15 PM
Thanks for everyone's help

Pat, I tried that it came up with this, still no result.

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

jacksaff
October 11th, 2008, 12:17 PM
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.

Tomanderland
October 11th, 2008, 12:26 PM
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?

ugm6hr
October 11th, 2008, 12:39 PM
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).

Tomanderland
October 11th, 2008, 12:42 PM
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.

Patb
October 11th, 2008, 01:46 PM
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.

sh_son
October 11th, 2008, 01:57 PM
I think if you have space/gap between words on the file name,
wine recognizes the first word and ignores the second word.

Well, I think :)

david_kt
October 11th, 2008, 03:02 PM
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.

Please try below method:

1. Open terminal and type

wine <space>

but DO NOT press <enter> yet.

2. Open nautilus and browse to the exe file you want to run. Drag and drop that exe file to the terminal, and it would become:


wine '/path/to/your/exe/file/exe_file.exe'

and then press <enter>.

DK

directhex
October 11th, 2008, 03:21 PM
note: the correct procedure is to either escape spaces (using "\ ") or use speech marks:


directhex@mortos:/tmp$ wine copy\ of\ sol.exe
directhex@mortos:/tmp$ wine "copy of sol.exe"

robopaul9
January 27th, 2009, 04:56 AM
Go to the Applications menu -> Wine -> Browse C:\ Drive. Then copy your file to this location. Right click the file, and select Open with Wine.

pwnflakes
January 27th, 2009, 11:12 AM
hello
first of all i am really new with ubuntu
i have same problem like Tomanderland
im trying to install Garena.exe with wine but it says Garena.exe is running already huh
i try with other exe files but they wont start
when i try to start them with double click or right click -> open with wine just nothing happen no error
when i try to start it by terminal it says

wine: could not load L"C:\\windows\\system32\\Garena.exe": Module not found
whatever@whatever-desktop:~/.wine/drive_c$

i try everything what i understand in this thread but no1 helps

sry for my bad english
and pls dont blame me this is my first try with linux :)

ugm6hr
January 27th, 2009, 12:38 PM
im trying to install Garena.exe with wine

I suspect it won't work:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13086&iTestingId=28925
http://www.garena.com/forum/redirect.php?tid=166599&goto=lastpost

directhex
January 27th, 2009, 08:01 PM
If you are facing problem to open .exe file by Wine, you can use VirtualBox.

It is easily retrievable from the repository.

--Julian

And buy a retail Windows license

webbdawg
November 9th, 2009, 09:56 PM
I have been fighting trying to get my Studio 8 to install. I got my older version of DW installed but I cannot get Studio 8 going.

SO I installed the latest version of Wine and now I get an Access Denied error when I try to open the exe with wine.

The more I try to work with Linux it is More obvious why it is not being adopted as an OS.

Programmers do not write mainstream programs for it so it is virtually unusable by those who need programs to work.

david_kt
November 10th, 2009, 02:07 AM
I have been fighting trying to get my Studio 8 to install. I got my older version of DW installed but I cannot get Studio 8 going.

SO I installed the latest version of Wine and now I get an Access Denied error when I try to open the exe with wine.

The more I try to work with Linux it is More obvious why it is not being adopted as an OS.

Programmers do not write mainstream programs for it so it is virtually unusable by those who need programs to work.

Try below instruction:

http://appdb.winehq.org/objectManager.php?sClass=version&iId=11368&iTestingId=38624

DK

directhex
November 10th, 2009, 02:37 AM
I have been fighting trying to get my Studio 8 to install. I got my older version of DW installed but I cannot get Studio 8 going.

SO I installed the latest version of Wine and now I get an Access Denied error when I try to open the exe with wine.

The more I try to work with Linux it is More obvious why it is not being adopted as an OS.

Programmers do not write mainstream programs for it so it is virtually unusable by those who need programs to work.

You're complaining that apps designed for one OS don't work in another

You've bought a Tesla Roadster, and are now complaining because you can't find the petrol intake

webbdawg
November 10th, 2009, 02:43 AM
You're complaining that apps designed for one OS don't work in another

You've bought a Tesla Roadster, and are now complaining because you can't find the petrol intake

No, I said why can't mainstream programs be written for all the OS's

All computers have a hard drive, either an intel or amd cpu and memory.

Microsoft, Apple and the Linux community will end up destroying personal computing because of all the stupid incompatibility.

hikaricore
November 10th, 2009, 04:26 AM
No, I said why can't mainstream programs be written for all the OS's

All computers have a hard drive, either an intel or amd cpu and memory.

Microsoft, Apple and the Linux community will end up destroying personal computing because of all the stupid incompatibility.

Uhhh.... :lolflag: welcome to the Internet.