wine

when i run other programs in windows in my linux platform using wine i get errors like cannot find the file what shall i do??

Linux Software 434 This topic was started by ,


data/avatar/default/avatar26.webp

151 Posts
Location -
Joined 2003-12-23
when i run other programs in windows in my linux platform using wine i get errors like "cannot find the file" what shall i do??

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
I may be able to help you with this, but I need you to post the exact error. Try running it again from the kde terminal, "konsole", then copy and paste it here in a post.

data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
I just installed wine and i acn access the built-in notepad. How do i install windows programs using wine. Like quicktime.

data/avatar/default/avatar26.webp

151 Posts
Location -
Joined 2003-12-23
OP
i get error message like.
wine: cannot find 'winword' or any windows programs

data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
Again, if you can post the exact error, I can probably help you with this. What you mention can be caused by any number of things.

data/avatar/default/avatar26.webp

151 Posts
Location -
Joined 2003-12-23
OP
all i get in the console is the message that wine cannot find 'windowsapp.exe',
where windowsapp.exe is the windows executable file that i want to run!!!

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
When running a windows application from console, try to cd into the directory where the application resides. Then, in a console, type the exact exe file that you want to run.
 
For example, if you want to run danleff.exe and resides is in the home directory;
 
cd /home
 
wine danleff.exe
 
Also, the app that you are attempting to run, did you just copy the exe file from a Windows directory, say in win 98, or attempt to install it with wine.
 
Give an example of what exact application that you want to run and where the app resides - your home directory...
 
A good tryout app is solitare. In this cae, you can copy the sol.exe from a win 98 directory to, say, your home directory (ie; /home/danleff), then run wine sol.exe from that directory in Linux.
 
But, in most cases, such as Dreamweaver, you need to install the app with wine first, then run the exe file from the native directory.
 
However, if your win system is win 98, you can run it from the native directory of the windows partition. Not so with Win XP, which wine will have trouble with.
 
I hope that I am clear. Post what you have and we will try to help.