ruffle
ruffle copied to clipboard
Regression: Armor Games logo displayed incorrectly in Ruffle Desktop
Describe the bug
In Cube Mayhem, the Armor Games logo in the bottom-left corner of the main menu is displayed incorrectly:
Expected behavior
The logo is displayed correctly in web builds of Ruffle, and in older desktop builds:
Affected platform
Desktop app
Operating system
Windows 10
Browser
No response
Additional information
Seems like this broke in build 2022-09-06. ~~So I think it was caused by #7888.~~ (See my comment below)
The shield appears correctly for me on current master
(423d7e4cc) on Linux, both OpenGL and Vulkan, and both X11 and Wayland, and both SW and HW rendering.
Fixed by using the -g dx12
option. So I guess this is an issue with wgpu's Vulkan backend on my specific hardware/driver: Intel Iris Xe, driver version 30.0.101.1273. (I am on Windows 10 21H2)
Update: I've bisected the issue with the help of @Dinnerbone, and it seems to have been caused by 5585772d5458fc3f9b66ec353647523c5b5edb20.
Seems like this was fixed sometime in January.