Program Files Folder in Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mitch374
Newbie
Newbie
Posts: 3
Joined: Mon Jan 19, 2009 11:31 am

Program Files Folder in Wine

Post by mitch374 »

Hello. I am not sure what I am doing wrong, but I cannot get Wine to run anything under the Program Files folder. It gives me the error message that it cannot find C:\Program (it's as if the space between Program and Files stops it). I have tried eliminating the space in both the folder name and in the command line. Nothing works. GRRRRRR

I am trying to install Final Fantasy XI using Ubuntu 8.10 and Wine 1.1.13 (updated to this this morning, before updating it wouldn't install at all) Also, I am following the step by step HOW TO that I found here.

Thanks for any and all help.
User avatar
André H.
Moderator
Moderator
Posts: 207
Joined: Sun Dec 07, 2008 8:33 am

Post by André H. »

yesterday i had the same problem
i believe it is if you use different prefixes.
mitch374
Newbie
Newbie
Posts: 3
Joined: Mon Jan 19, 2009 11:31 am

Post by mitch374 »

What did you do to make it work?
Gert van den Berg

Program Files Folder in Wine

Post by Gert van den Berg »

On Mon, Jan 19, 2009 at 6:49 PM, mitch374 <[email protected]> wrote:
Hello. I am not sure what I am doing wrong, but I cannot get Wine to run anything under the Program Files folder. It gives me the error message that it cannot find C:\Program (it's as if the space between Program and Files stops it). I have tried eliminating the space in both the folder name and in the command line. Nothing works. GRRRRRR
1. Change directory to the program's directory first. Use Tab
completing to (easily) properly handle spaces.
Read http://wiki.winehq.org/FAQ#head-3b297df ... b8edc21619
for background
2. Learn how the shell's quoting works:
http://www.grymoire.com/Unix/Sh.html#uh-6 till the end of "Strong
versus weak quoting" is basically all there is to know.
I am trying to install Final Fantasy XI using Ubuntu 8.10 and Wine 1.1.13 (updated to this this morning, before updating it wouldn't install at all) Also, I am following the step by step HOW TO that I found here.

Thanks for any and all help.
User avatar
André H.
Moderator
Moderator
Posts: 207
Joined: Sun Dec 07, 2008 8:33 am

Post by André H. »

use the right prefix, or better just one
IneedAname

Program Files Folder in Wine

Post by IneedAname »

On Mon, 19 Jan 2009 10:49:46 -0600
"mitch374" <[email protected]> wrote:
Hello. I am not sure what I am doing wrong, but I cannot get Wine to run anything under the Program Files folder. It gives me the error message that it cannot find C:\Program (it's as if the space between Program and Files stops it). I have tried eliminating the space in both the folder name and in the command line. Nothing works. GRRRRRR

I am trying to install Final Fantasy XI using Ubuntu 8.10 and Wine 1.1.13 (updated to this this morning, before updating it wouldn't install at all) Also, I am following the step by step HOW TO that I found here.

Thanks for any and all help.
Put " " around the path.
mitch374
Newbie
Newbie
Posts: 3
Joined: Mon Jan 19, 2009 11:31 am

It Worked!!

Post by mitch374 »

Thanks for all of the input, it worked with the quotes.
Locked