1 decade ago by tsphillips
Happy Sunday!
For anyone getting an NS_ERROR_NOT_AVAILABLE in Firefox, here is something I just experienced.
I saw the bug in Firefox version 27.0.1 (for the Mac) and the bug was still there when upgrading Firefox to 33.0.1. (ImpactJS 1.24.)
The bug shows up after trying to change the level (loadLevelDeferred) and when the debug code tries to draw the minimap.
maps-panel.js, line 76:
tsctx.drawImage( map.tiles.data, 0, 0, w, h, 0, 0, ws, hs );
Throws an NS_ERROR_NOT_AVAILABLE in Firefox on the Mac.
Checking the variables, tsctx and map.tiles.data are set correctly.
I am digging around on the Firefox bug system, but have not been able to find an obvious explanation.
Tom
For anyone getting an NS_ERROR_NOT_AVAILABLE in Firefox, here is something I just experienced.
I saw the bug in Firefox version 27.0.1 (for the Mac) and the bug was still there when upgrading Firefox to 33.0.1. (ImpactJS 1.24.)
The bug shows up after trying to change the level (loadLevelDeferred) and when the debug code tries to draw the minimap.
maps-panel.js, line 76:
tsctx.drawImage( map.tiles.data, 0, 0, w, h, 0, 0, ws, hs );
Throws an NS_ERROR_NOT_AVAILABLE in Firefox on the Mac.
Checking the variables, tsctx and map.tiles.data are set correctly.
I am digging around on the Firefox bug system, but have not been able to find an obvious explanation.
Tom