View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 12:04 PM
Michael Mauch
 
Posts: n/a
Default Re: Wine GoogleEarth help

Stig Mogensen wrote:

> I went and tried out the guide on
> http://gentoo-wiki.com/HOWTO_Install...arth_with_wine


> but it does not seem to work :-/


> Fist of all, I can't startup GoogleEarth by using the
> WINEDLLOVERRIDES="ole32,usp10,msvcrt=n" wine
> PATH_TO_GOOGLEEARTH/GoogleEarth.exe


> as my PATH_TO_GOOGLEEARTH includes spaces, like in "Program Files". I get,
> "file not found".


Then use single or double quotes like always when working with spaces
in filenames or arguments:

WINEDLLOVERRIDES="ole32,usp10,msvcrt=n" \
wine ".../Program Files/GoogleEarth.exe"

> So, if I am in my console, in wine's GoogleEarthg folder, and run


> WINEDLLOVERRIDES="ole32,usp10,msvcrt=n" wine GoogleEarth.exe


> it starts, but shuts down again - or freezing up my entire system.....the
> error being graphical. "Connection to 0:0 not..."


A full error message would be helpful.

Maybe your $DISPLAY is not set? Try

echo $DISPLAY

Are you perhaps logged into a box via ssh? Or is it just a terminal
window in KDE/Gnome/whatever? Do other graphical programs work, e.g.
xclock?

Regards...
Michael
Reply With Quote