Unity 5 Webplayer crashes when running on Internet Explorer

When I attempt to run the game in Webplayer using Internet Explorer it crashes and I get the following in the logs. I can run the game in other browsers like Firefox but not on internet explorer.

d3d11: failed to create staging 2D texture w=8192 h=8192 d3dfmt=28 [887a0005]

d3d11: failed to create vertex buffer of size 80 [0x887A0005]

d3d11: failed to create index buffer of size 12 [0x887A0005]

d3d11: failed to create 2D texture id=43 w=256 h=256 mips=1 d3dfmt=65 [887a0005]

d3d11: failed to create 2D texture view id=43 [80070057]

Crash!!!

Do you have a link to the content you are trying to load? And if it is your’s can you please submit a bug report with the project in question attached or a minimal repro project?

@Schubkraft, Are you asking for the compiled game project or the Unity project?