http://bugs.winehq.org/show_bug.cgi?id=24208
Summary: Eclipse (Europa) - html-based Welcome window is blank Product: Wine Version: 1.3.1 Platform: x86 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: shdocvw AssignedTo: wine-bugs@winehq.org ReportedBy: bunglehead@gmail.com
With current Wine and winegecko 1.1.0 Welcome window shows empty, without any web content.
A significant (probably) part of a log:
--- err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 err:ole:CoGetClassObject no class object {8856f961-340a-11d0-a96b-00c04fd705a2} could be created for context 0x3 ---
This is a CLSID_WebBrowser identifier.
http://bugs.winehq.org/show_bug.cgi?id=24208
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |20948, 21689
http://bugs.winehq.org/show_bug.cgi?id=24208
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.eclipse.org/down | |loads/packages/release/euro | |pa/winter
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-08-30 03:20:55 CDT --- (In reply to comment #0)
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 err:ole:CoGetClassObject no class object {8856f961-340a-11d0-a96b-00c04fd705a2} could be created for context 0x3
That snippet happens even in wine-1.2, so I suspect it's not the real problem.
From a +shdocvw trace:
--- trace:shdocvw:DllGetClassObject trace:shdocvw:WBCF_QueryInterface ({b196b28f-bab4-101a-b69c-00aa00341d07} 0x2e3f998) warn:shdocvw:WBCF_QueryInterface Not supported interface {b196b28f-bab4-101a-b69c-00aa00341d07} err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 err:ole:CoGetClassObject no class object {8856f961-340a-11d0-a96b-00c04fd705a2} could be created for context 0x3 fixme:storage:create_storagefile Storage share mode not implemented. trace:shdocvw:DllGetClassObject trace:shdocvw:WBCF_QueryInterface ({00000001-0000-0000-c000-000000000046} 0x32e7fc) trace:shdocvw:WebBrowser_Create ((nil) {00000000-0000-0000-c000-000000000046} 0x32e894) version=2 ---
Eclipse is just looking to instantiate a IClassFactory2 instance, but asks for IUnknown later if it fails, so there's no visible impact.
http://bugs.winehq.org/show_bug.cgi?id=24208
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2010-08-30 03:46:11 CDT --- Ok, it was a first thing I spotted. And this was definitely working before, there was a partially broken Welcome page, not a blank one. Am I right a web browser instance is created, so gecko is really loaded and works?
http://bugs.winehq.org/show_bug.cgi?id=24208
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-08-30 03:53:38 CDT --- (In reply to comment #2)
Ok, it was a first thing I spotted. And this was definitely working before, there was a partially broken Welcome page, not a blank one. Am I right a web browser instance is created, so gecko is really loaded and works?
Yes, at least I can say that gecko does get loaded, and the Welcome page definitely did work in wine-1.2, as you say.
http://bugs.winehq.org/show_bug.cgi?id=24208
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |wylda@volny.cz
--- Comment #4 from Wylda wylda@volny.cz 2010-08-30 04:01:42 CDT ---
Then let's mark this one with appropriate keyword.
http://bugs.winehq.org/show_bug.cgi?id=24208
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2011-05-09 14:59:53 CDT --- Looks empty running wine-1.3.19-235-g71fe9c9.
http://bugs.winehq.org/show_bug.cgi?id=24208
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com Component|shdocvw |mshtml Regression SHA1| |793b021fd0133dda8d77d16def9 | |e185054492500
--- Comment #6 from Austin English austinenglish@gmail.com 2011-11-01 20:57:49 CDT --- http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads...
http://www.oracle.com/technetwork/java/javase/downloads/index.html
6bc0498e95b4b2ebb54c0f2a352e2a8b1638962d eclipse-cpp-europa-winter-win32.zip c80f8cf52d8b7ae71485610f64557c330cc9f4de jre-7u1-windows-i586-s.exe
still in wine-1.3.31-261-g3f74c58, though now gives at least the text/links (no graphics though).
Regression test blames: austin@aw25 ~/wine-blah $ git bisect good 793b021fd0133dda8d77d16def9e185054492500 is the first bad commit commit 793b021fd0133dda8d77d16def9e185054492500 Author: Jacek Caban jacek@codeweavers.com Date: Wed Aug 18 13:37:56 2010 +0200
mshtml: Use fake scheme only for about protocol in nsIURI::GetScheme.
:040000 040000 6374dc16ccc0bbd441aefc81d4a5779d2fd3a95a 882f1d24120d0afb090fcb10f0820dd30046adf5 M dlls
after that, there are no graphics, but text/links appear (as they look in git).
Since the other regression (from text only to no text) is already fixed in git, I didn't bisect that.
http://bugs.winehq.org/show_bug.cgi?id=24208
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29720
http://bugs.winehq.org/show_bug.cgi?id=24208
Bug 24208 depends on bug 29720, which changed state.
Bug 29720 Summary: Eclipse (Europa) crashes when tries to display welcome window http://bugs.winehq.org/show_bug.cgi?id=29720
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Austin English austinenglish@gmail.com 2013-08-07 20:48:43 CDT --- Still in 1.7.0
http://bugs.winehq.org/show_bug.cgi?id=24208
Bug 24208 depends on bug 29720, which changed state.
Bug 29720 Summary: Eclipse (Europa) crashes when tries to display welcome window http://bugs.winehq.org/show_bug.cgi?id=29720
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Austin English austinenglish@gmail.com 2013-08-07 20:48:43 CDT --- Still in 1.7.0
http://bugs.winehq.org/show_bug.cgi?id=24208
--- Comment #8 from Austin English austinenglish@gmail.com 2013-08-07 20:49:27 CDT --- (In reply to comment #7)
Still in 1.7.0
*As I described in comment #6, there are text/links, but no graphics.
https://bugs.winehq.org/show_bug.cgi?id=24208
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com --- With 1.8-rc1 I can't even start it anymore, as it crashes in ieframe:IOleObject_SetClientSite().
https://bugs.winehq.org/show_bug.cgi?id=24208
--- Comment #10 from Wylda wylda@volny.cz --- (In reply to Nikolay Sivov from comment #9)
With 1.8-rc1 I can't even start it anymore, as it crashes in ieframe:IOleObject_SetClientSite().
This bug seems to be fixed in wine-1.7.45. Eclipse starts up and startup windows shows "Welcome to Eclipse 3.3" with bunch of links like Overview, Tutorials, Samples etc.
Some of them are doubled. Don't know if that is intentional.
Working on the regression test.
https://bugs.winehq.org/show_bug.cgi?id=24208
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com --- It's kind of comes and goes, not 100% reliable, but crashes almost every time for me.
https://bugs.winehq.org/show_bug.cgi?id=24208
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #12 from Wylda wylda@volny.cz --- (In reply to Nikolay Sivov from comment #11)
It's kind of comes and goes, not 100% reliable, but crashes almost every time for me.
For me it crashes reliably in wine-1.7.48 & starts-up reliably in wine-1.7.47.
Thus fixed and new regression goes to bug 39670.
https://bugs.winehq.org/show_bug.cgi?id=24208
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.8-rc2.
https://bugs.winehq.org/show_bug.cgi?id=24208
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net URL|http://www.eclipse.org/down |https://web.archive.org/web |loads/packages/release/euro |/20130120142427/http://arch |pa/winter |ive.eclipse.org/technology/ | |epp/downloads/release/europ | |a/winter/eclipse-cpp-europa | |-winter-win32.zip