[Wine] Re: a white screen with wine

DaVince wineforum-user at winehq.org
Mon Jul 25 10:11:13 CDT 2011


malmsteen wrote:
> what should i do to finish??
> thank you

You need to understand the problem, first...

You do this:

Code:
cd 'something



This is incomplete. You need to add an ending quote, otherwise the terminal will ask for more input belonging to whatever you put after cd... This is because an argument between quotes could look like this if you like:

Code:
echo 'hello
I
Am
DaVince'


And it would display all that WITH the linebreaks included.

So close your argument properly and do this:


Code:
cd 'something'


(Notice the ' at the end too.)
And then it properly finishes the argument, so you can actually put any commands below it, like wine luxor.exe.







More information about the wine-users mailing list