Error while loading ModuleStudio

Ok. I dled archive for linux. After launching i saw some errors:

Exception in thread "Thread-1" org.eclipse.swt.SWTError: XPCOM error -2147467262
at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:1577)
at org.eclipse.swt.browser.Mozilla.setText(Mozilla.java:1800)
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.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

So, tell me please wheres my problem?
Hi streak,

this issue seems to occur with several different Eclipse-based applications combined with specific versions of XULRunner in Ubuntu. Thus ModuleStudio does not work with XULRunner 1.9 at the moment.

You can check your version with
Code<code>xulrunner -v</code>


See these links for some workarounds:
https://bugs.la…se/+bug/109669
https://bugs.ec….cgi?id=213194

Beside that problem is going to be fixed in next version, as all Eclipse components have been upgraded there.
My version is Mozilla XULRunner 1.9.0.6 - 2009020911
It seems you are right.
So, there are two way solve my problem:
downgrade my Xulrunner or wait next version of ModuleStudio.
What would you advice to me? icon_smile
I could send you a newer development version which might fix this problem, but the generator is broken there. If you want to try that out, please send me a corresponding mail to info@modulestudio.de
The next version will still need some time, so I suggest you to either downgrade or try out one of the other workarounds mentioned at the linked pages.
Hellow. Monday morning brings new problems:
i have installed xulrunner 1.8 but i cant remove xulrunner 1.9 because of large number of dependencies with mozzila and so on. I decided to wait for stable version of ModuleStudio that works with xulrunner 1.9
Thanks for help anyway.
Just a note, I have ModuleStudio running on Ubuntu with Xulrunner 1.9.0.7 and 1.8.1.6 installed.

I had to rename /usr/lib/xulrunner-1.9.0.7 to a random name (you should have /usr/lib/xulrunner, too)

Ran ModuleStudio (it picks up the /usr/lib/xulrunner) , works fine.

If you were to try to run Firefox 3.0 at this point, it would fail.

Rename randomly named folder back to /usr/lib/xulrunner-1.9.0.7

ModuleStudio continues to work somehow. Firefox also works.

NCM
I must tell you - solving problem this way seems to be "oldschoolrussianstyle". Where you from? ))
Maybe I can help someone else from banging their head against the wall on this one. Here's a fix (well, at least ModuleStudio launches):

- Download a copy of xulrunner-1.8.x
I found a copy here of 1.8.0.9 here: http://chatzilla.rdmsoft.com/xulrunner/1809/all
Unpack and copy to /usr/local/lib/ (I did this as root)
- edit modulestudio.ini
add this line:
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner

Inspiration for this approach from http://jazz.net/forums/viewtopic.php?t=4149&sid=55546d51acdcc2d4b5c7c96ddde32d04
however, do not edit eclipse.ini as mentioned as it isn't necessary and, in my case, caused eclipse to crash.

Running Fedora 13

Thanks for ModuleStudio. I used to write a lot of modules by hand in the PostNuke days but the new apis have my head spinning.