-
Notifications
You must be signed in to change notification settings - Fork 52
thread 'main' panicked at 'failed to find an appropriate adapter', demo/src/runner.rs:87:23 #11
Comments
This is probably caused due to the somewhat large limits that forma is currently asking for. We can definitely do better here. Could you please run wgpu-info and provide the two values that we're asking for? |
Hi, thanks for taking the time to look into this.
|
@AlbertoGP can you please try changing line 72 in
to this:
And running again? |
I tried a few values all the way down to Now, I did put a I was trying with the CPU: |
any update? I have this error as well and don't know what to do |
The way to troubleshoot this is to compare the difference in how the |
I don't really understand rust so unless you provide really specific instructions, I don't think I may be of good use |
@AlbertoGP, could you please test the hello compute and hello triangle example in wgpu? https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples |
Sure, here is the result:
Both seem to work fine: |
I was also looking at: gfx-rs/wgpu#2123 In their case, they had some issues with getting the display. If you have the time, could you please run our example in the debugger to see exactly why wgpu fails to return an adapter? Maybe running |
Well, Is there some way of getting a (probably slow) render just using the CPU? |
vulkan info output
|
works for me too |
update: it works for me, after I |
Hi, just testing it on Linux ppc64le (IBM PowerPC 64-bit Little-Endian) with an old graphics card and I get this error message, which has probably more to do with wgpu-rs but might be useful to have as reference:
The backtrace is not informative, just says that this happened inside
main()
and the rest is boilerplate, but I’ll add it if you request it.I’ve just tried
wgpu-rs
in case the problem was there, and the examples run although with an error message:This and other examples run, although
examples/hello
does not:I was surprised because I thought that using the
cpu
device the graphic card would not matter.The text was updated successfully, but these errors were encountered: