http://bugs.winehq.org/show_bug.cgi?id=5736
Summary: Lotus Notes 7 demo exits without displaying a window Product: Wine Version: CVS Platform: Other URL: http://www-128.ibm.com/developerworks/lotus/downloads/ OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
With today's wine from git, I can install the Lotus Notes 7 demo ok, but when I try to run it, nothing happens. Here's a log:
Script started on Sat 22 Jul 2006 02:32:19 PM PDT $ rm -rf .wine $ wine-git/wine installers/notes70/c84w1na.exe ... $ cd .wine/drive_c/Program\ Files/lotus/notes/ $ ~/wine-git/wine nlnotes.exe fixme:uniscribe:ScriptRecordDigitSubstitution 1024,0x6212f04c fixme:ole:CoRegisterMessageFilter message filter has been registered, but will not be used
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d $ exit Script done on Sat 22 Jul 2006 02:39:41 PM PDT
Running with native DCOM98 didn't seem to solve the problem (though it got rid of those ole fixeme/err's), and running with DisableUniscribe=1 in lotus/notes/notes.ini didn't either (though it did get rid of the uniscribe fixme).