Hi, I'm using the FIREFOX_2_0_RELEASE, built with VS2005 with no errors, and getting some errors during embedding initialization (XRE_InitEmbedding):
* Call to xpconnect wrapped JSObject produced this error: * [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: file:///C:/example/components/nsExtensionManager.js :: Extensionmanager :: line 2632" data: no] *********************************************************** WARNING: Cannot create startup observer : service,@mozilla.org/extensions/manager;1, file c:/src/mozilla/embedding/components/appstartup/src/nsAppStartupNotifier.cpp, line 112 ************************************************************ [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: file:///C:/example/components/nsUpdateService.js :: UpdateService :: line 900" data: no] *********************************************************** WARNING: Cannot create startup observer : service,@mozilla.org/extensions/manager;1, file c:/src/mozilla/embedding/components/appstartup/src/nsAppStartupNotifier.cpp, line 112 I'm completely new to Mozilla, so I have no clue what's going on. Why is getService failing? I think all the components are registered, but it won't get that service. Any help would be appreciated. Thanks. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
