Hi there, I am trying to launch Gaia using this https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/Running_the_Gaia_codebase.
Until yesterday, it was working and I was able to debug the application in nightly. But then, it started breaking. While running 'DEBUG=1 make' command, I got these errors with other logs: System JS : ERROR file:///Volumes/Document_disk/Git/Gaia/Gaia-Main/gaia/b2g_sdk/34.0a1-2014-08-12-04-02-01/B2G.app/Contents/MacOS/components/nsHandlerService.js:120 - NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get] System JS : ERROR file:///Volumes/Document_disk/Git/Gaia/Gaia-Main/gaia/b2g_sdk/34.0a1-2014-08-12-04-02-01/B2G.app/Contents/MacOS/components/nsHandlerService.js:120 - NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get] System JS : ERROR file:///Volumes/Document_disk/Git/Gaia/Gaia-Main/gaia/b2g_sdk/34.0a1-2014-08-12-04-02-01/B2G.app/Contents/MacOS/components/nsHandlerService.js:120 - NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get] [settings-app-build] Writing git commit information to: /Volumes/Document_disk/Git/Gaia/Gaia-Main/gaia/build_stage/settings/resources/gaia_commit.txt While running the step 6, I am getting this log and app is shown null 21479424872147942487############################### browserElementPanning.js loaded ############################### browserElementPanning.js loaded ###################################### forms.js loaded ###################################### forms.js loaded ======== browser-helper: content.js loaded ======== JavaScript error: app://system.gaiamobile.org/shared/js/dump.js, line 24: TypeError: settings is null ************************* A coding exception was thrown in a Promise resolution callback. See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise Full message: TypeError: toolDefinition is null Full stack: Toolbox.prototype.fireCustomKey@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/toolbox.js:555:1 gDevToolsBrowser.selectToolCommand/<@resource:///modules/devtools/gDevTools.jsm:638:9 Handler.prototype.process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:865:23 this.PromiseWalker.walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:744:7 ************************* JavaScript error: app://system.gaiamobile.org/js/applications.js, line 85: TypeError: apps.mgmt is undefined JavaScript error: app://system.gaiamobile.org/shared/js/date_time_helper.js, line 33: TypeError: window.navigator.mozSettings is null JavaScript error: app://system.gaiamobile.org/shared/js/idletimer.js, line 101: TypeError: navigator.addIdleObserver is not a function JavaScript error: app://system.gaiamobile.org/shared/js/settings_listener.js, line 28: TypeError: settings is null JavaScript error: app://system.gaiamobile.org/shared/js/settings_listener.js, line 28: TypeError: settings is null JavaScript error: app://system.gaiamobile.org/js/icc.js, line 124: TypeError: window.navigator.mozSettings is null JavaScript error: app://system.gaiamobile.org/js/airplane_mode.js, line 17: TypeError: window.navigator.mozSettings is null JavaScript error: app://system.gaiamobile.org/shared/js/settings_listener.js, line 28: TypeError: settings is null LogShake: starting captureLogs listener JavaScript error: app://system.gaiamobile.org/js/call_forwarding.js, line 207: ReferenceError: CallForwarding is not defined JavaScript error: app://system.gaiamobile.org/js/findmydevice_launcher.js, line 32: TypeError: navigator.mozSettings is null JavaScript error: app://system.gaiamobile.org/js/newsletter_manager.js, line 103: TypeError: navigator.addIdleObserver is not a function JavaScript error: app://system.gaiamobile.org/shared/js/settings_listener.js, line 28: TypeError: settings is null JavaScript error: app://system.gaiamobile.org/js/cell_broadcast_system.js, line 42: TypeError: settings is null JavaScript error: app://system.gaiamobile.org/js/applications.js, line 54: TypeError: navigator.mozApps.mgmt is undefined JavaScript error: app://system.gaiamobile.org/shared/js/settings_listener.js, line 28: TypeError: settings is null ############################### browserElementPanning.js loaded ###################################### forms.js loaded JavaScript error: app://system.gaiamobile.org/shared/js/version_helper.js, line 52: TypeError: navigator.mozSettings is null JavaScript error: app://system.gaiamobile.org/js/operator_variant/operator_variant_iccs.js, line 73: TypeError: _settings is null JavaScript error: , line 0: uncaught exception: 2147500037 Can anyone help me out with this stuff? Thanks _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
