arcbox Posted March 4, 2014 Share Posted March 4, 2014 Hey everyone, So I'm testing a game on IE 11 in Canvas mode and I get the following error about every other time I refresh the page: SCRIPT5022: IndexSizeErrorFile: phaser.min.js, Line: 12, Column: 1746 The phaser code at the problem location is: this.context.drawImage(a.texture.baseTexture.source,a.texture.frame.x,a.texture.frame.y,a.texture.frame.width,a.texture.frame.height,a.anchor.x*-a.texture.frame.width,a.anchor.y*-a.texture.frame.height,a.texture.frame.width,a.texture.frame.height) Sometimes I can load up the game fine, but if I refresh I get this error. Any ideas? Link to comment Share on other sites More sharing options...
rich Posted March 4, 2014 Share Posted March 4, 2014 Use a non-minified version to report errors as the line you pasted is uglified, so more time consuming to actually track down. I believe this may be related to this Pixi.js bug though: https://github.com/GoodBoyDigital/pixi.js/issues/614 Link to comment Share on other sites More sharing options...
horkoda Posted December 23, 2014 Share Posted December 23, 2014 I'm still getting this error in IE9, IE10 and Pixi 2.2.0.I've commented on the linked issue thread. Link to comment Share on other sites More sharing options...
totallybueno Posted February 3, 2017 Share Posted February 3, 2017 Anyone solved this? Link to comment Share on other sites More sharing options...
Recommended Posts