error running anything in wine
error running anything in wine
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.
Could someone please help.
error running anything in wine
On Tue, May 12, 2009 at 10:00 AM, kd0afk <[email protected]> wrote:
--
-Austin
That's a link to your desktop...Here is a screen shot [img]file:///home/shawn/Desktop/Screenshot.png[/img][/img]
--
-Austin
error running anything in wine
kd0afk <[email protected]>
James McKenzie
Attachments are stripped off by the mailing system. Please post it to a picture hosting site and post the URL to it.Here is a screen shot [img]file:///home/shawn/Desktop/Screenshot.png[/img][/img]
James McKenzie
error running anything in wine
On Tue, May 12, 2009 at 3:56 PM, kd0afk <[email protected]> wrote:
--
-Austin
Terminal output? Use pastebin please.
--
-Austin
Re: error running anything in wine
What is pastebin?austin987 wrote:On Tue, May 12, 2009 at 3:56 PM, kd0afk <[email protected]> wrote:Terminal output? Use pastebin please.
--
-Austin
Would the terminal output be different from the text I coppied and pasted above?
error running anything in wine
On Tue, May 12, 2009 at 4:15 PM, kd0afk <[email protected]> wrote:
foobar'ed, and it's hard to read.
--
-Austin
http://pastebin.com/austin987 wrote:What is pastebin?On Tue, May 12, 2009 at 3:56 PM, kd0afk <[email protected]> wrote:
Terminal output? Use pastebin please.
--
-Austin
There should be a bit more. What you posted earlier had the formattingWould the terminal output be different from the text I coppied and pasted above?
foobar'ed, and it's hard to read.
--
-Austin
error running anything in wine
On Tue, May 12, 2009 at 4:41 PM, kd0afk <[email protected]> wrote:
--
-Austin
That's not right...cd to the directory and use 'wine modo.exe'http://pastebin.com/m5ba0d047
shawn@shawn-laptop:~$ '/home/shawn/.wine/dosdevices/c:/Program Files/Luxology/modo 302/modo.exe'
--
-Austin
Re: error running anything in wine
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.austin987 wrote:On Tue, May 12, 2009 at 4:41 PM, kd0afk <[email protected]> wrote:That's not right...cd to the directory and use 'wine modo.exe'http://pastebin.com/m5ba0d047
shawn@shawn-laptop:~$ '/home/shawn/.wine/dosdevices/c:/Program Files/Luxology/modo 302/modo.exe'
--
-Austin
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.
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: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.
Code: Select all
cd /home/shawn/.wine/dosdevices/c:/ProgramFiles/Luxology/
wine modo.exe
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'
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'
error running anything in wine
-----Original Message-----
"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
You can do the following: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.
"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
Sorry James, I am still learning but I am getting better. What you posted is G(r)eek to me.
http://pastebin.com/m19acb82d
http://pastebin.com/m19acb82d
error running anything in wine
On Wed, May 13, 2009 at 10:28 AM, kd0afk <[email protected]> wrote:
--
-Austin
File a bug.Sorry James, I am still learning but I am getting better. What you posted is G(r)eek to me.
http://pastebin.com/m19acb82d
--
-Austin
Re: error running anything in wine
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.austin987 wrote:On Wed, May 13, 2009 at 10:28 AM, kd0afk <[email protected]> wrote:File a bug.Sorry James, I am still learning but I am getting better. What you posted is G(r)eek to me.
http://pastebin.com/m19acb82d
--
-Austin
It must be a bug with wine though because the same error comes up on every program I try to run in it.
error running anything in wine
On Wed, May 13, 2009 at 11:19 AM, kd0afk <[email protected]> wrote:
--
-Austin
Even 'wine notepad'?It must be a bug with wine though because the same error comes up on every program I try to run in it.
--
-Austin
Re: error running anything in wine
Notepad works but that's it.austin987 wrote:On Wed, May 13, 2009 at 11:19 AM, kd0afk <[email protected]> wrote:Even 'wine notepad'?It must be a bug with wine though because the same error comes up on every program I try to run in it.
--
-Austin
error running anything in wine
On Wed, May 13, 2009 at 11:39 AM, kd0afk <[email protected]> wrote:
crash as well?
--
-Austin
What other programs have the same error, then? Does notepad show thataustin987 wrote:Notepad works but that's it.On Wed, May 13, 2009 at 11:19 AM, kd0afk <[email protected]> wrote:
Even 'wine notepad'?It must be a bug with wine though because the same error comes up on every program I try to run in it.
--
-Austin
crash as well?
--
-Austin