Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bevymark and some other examples seem to fail on website #844

Open
laundmo opened this issue Jan 4, 2024 · 3 comments
Open

Bevymark and some other examples seem to fail on website #844

laundmo opened this issue Jan 4, 2024 · 3 comments
Labels
A-Examples C-Bug A problem with the code that runs the site

Comments

@laundmo
Copy link
Contributor

laundmo commented Jan 4, 2024

Both on firefox and chrome-based browsers, both the webgl and webgpu builds of bevymark, many-foxes and some other examples on the website seem to error out with a unreachable error.

Uncaught (in promise) RuntimeError: unreachable executed
    __wbg_finalize_init https://bevy-webgl2-examples.pages.dev/Stress Tests/many-foxes/wasm_example.js:1901
    __wbg_init https://bevy-webgl2-examples.pages.dev/Stress Tests/many-foxes/wasm_example.js:1937

this is the error from many_foxes firefox using webgl. the chrome one has a few more addresses in the traceback, but is essentially the same.

the same happens for some other examples

@thebluefish
Copy link

I am experiencing the same issue on Windows 10, running the bevymark example, I get different errors depending on browser.

Chrome:

Uncaught (in promise) RuntimeError: unreachable
at 04f0e2a2:0x1008f6c
at 04f0e2a2:0x1f6543
at 04f0e2a2:0xf730bf
at 04f0e2a2:0xf70863
at 04f0e2a2:0xfeaa5c
at __wbg_finalize_init (wasm_example.js:1901:10)
at __wbg_init (wasm_example.js:1937:12)

Firefox:

Uncaught (in promise) RuntimeError: unreachable executed
__wbg_finalize_init https://bevy-webgl2-examples.pages.dev/Stress Tests/bevymark/wasm_example.js:1901
__wbg_init https://bevy-webgl2-examples.pages.dev/Stress Tests/bevymark/wasm_example.js:1937

I found a thread on November 15 indicating that I ran the same example fine at that time, suggesting the problem was introduced with the 0.12.1 release.

@laundmo
Copy link
Contributor Author

laundmo commented Jan 4, 2024

I'm pretty sure these are the same error, just represented differently

@TrialDragon TrialDragon added C-Bug A problem with the code that runs the site A-Examples labels Feb 19, 2024
@BD103
Copy link
Member

BD103 commented Feb 27, 2024

Could you both try running Bevymark again, now that 0.13 is released? I'm not able to reproduce the issue, so I'm wondering if it was patched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Examples C-Bug A problem with the code that runs the site
Projects
None yet
Development

No branches or pull requests

4 participants