Closed feinstaub closed 9 years ago
Currently, cfx test does not work. Also, with cfx run the addon gets installed into an opening firefox, but it does not work.
cfx test
cfx run
This is what the console says on openSUSE 13.2:
Using binary at '/usr/bin/firefox'. (process:12703): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed Using profile at '/home/gregor/dev/src/firefox_addon_local_filesystem_links/_p1'. (process:12713): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed JavaScript error: jar:file:///usr/lib64/firefox/browser/omni.ja!/components/nsBrowserGlue.js, line 1681: NS_ERROR_FILE_NOT_FOUND: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIPrefBranch.getComplexValue] JavaScript error: resource://gre/modules/NewTabUtils.jsm, line 253: NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref] JavaScript error: resource:///modules/SelfSupportBackend.jsm, line 108: TypeError: this._log is null
The new jpm (v1.0.0) also does not work. Maybe it is too new? See also https://github.com/mozilla/jpm/issues/287
cfx works well (cfx test -p ..\TESTPROFILE, cfx run -p ..\TESTPROFILE, cfx test) for me on Windows 7 x64, SDK 1.17.
moved to jpm
since v0.99.38
Currently,
cfx test
does not work. Also, withcfx run
the addon gets installed into an opening firefox, but it does not work.This is what the console says on openSUSE 13.2:
The new jpm (v1.0.0) also does not work. Maybe it is too new? See also https://github.com/mozilla/jpm/issues/287