- Aug 29, 2017
- 3,290
- 2,022
The depreciated messages are not directly from the game, it does not use any of those objects/event etc., maybe a addon or maybe on of the 3rd party tools I useOn another note, I get the following warnings when checking the console and I'm not sure what caused it, but I got the following error as well (I have also included my commented notes as I recorded these in Notepad++):
Warning: [Deprecation] 'window.webkitStorageInfo' is depreciated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
VM23044 compiled.js:369 // Deprecation warning in Chrome's console
Warning: [Deprecation] onmozfullscreenchange is deprecated. compiled.js:369:48 // Deprecation warning in Firefox console
Warning: [Deprecation] onmozfullscreenerror is deprecated. compiled.js:369:48 // Deprecation warning in Firefox console
Warning: All candidate resources failed to load. Media load paused. index.html // Repeated 3 times
Warning: All candidate resources failed to load. Media load paused. index.html // Repeated 22 times
TypeError: img is undefined compiled.js:226:242
usingItem Javascripts/compiled.js:226
HandleItem Javascripts/compiled.js:224
<anonymous> javascript:HandleItem(2,5):1
The media load is probably ok, just a way it is doing a fallback load of an image, probably a png or gif, but it is hard to say from there what image
The last but for img is undefined is probably a bug but it is unclear from where/how. It looks like trying to drop your phone but this is not done the way the error indicates do I am unsure how it could possibly happen at the moment
Last edited: