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.

Home Page:http://phaser.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2.19.1: WebGL: INVALID_OPERATION on game start

XWILKINX opened this issue · comments

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?

commented

Likely caused by #708