Brian Litzinger schrieb:> I'm trying to run Google Earth (tried current + two previous versions).Install it via the Winetools http://www.von-thadden.de/Joachim/WineTools/ and it should work. Sven
Brian Litzinger schrieb:> Thanks. Started from scratch. Followed the directions. > > In the end, it reports > > err:module:import_dll Library OPENGL32.dll (which is needed by > L"C:\\Program Files\\Google\\Google Earth\\render.dll") not foundAre you using a self built version of Wine? Then make sure that above file is built. Check the output of the configure command for missing headers. Also have a look in Wines OpenGL documentation: http://www.winehq.org/site/docs/winedev-guide/opengl Sven
> INFO: Using igOglVisualContext. > err:seh:setup_exception stack overflow 496 bytes in thread 000b eip > 58f4012a esp 58df2e10 stack 0x58df2000-0x58ef2000 > err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported > err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported > err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported > QLayout "unnamed" added to QDockWindow "Measure", which already has a > layout > QLayout: Cannot add null widget to QBoxLayout/unnamed > QLayout "unnamed" added to QDockWindow "GPS Device", which already has a > layout > QLayout: Cannot add null widget to QBoxLayout/unnamed > QPainter::setPen: Will be reset by begin() > QPainter::setPen: Will be reset by begin() > QPainter::setPen: Will be reset by begin() > QObject::connect: No such slot MainWindow::window_aboutToShow() > QObject::connect: (sender name: 'unnamed') > QObject::connect: (receiver name: 'MainWindow')Hmm, that's a new problem for me. Can you try to start with WINEDLLOVERRIDES="rpcrt4=n" wine GoogleEarth.exe Sven
Brian Litzinger schrieb:> Most of the controls show up when you first move over them with the pointer, > but after a second they are changed back to a starry black background. > > I put a snapshot at > > http://www.litzinger.com/ge.jpg > > I also captured it while some of the display was showing through the > stars via my moving around on the screen > > http://www.litzinger.com/ge2.jpgYes, the earth graphics seems to be mismoved over the browser components. It should be displayed more to the right. The mouse events are captured on the correct position. I tried to debug this problem, but didn't found out. If you submit a bug to the WineHQ bugzilla, it has a chance to get fixed, I think. Sven