-
-
Notifications
You must be signed in to change notification settings - Fork 831
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
Ruffle vulkan render seems not compatible with nvidia driver #13467
Comments
Now workaround is using llvmpipe which is /usr/share/vulkan/icd.d/lvp_icd.x86_64.json in my computer |
Unfortunately we can't help without getting some more GPU info. I can use Vulkan fine on my Ubuntu 20.04 install. |
Can you upload the specific SWF here (Github doesn't accept SWFs, you'll need to ZIP the file)? Also, can you try running |
I found out that if you load flash from URL, it will render normal Run through local file. command ./ruffle_desktop logo-anim.swf maybe you did not use vulkan when load with url, but use vulkan in local file. |
You can specify the render backend by using the |
only -g vulkan work, -g gl will say that "Error: Ruffle requires hardware acceleration, but no compatible graphics device was found supporting Open GL" |
I seem to have the same issue, opening local files, hangs/slows down the whole desktop and does not render anything in the Ruffle window, but opening the same file from a HTTP server, the issue does not appear. GPU: NVIDIA GeForce GTX 1650 (Driver Version: 525.125.06) I also bisected the issue and it seems to start with 2dcd783. There is a similar issue in wgpu repo gfx-rs/wgpu#4180, and that seemed to be fixed by gfx-rs/wgpu#4184, so I think the only thing we need to do is rebase the backport on newer wgpu, since |
I can confirm that 0.17.2 fixes the issue for me (see also #13422) |
after ruffle update to wgpu 0.17.2, it now working again with vulkan under nvidia |
Fixed by #13561. |
Describe the bug
when using nvidia driver with lastest ruffle, the vulkan always load failed.
here is log from vulkan: log.gz
here is vulkaninfo: vulkaninfo.gz
when this happened ruffle just not output anything
Expected behavior
ruffle should be able to use vulkan under linux
Affected platform
Desktop app
Operating system
Ubuntu 22.04 with nvidia driver 525.125.06
Browser
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: