-
-
Notifications
You must be signed in to change notification settings - Fork 900
Open
Description
Since version 2.5.0 (and currently 2.5.4), games won't launch properly on Firefox 142.0.1 (latest) on Windows.
They work on Chrome.
For instance, when launching the "hello" example https://kitao.github.io/pyxel/wasm/examples/01-hello-pyxel.html
I get:
- the Pyxel logo
- then "Touch to start"
- then nothing happens.
Console logs are:
Launch Pyxel 2.5.4 with Pyodide 0.27.7
Object { command: "run", root: "../../python/pyxel/examples", name: "01_hello_pyxel.py", script: undefined, packages: undefined, gamepad: undefined }
Loading pyxel
Loaded pyxel
I've tried running the example with a local web server with the same issue.
Changing the HTML source and using @2.4.10 instead of @latest solves the issue.
Metadata
Metadata
Assignees
Labels
No labels