Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SlimerJS crashes on Windows Server with Firefox 67 #714

Open
amkhullar opened this issue May 27, 2019 · 1 comment
Open

SlimerJS crashes on Windows Server with Firefox 67 #714

amkhullar opened this issue May 27, 2019 · 1 comment

Comments

@amkhullar
Copy link

versions

  • SlimerJS: 0.10.0
  • Firefox: 67
  • Operating system: Windows Server 2016 Datacenter

Steps to reproduce the issue

Launch the Slimer Server from windows cmd line as below:

C:\slimerjs-1.0.0>slimerjs.bat slimer.js

Actual results:

"SLIMERJSLAUNCHER is set to C:\Program Files\Mozilla Firefox\firefox.exe"
1558933328443 addons.xpi WARN List of valid built-in add-ons could not be parsed.: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.readUTF8URI]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: resource://gre/modules/addons/XPIProvider.jsm :: startup :: line 2202" data: no] Stack trace: startup()@resource://gre/modules/addons/XPIProvider.jsm:2202
callProvider()@resource://gre/modules/AddonManager.jsm:204
_startProvider()@resource://gre/modules/AddonManager.jsm:655
startup()@resource://gre/modules/AddonManager.jsm:811
startup()@resource://gre/modules/AddonManager.jsm:2804
observe()@resource://gre/modules/addonManager.js:65
1558933328457 addons.xpi WARN No list of valid system add-ons found.
Error during the script execution
[Exception] [Exception... "Not enough arguments [nsIIOService.newChannel]" nsresult: "0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)" location: "JS frame :: resource://slimerjs/slUtils.jsm :: readChromeFile :: line 180" data: no] line:180

Stack trace:
0:readChromeFile@resource://slimerjs/slUtils.jsm:180:29
launchMainScript@resource://slimerjs/slLauncher.jsm:109:31
startup@chrome://slimerjs/content/slimerjs.js:20:20
onload@chrome://slimerjs/content/slimerjs.xul:1:1

Expected results:

It should not crash.

@MarkR42
Copy link
Contributor

MarkR42 commented May 27, 2019

SlimerJS does not work on Firefox 67, nor is it likely to do so any time soon. The core APIs which SlimerJS uses seem to have been totally removed around Firefox 62.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants