-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Panic on startup in web build #4811
Labels
Milestone
Comments
infmagic2047
added
C-Bug
An unexpected or incorrect behavior
S-Needs-Triage
This issue needs to be labelled
labels
May 20, 2022
I can reproduce. The panic is not always the same depending on the example Example shapes panic at https://github.com/gfx-rs/wgpu/blob/3f4144a53b5ce80b9d89655f84534cfee74fc1ba/wgpu-hal/src/gles/queue.rs#L288 On example lighting, it's failing at https://github.com/gfx-rs/wgpu/blob/3f4144a53b5ce80b9d89655f84534cfee74fc1ba/wgpu-hal/src/gles/device.rs#L873
|
mockersf
added
P-High
This is particularly urgent, and deserves immediate attention
O-Web
Specific to web (WASM) builds
and removed
S-Needs-Triage
This issue needs to be labelled
labels
May 20, 2022
@teoxoy @superdump any idea? |
This was referenced May 20, 2022
james7132
pushed a commit
to james7132/bevy
that referenced
this issue
Jun 7, 2022
…es (bevyengine#4816) # Objective fixes bevyengine#4811 (caused by bevyengine#4339 [[exact change](https://github.com/bevyengine/bevy/pull/4339/files#diff-4bf3ed03d4129aad9f5678ba19f9b14ee8e3e61d6f6365e82197b01c74468b10R712-R721)] - where the buffer type has been changed from `UniformVec` to `BufferVec`) ## Solution Use uniform buffer usage for `SkinnedMeshUniform` instead of all usages due to the `Default` derive.
ItsDoot
pushed a commit
to ItsDoot/bevy
that referenced
this issue
Feb 1, 2023
…es (bevyengine#4816) # Objective fixes bevyengine#4811 (caused by bevyengine#4339 [[exact change](https://github.com/bevyengine/bevy/pull/4339/files#diff-4bf3ed03d4129aad9f5678ba19f9b14ee8e3e61d6f6365e82197b01c74468b10R712-R721)] - where the buffer type has been changed from `UniformVec` to `BufferVec`) ## Solution Use uniform buffer usage for `SkinnedMeshUniform` instead of all usages due to the `Default` derive.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bevy version
Main. This is caused by #4339 according to my test.
Operating system & version
Firefox 100.0.1 on Linux.
What you did
Run
cargo run -p build-wasm-example -- shapes
and open the generated page in browser.What you expected to happen
Example running normally.
What actually happened
Nothing is displayed, and the following error is printed in console.
The text was updated successfully, but these errors were encountered: