Last active
January 1, 2016 17:49
-
-
Save anjackson/8179709 to your computer and use it in GitHub Desktop.
Firefox 26 (Win64) console output from http://jsmess.textfiles.com/messloader.html?module=a2600&scale=2&game=Jrpacman.bin&autostart=true
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09:14:40.487 GET http://jsmess.textfiles.com/messloader.html [HTTP/1.1 304 Not Modified 190ms] | |
09:14:40.684 Error in parsing value for 'image-rendering'. Declaration dropped. messloader.html:10 | |
09:14:40.684 Error in parsing value for 'image-rendering'. Declaration dropped. messloader.html:11 | |
09:14:40.684 Error in parsing value for 'image-rendering'. Declaration dropped. messloader.html:12 | |
09:14:40.684 Unknown pseudo-class or pseudo-element '-webkit-full-screen'. Ruleset ignored due to bad selector. messloader.html:20 | |
09:14:41.048 GET http://jsmess.textfiles.com/html/a2600.html [HTTP/1.1 404 Not Found 93ms] | |
09:14:41.049 GET http://jsmess.textfiles.com/gamehtml/Jrpacman.bin.html [HTTP/1.1 404 Not Found 185ms] | |
09:14:40.845 NS_ERROR_NOT_AVAILABLE: jsmess-loader.js:41 | |
09:14:41.189 SyntaxError: illegal character messloader.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The NS_ERROR_NOT_AVAILABLE occurs on this line:
Which implies we may be seeing this issue: http://stackoverflow.com/a/18580878