Bug 234345 - Shader error on ios 15 devices causes squares to appear on the screen
Summary: Shader error on ios 15 devices causes squares to appear on the screen
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: Safari 15
Hardware: iPhone / iPad iOS 15
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-15 07:17 PST by Daniil
Modified: 2022-02-12 13:44 PST (History)
4 users (show)

See Also:


Attachments
Ninjango bug example (1.62 MB, video/mp4)
2021-12-15 07:17 PST, Daniil
no flags Details
Angelo bug example (13.45 MB, video/mp4)
2021-12-15 07:18 PST, Daniil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniil 2021-12-15 07:17:06 PST
Created attachment 447230 [details]
Ninjango bug example

Shader errors on devices with ios 15 version.

Problem occurred on both 15.0 and 15.2 versions of iOS.

Compilation error in the console:
THREE.WebGLProgram: shader error:  1282 35715 false gl.getProgramInfoLog Internal error compiling shader with Metal backend.

Games bug occurred in:
https://www.toggo.de/spiele/spiel/turnier-der-tapferen
-To recreate the bug:
Go through the link with ios 15 version
After game is loaded click on the start game button
Go through the all the screens until you will reach the 3d game scene
Wait until countdown is finished 
Black squares will appear and the compilation error will show up


https://www.toggo.de/spiele/spiel/fusballturnier
-To recreate the bug:
Go through the link with ios 15 version
After game is loaded click on the start game button to start a game
Green squares will appear and the compilation error will show up
Comment 1 Daniil 2021-12-15 07:18:35 PST
Created attachment 447231 [details]
Angelo bug example
Comment 2 Alexey Proskuryakov 2021-12-17 17:01:08 PST
> https://www.toggo.de/spiele/spiel/fusballturnier

I cannot reproduce this with iOS 15.3 beta. Could you please verify with this version?

> https://www.toggo.de/spiele/spiel/turnier-der-tapferen

Seems like this waits for another player to join, which wasn't happening when I tried.
Comment 3 Radar WebKit Bug Importer 2021-12-22 07:18:18 PST
<rdar://problem/86810403>
Comment 4 Daniil 2022-02-12 05:27:50 PST
The issue was solve with the iOS 15.3 version update.