ruffle-rs / ruffle

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

Ruffle Fatal error #18672

Open MrShadow041 opened 3 days ago

MrShadow041 commented 3 days ago

I just tried to execute the program for the first time,

Image

What does the crash message say?

panicked at desktop\src\app.rs:466:14: GUI controller should be created: No compatible graphics backends of any kind were available

Ruffle Version

0.1.0-nightly (b7bc3d57c950256fea96d912ce8a1b03a68dd0e5 2024-11-17)

Affected platform

Desktop app

Operating system

Windows 10.0.19045 (Windows 10 Pro) [64-bit]

Additional information

No response

kjarosh commented 1 day ago

The error suggests you don't have any supported graphics backend. What kind of GPU do you have?

If you're trying to run Ruffle without a GPU, you'd need a software renderer that supports either OpenGL, Vulkan, or Microsoft DirectX. On Linux there's llvmpipe, not sure what's available on Windows.