Jump to content

IE 11 IndexSizeError crash


arcbox
 Share

Recommended Posts

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: IndexSizeError

File: 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

  • 9 months later...
  • 2 years later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...