ruffle icon indicating copy to clipboard operation
ruffle copied to clipboard

Regression: Armor Games logo displayed incorrectly in Ruffle Desktop

Open n0samu opened this issue 2 years ago • 3 comments

Describe the bug

In Cube Mayhem, the Armor Games logo in the bottom-left corner of the main menu is displayed incorrectly: image

Expected behavior

The logo is displayed correctly in web builds of Ruffle, and in older desktop builds: image

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)

n0samu avatar Sep 17 '22 02:09 n0samu

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.

torokati44 avatar Sep 17 '22 07:09 torokati44

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)

n0samu avatar Sep 17 '22 08:09 n0samu

Update: I've bisected the issue with the help of @Dinnerbone, and it seems to have been caused by 5585772d5458fc3f9b66ec353647523c5b5edb20.

n0samu avatar Sep 18 '22 00:09 n0samu

Seems like this was fixed sometime in January.

n0samu avatar Jun 03 '23 04:06 n0samu