error running anything in wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

error running anything in wine

Post by kd0afk »

I am trying to install windows apps and run them but every time I do I get a "serious error" no error number but this is what comes up on the terminal screen:
Could someone please help.
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Post by kd0afk »

Here is a screen shot [img]file:///home/shawn/Desktop/Screenshot.png[/img][/img]
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

error running anything in wine

Post by austin987 »

On Tue, May 12, 2009 at 10:00 AM, kd0afk <[email protected]> wrote:
Here is a screen shot [img]file:///home/shawn/Desktop/Screenshot.png[/img][/img]
That's a link to your desktop...

--
-Austin
James Mckenzie

error running anything in wine

Post by James Mckenzie »

kd0afk <[email protected]>
Here is a screen shot [img]file:///home/shawn/Desktop/Screenshot.png[/img][/img]
Attachments are stripped off by the mailing system. Please post it to a picture hosting site and post the URL to it.

James McKenzie
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Post by kd0afk »

austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

error running anything in wine

Post by austin987 »

On Tue, May 12, 2009 at 3:56 PM, kd0afk <[email protected]> wrote:
Terminal output? Use pastebin please.

--
-Austin
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Re: error running anything in wine

Post by kd0afk »

austin987 wrote:On Tue, May 12, 2009 at 3:56 PM, kd0afk <[email protected]> wrote:
Terminal output? Use pastebin please.

--
-Austin
What is pastebin?
Would the terminal output be different from the text I coppied and pasted above?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

error running anything in wine

Post by austin987 »

On Tue, May 12, 2009 at 4:15 PM, kd0afk <[email protected]> wrote:
austin987 wrote:
On Tue, May 12, 2009 at 3:56 PM, kd0afk <[email protected]> wrote:
Terminal output? Use pastebin please.

--
-Austin
What is pastebin?
http://pastebin.com/
Would the terminal output be different from the text I coppied and pasted above?
There should be a bit more. What you posted earlier had the formatting
foobar'ed, and it's hard to read.

--
-Austin
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Post by kd0afk »

To tell you the truth I don't even remember how I got that error.
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Post by kd0afk »

austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

error running anything in wine

Post by austin987 »

On Tue, May 12, 2009 at 4:41 PM, kd0afk <[email protected]> wrote:
http://pastebin.com/m5ba0d047

shawn@shawn-laptop:~$ '/home/shawn/.wine/dosdevices/c:/Program Files/Luxology/modo 302/modo.exe'
That's not right...cd to the directory and use 'wine modo.exe'

--
-Austin
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Re: error running anything in wine

Post by kd0afk »

austin987 wrote:On Tue, May 12, 2009 at 4:41 PM, kd0afk <[email protected]> wrote:
http://pastebin.com/m5ba0d047

shawn@shawn-laptop:~$ '/home/shawn/.wine/dosdevices/c:/Program Files/Luxology/modo 302/modo.exe'
That's not right...cd to the directory and use 'wine modo.exe'

--
-Austin
I tried to cd to it but I couldn't get it right. I just dragged the modo.exe file into the terminal. I will try again.
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Post by kd0afk »

I hope this is what you needed.

http://pastebin.com/m44774b30

You can see how I had to try different things to get it to work. I am not much of a coder.
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Post by Usurp »

kd0afk wrote:I hope this is what you needed.

http://pastebin.com/m44774b30

You can see how I had to try different things to get it to work. I am not much of a coder.
Run this:

Code: Select all

cd /home/shawn/.wine/dosdevices/c:/ProgramFiles/Luxology/
wine modo.exe
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Post by kd0afk »

I tried the code you posted and this is the return:


shawn@shawn-laptop:~$ cd /home/shawn/.wine/dosdevices/c:/ProgramFiles/Luxology/wine modo.exe
bash: cd: /home/shawn/.wine/dosdevices/c:/ProgramFiles/Luxology/wine: No such file or directory
shawn@shawn-laptop:~$



This is the path to the directory where modo.exe lives:

/home/shawn/.wine/dosdevices/c:/Program Files/Luxology/modo 302

Sorry to be so dense about this but like I said, I am not much of a coder, but I'm learnin'
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Post by kd0afk »

I keep trying it but I think it's the space between "Program" and "Files" that is causing the trouble. I tried putting in an underscore, typing it in as one word and other things, but nothing helps.
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

kd0afk wrote:I keep trying it but I think it's the space between "Program" and "Files" that is causing the trouble. I tried putting in an underscore, typing it in as one word and other things, but nothing helps.
Put quotation marks around the entire path.
James Mckenzie

error running anything in wine

Post by James Mckenzie »

-----Original Message-----
From: kd0afk <[email protected]>
Sent: May 13, 2009 7:33 AM
To: [email protected]
Subject: [Wine] Re: error running anything in wine

I keep trying it but I think it's the space between "Program" and "Files" that is causing the
trouble. I tried putting in an underscore, typing it in as one word and other things, but nothing
helps.
You can do the following:

"C:\Program Files\Program Directory\program name.exe"

so that the line looks like:

WINEPREFIX=$HOME/.wine_prefix_example wine "C:\Program Files\Program Directory\program name.exe"

This should run the program in the Prefix you installed it into.

James McKenzie
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Post by kd0afk »

Sorry James, I am still learning but I am getting better. What you posted is G(r)eek to me.
http://pastebin.com/m19acb82d
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

error running anything in wine

Post by austin987 »

On Wed, May 13, 2009 at 10:28 AM, kd0afk <[email protected]> wrote:
Sorry James, I am still learning but I am getting better. What you posted is G(r)eek to me.
http://pastebin.com/m19acb82d
File a bug.

--
-Austin
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Re: error running anything in wine

Post by kd0afk »

austin987 wrote:On Wed, May 13, 2009 at 10:28 AM, kd0afk <[email protected]> wrote:
Sorry James, I am still learning but I am getting better. What you posted is G(r)eek to me.
http://pastebin.com/m19acb82d
File a bug.

--
-Austin
Thanks for the help. Too bad it wasn't a quick fix though. Bugzilla is down for the moment. I will file the bug when it comes up.
It must be a bug with wine though because the same error comes up on every program I try to run in it.
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Post by kd0afk »

Thanks for the help everyone.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

error running anything in wine

Post by austin987 »

On Wed, May 13, 2009 at 11:19 AM, kd0afk <[email protected]> wrote:
It must be a bug with wine though because the same error comes up on every program I try to run in it.
Even 'wine notepad'?

--
-Austin
kd0afk
Level 2
Level 2
Posts: 20
Joined: Thu May 07, 2009 3:51 pm

Re: error running anything in wine

Post by kd0afk »

austin987 wrote:On Wed, May 13, 2009 at 11:19 AM, kd0afk <[email protected]> wrote:
It must be a bug with wine though because the same error comes up on every program I try to run in it.
Even 'wine notepad'?

--
-Austin
Notepad works but that's it.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

error running anything in wine

Post by austin987 »

On Wed, May 13, 2009 at 11:39 AM, kd0afk <[email protected]> wrote:
austin987 wrote:
On Wed, May 13, 2009 at 11:19 AM, kd0afk <[email protected]> wrote:
It must be a bug with wine though because the same error comes up on every program I try to run in it.
Even 'wine notepad'?

--
-Austin
Notepad works but that's it.
What other programs have the same error, then? Does notepad show that
crash as well?

--
-Austin
Locked