http://bugs.winehq.org/show_bug.cgi?id=9039
Summary: GS-Auftrag Professional SQL aborts on startup Product: Wine Version: 0.9.41. Platform: Other URL: http://www.sage.de/public2/sb/produkte/Warenwirtschaft/G S-Auftrag-Professional/716.asp OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-shdocvw AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
A user reported in http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/7f162e3eb2... that this app appears to hang at the splash screen. To reproduce, install the following two binaries: ftp://ftp.gsn.de/pub/prg/WIN32/BDE/BDE32.EXE ftp://ftp.gsn.de/pub/prg/WIN32/AUFTRAGSQL/winauf32sql.exe and start the app. The apparent hang is really a z-order problem; two dialogs pop up behind the splash screen. To see the text, start the program with WINEDEBUG=+text wine gsauftrag.exe The first dialog is a question about whether to import the example data, or something; I got past it by pressing the J key. The second dialog is a warning about printers: "Achtung: Auf Ihrem System ist derzeit kein Standarddrucker installiert! Zur Verwendung der Druckfunktionen bzw. der Vorschau muss mindestens ein Treiber installiert werden, selbst wenn kein Drucker vorhanden ist. Installieren Sie einen beliebigen Treiber in der Systemsteuerung." I got past it by pressing the Enter key.
The app then appears to start properly, but then puts up an error window, saying EOleException: Unknown error OLE-Fehler 80004001 This appears to be related to the lines fixme:shdocvw:PersistStreamInit_InitNew (0x197ed8) fixme:shdocvw:WebBrowser_QueryInterface (0x197ed8)->({376bd3aa-3845-101b-84ed-08002b2ec713} 0x20b8540) interface not supported fixme:shdocvw:OleControl_OnAmbientPropertyChange Unknown dispID -1 fixme:shdocvw:WebBrowser_put_FullScreen (0x197ed8)->(ffffffff) in the log. The next thing to try is probably installing ie6 for real and see if this goes away. Easiest way to do that is either use ies4linux or Codeweavers Crossover. If that makes this problem go away, I probably guessed right when I chose shdocvw as the category.