You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting safari desktop in webGL v1 mode, or when using chrome on mobile, I receive the following error:
PixiLayerOsm.js:150 Uncaught TypeError: Failed to execute 'texSubImage2D' on 'WebGLRenderingContext': parameter 9 is not of type 'ArrayBufferView'.
at AtlasResource.uploadItem (PixiLayerOsm.js:150:1)
at AtlasResource.upload (PixiLayerOsm.js:112:1)
at TextureSystem2.updateTexture (BufferSystem.ts:314:50)
at TextureSystem2.bind (BufferSystem.ts:161:22)
at AbstractBatchRenderer2.bindAndClearTexArray (BatchPluginFactory.ts:456:27)
at AbstractBatchRenderer2.drawBatches (BatchPluginFactory.ts:512:22)
at AbstractBatchRenderer2.flush (BatchPluginFactory.ts:537:14)
at AbstractBatchRenderer2.stop (BatchPluginFactory.ts:564:14)
at BatchSystem2.setObjectRenderer (FramebufferSystem.ts:42:30)
at BatchSystem2.flush (FramebufferSystem.ts:54:14)
The text was updated successfully, but these errors were encountered:
Confirmed that there is a short-term bug with source maps in Chrome 103 (the current version) and have also confirmed that the bug has been found and fixed in chrome 104/105.
Will defer this one till later and simply hardcode the GL environment to use webGLv2 everywhere- it will soon be the default in pixi anyway. In our current version, webGL v2 is selected for desktop browsers and webGL v1 is used for mobile, hence the breakages.
When starting safari desktop in webGL v1 mode, or when using chrome on mobile, I receive the following error:
The text was updated successfully, but these errors were encountered: