phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.34k stars 492 forks source link

v2.19.1: WebGL: INVALID_OPERATION on game start #709

Open XWILKINX opened 2 years ago

XWILKINX commented 2 years ago

I get the following error repeated 200+ times on game start with v2.19.1:

WebGL: INVALID_OPERATION: drawElements: no buffer is bound to enabled attribute

Traced down to PIXI.WebGLSpriteBatch.renderBatch @ phaser.js:20295

The game remains black (audio and inputs still seem to be working).

I don't have any issues at all with the previous v2.19.0 version.

Any ideas?

samme commented 2 years ago

Likely caused by #708