Community
Participate
Working Groups
Build ID: 3.4RC2 I'm running openSUSE 11 (beta something) and have installed xulrunner 1.9.0-8 from their build server. Trying to run eclipse isn't possible because I'm getting an XPCOM error caused from loading the IntroPage. Following should be the interesting part of the log file output: org.eclipse.swt.SWTError: XPCOM error -2147467262 at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:1597) at org.eclipse.swt.browser.Mozilla.setText(Mozilla.java:1820) at org.eclipse.swt.browser.Browser.setText(Browser.java:733) at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.generateContentForPage(BrowserIntroPartImplementation.java:252) at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.dynamicStandbyStateChanged(BrowserIntroPartImplementation.java:451) at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.doStandbyStateChanged(BrowserIntroPartImplementation.java:658) at org.eclipse.ui.internal.intro.impl.model.AbstractIntroPartImplementation.standbyStateChanged(AbstractIntroPartImplementation.java:249) at org.eclipse.ui.internal.intro.impl.model.IntroPartPresentation.standbyStateChanged(IntroPartPresentation.java:443) at org.eclipse.ui.intro.config.CustomizableIntroPart.standbyStateChanged(CustomizableIntroPart.java:266) at org.eclipse.ui.internal.ViewIntroAdapterPart$2.run(ViewIntroAdapterPart.java:74)
I believe the xulrunner version is 1.9.0-a8, which is a 1.9-stream alpha release whose nsIDocShell has changed its IID in the meantime. XULRunner 1.9 has not been released yet, though it's now close, so the set of interface IIDs in its recent builds are the ones considered to be "correct" for 1.9. I'm quite sure that this will work for you with a recent xulrunner 1.9-stream build such as http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/latest-trunk/ . Closing as WONTFIX on the assumption that this is the problem. If you still see this with a recent xulrunner build then please reopen this report.
thanks for the quick response, but I doubt that this is really the issue here. In fact version 1.9.0-8 is definitely one of the latest builds which I also use with Firefox 3.0rc1. Does an elfread of whichever file help?
can you paste the result of running: ./xulrunner --v
the version is Mozilla XULRunner 1.9.0 - 2008051400
I'm having the same problem on Ubuntu 8.04 running Firefox 3 RC1 This error only occurs on Eclipse 3.4 RC2, I'm running 3.4 M7 with no problems. Mozilla XULRunner 1.9 - 2008052515
It has been pointed out that the nsIDocShell interface has changed in mozilla during their Release Candidate builds (?!?), see https://bugs.eclipse.org/bugs/show_bug.cgi?id=213194#c14. Marking this report as a duplicate, this will be fixed for 3.4RC3. *** This bug has been marked as a duplicate of bug 213194 ***