ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.51k stars 804 forks source link

Nightly 2021-08-12 windows (64 bit) cannot play this flash in full screen #5054

Open bowknot opened 3 years ago

bowknot commented 3 years ago

It can be fully displayed only on a small screen, but not all content can be displayed in full screen mode.

3 4 美眉拍苍蝇.zip

ousia commented 3 years ago

@bowknot, many thanks for reporting the issue.

Unless you provide the file (GitHub allows zipped attachments) or the address where it can be located, it is impossible to check what isn’t working in this case.

I hope it helps.

parkerlreed commented 3 years ago

@ousia Right under the image is a link

ousia commented 3 years ago

@bowknot, I apologize, I overlooked the link under the second image (many thanks @parkerlreed for your indication).

I can drag and drop the animation at https://ruffle.rs/demo/ and it is displayed fine in full screen (either with the Firefox extension installed or without it).

But I’m afraid that Ruffle skips the intro and displays the animation directly.

parkerlreed commented 3 years ago

The reported issue seems to be for the desktop version on Windows. I just tested on Linux and it fullscreened correctly.

@bowknot can you try the different renderers from the command line? (DX, Vulkan, etc)

torokati44 commented 3 years ago

The Vulkan renderer scales this animation correctly for me as well, both on the Linux version, and the Windows version (running in Wine). So, yeah, @bowknot, maybe give that a try! By adding --graphics vulkan as command line parameters to ruffle.exe.

bowknot commented 3 years ago

The Vulkan renderer scales this animation correctly for me as well, both on the Linux version, and the Windows version (running in Wine). So, yeah, @bowknot, maybe give that a try! By adding --graphics vulkan as command line parameters to ruffle.exe.

图片

parkerlreed commented 3 years ago

What GPU do you have? Seems you may have one old enough to not support Vulkan.

bowknot commented 3 years ago

What GPU do you have? Seems you may have one old enough to not support Vulkan.

Intel g1610,No independent graphics card

torokati44 commented 3 years ago

I see. You could also try updating your graphics drivers, and then checking with both vulkan and dx11 (and maybe even dx12).