Akis Posted May 29, 2014 Share Posted May 29, 2014 Hi, I logged the JS errors users get in my game, and I see a lot of these errors:- Failed to execute 'drawImage' on 'CanvasRenderingContext2D'. The HTMLImageElement provided is in the broken state.- An attempt was made to use an object that is not, or is no longer, usable. Both messages comes from Chrome, and seems to be the same error. But I also see the same thing for the other browsers. I don't know which image is causing this (because it works for some users and not for some others). What can cause this? Memory issue? Quote Link to comment Share on other sites More sharing options...
Akis Posted June 2, 2014 Author Share Posted June 2, 2014 Nobody knows? :/ Quote Link to comment Share on other sites More sharing options...
rydrman Posted June 11, 2014 Share Posted June 11, 2014 Usually this would be caused when you are loading an image and the link is broken. I would check to make sure the image src is getting the right URL Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.