-
Notifications
You must be signed in to change notification settings - Fork 933
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
Assert failed in Dx12 backend during queue_write_buffer
#1319
Comments
Thank you for filing! Please provide an API trace. |
error in visual studio
(api trace may be available soon) |
Another way you could help is running this from Visual Studio and seeing what the validation layer thinks about this error. |
So this error message from VS doesn't really give us any useful information? |
That's an unfortunate thing. The error basically means a GPU crash, the conditions for which weren't caught by DX runtime validation. Note that this is DX11.1 class hardware, and it's always been a little tricky. We fully intent to ship on it though, so we want this solved. (fwiw, the trace works fine on a modern GPU) |
Could you please use the helper tool to get information about the system/driver versions? I'm going to submit a bug there, unless you want to. |
Thank you! Filed as IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT#44 |
Closing as stale due to hal rewrite, please refile if it's still an issue. |
👍 Whenever we update we will see if any users still report this. |
Description
I received a report that an assert failed during this call.
Repro steps
checkout
imbris/wgpu-master-rebased
fromhttps://gitlab.com/veloren/veloren
and run in Dx12 backend (WGPU_BACKEND=Dx12
) (I have not reproduced this myself. I suspect it is specific to the GPU/driver)Expected vs observed behavior
no panic vs panic
Extra materials
I think this corresponds to
0x887A0005
orDXGI_ERROR_DEVICE_REMOVED
the call to
CreatePlacedResource
appears to fail: https://github.com/gfx-rs/gfx/blob/2a93d52661aafcbd6441ea83e739c8ced906cd21/src/backend/dx12/src/device.rs#L2440Platform
Windows 10, gfx-hal: 2a93d52, wgpu-rs: 1de388a
GPU and feature warning:
The text was updated successfully, but these errors were encountered: