Page 1 of 1

Wine doesn't work for me

Posted: Sun Feb 03, 2013 2:23 am
by AirbusA<380
Hi
The reason i'm posting is because when i try to run a program in wine it doesn't work. if i try launching from terminal it says: wine: cannot find L"C:\\windows\\system32\\fgfs.exe" Assuming the program is fgfs (flightgear). Could anyone help me?

Re: Wine doesn't work for me

Posted: Sun Feb 03, 2013 4:02 am
by passerby
It sounds like the problem is with the path to the file you're trying to execute rather than wine itself.
Are you trying to run programs from a windows partition?

Re: Wine doesn't work for me

Posted: Sun Feb 03, 2013 5:44 am
by Pierre
Have you tried using the commercial version of Wine:-
https://www.codeweavers.com/products/windowsmac/

see if your program is in the supported list ....

Re: Wine doesn't work for me

Posted: Sun Feb 03, 2013 5:46 am
by AirbusA<380
No i only have mint on my computer, and the fgfs.exe file is in the correct .wine c_drive file.

Re: Wine doesn't work for me

Posted: Sun Feb 03, 2013 5:56 am
by passerby
What is the exact command you're trying to run?

Re: Wine doesn't work for me

Posted: Sun Feb 03, 2013 5:17 pm
by AirbusA<380
$ wine fgfs. Or just clicking on the flightgear icon in the wine programs folder in "start menu" , then just nothing happens. By the way iv'e tried other programs too, and nothing works, i'm just using flightgear for an example

Re: Wine doesn't work for me

Posted: Sun Feb 03, 2013 7:01 pm
by passerby
$ wine fgfs
should work if the terminal is in the directory where the program is installed. Have you tried using the absolute path to the .exe?
$ wine "~/.wine/whatever/fgfs.exe"

Re: Wine doesn't work for me

Posted: Sun Feb 03, 2013 8:25 pm
by AirbusA<380
I get this: error of failed request: BadAlloc (insuficient resources for operation
Major OPT code of failed request: 153 (GLX)
Minor OPT code of failed request: 3 (GLX ceatecontent)
Serial number of failed request : 217
current serial number in output stream: 221

does this mean my computer ins't up to par? it is Pentium 4, 489 Mb ram

Re: Wine doesn't work for me

Posted: Sun Feb 03, 2013 11:43 pm
by passerby
It's usually caused by insufficient memory on your video card (or bugs with the display manager).
I don't know how resource-heavy/light the program you're trying to run is, but it does appear to be an older system.
Somewhat useful discussion on the error here: http://forums.debian.net/viewtopic.php?t=32259

Re: Wine doesn't work for me

Posted: Mon Feb 04, 2013 3:37 am
by AirbusA<380
Well the Program worked when i still had Windows installed... but lots of other things didnt and Mint is a million times better than that even if i can´t fly with it...
BTW could it be i haven't got the correct video/graphics driver installed?

Re: Wine doesn't work for me

Posted: Mon Feb 04, 2013 4:02 am
by passerby
Definitely possible.

Re: Wine doesn't work for me

Posted: Tue Feb 05, 2013 4:27 am
by AirbusA<380
can a person get Video-graphic driver updates for Linux?

Re: Wine doesn't work for me

Posted: Tue Feb 05, 2013 4:55 am
by passerby
Yes. The options depend on your graphics card though.
eg. modern nvidia cards can use nvidia-current, older ones use nvidia legacy drivers, etc.
If in doubt, google your video card + ubuntu.

Re: Wine doesn't work for me

Posted: Thu Feb 07, 2013 4:54 pm
by AirbusA<380
Ok this sounds horribly dumb, but how do i know what model my video card is? (i never was much of a geek)

Re: Wine doesn't work for me

Posted: Thu Feb 07, 2013 5:14 pm
by passerby
Open a terminal and enter:

Code: Select all

inxi -G

Re: Wine doesn't work for me

Posted: Wed Feb 13, 2013 3:22 am
by AirbusA<380
Hey Thanks for all your time, passerby, its really cool that you guys do all this for free. It´s just that my ¨mint¨ is 32 bit and my computer is 64....

Re: Wine doesn't work for me

Posted: Wed Feb 13, 2013 3:22 am
by AirbusA<380
Hey Thanks for all your time, passerby, its really cool that you guys do all this for free. It´s just that my ¨mint¨ is 32 bit and my computer is 64....

Re: Wine doesn't work for me

Posted: Wed Feb 13, 2013 4:34 am
by raymerjacque
open your Home folder and "CTRL+H" to show hidden filesa and folders. then go to .wine-->Drive_C and find the EXE of the program and run it manualy and see if it open. If it does then the shortcut in the menu is broken ( it is not uncommon for that to happen ).

To create a shortcut to Wine apps just right click desktop and choose create launcher, under type set it to "Location", then browse to app via home/.wine/Drive_c/ to where EXE is, give it a name and icon and shortcut created :)