[Webkit-unassigned] [Bug 247860] REGRESSION (Safari 16.1): All Godot Engine Web Exports fail to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 07:12:14 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=247860

Rémi Verschelde <rverschelde at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rverschelde at gmail.com

--- Comment #9 from Rémi Verschelde <rverschelde at gmail.com> ---
I've uploaded two versions of the open source Godot game Jetpaca (https://github.com/KOBUGE-Games/jetpaca) with Godot 3.5.1 which can (probably, I have no Apple device to test Safari) be used to reproduce this issue.

- WebGL 1.0: https://akien.itch.io/jetpaca
- WebGL 2.0: https://akien.itch.io/jetpaca-webgl2

Note the download is ~50 MB for each (or maybe less if itch.io compressed it).

It's a debug export (albeit without debug symbols), with verbose output (which triggers some OpenGL debugging logic) so there might be more WebGL debugging info than in release uploads.


You can also recreate this upload locally (for Jetpaca or for any Godot project, including a brand new one with just a hello world) with the following steps:

- Download Godot 3.5.1: https://godotengine.org/download/
- Clone https://github.com/KOBUGE-Games/jetpaca and import it in Godot's project manager (or create a new GLES2 (WebGL 1) or GLES3 (WebGL 2) project and make a simple scene)
- Install export templates with Editor > Manage Export Templates
- Add export preset for HTML5 with Project > Export > Add... > HTML5
- This should add a HTML5 logo in the top right corner of the editor which can be used for one-click deploy. Click it and Godot should host a local HTTPS server with the appropriate headers, so you can run the project on localhost:8060 in any browser.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221116/bb703869/attachment.htm>


More information about the webkit-unassigned mailing list