Open sdkfile opened 1 year ago
This also happened on the Windows machines with specs followed
AMD Ryzen 5600X
, GPU: NVIDIA GeForce RTX 3060
12th Gen Intel(R) Core(TM) i7-12700H
GPU: NVIDIA GeForce RTX 3060 Laptop GPU
I got a similar issue, although there was no crash, when I opened the webgpu example, the entire browser would get stuck for a while. Here is my environmental information:
Operating system: windows10
CPU: AMD Ryzen 9 7950X
Gpu: nVidia RTX4070
Browser: chrome 115.0.5790.171
Bevy version
0.11, since webgpu has been served from 0.11.
Relevant system information
OS & Browser info: Windows 11 Home, Chrome Version 115.0.5790.110 Processor & GPU info: AMD Ryzen Z1 Extreme (I'm using ROG Ally)
If your bug is rendering-related, copy the adapter info that appears when you run Bevy.
What you did
I loaded
Update glTF Scene
example from the website, in WebGPUWhat went wrong
It is expected to show the usual example that disassembles the model and reassembles again, but the browser froze for a minute and gave the error below
Additional information
Screenshot
Theories about what might be going wrong
I think this is due to some bugs from bevy because the examples from webgpu github repo was fine.
Detailed log and screenshot by building the example locally