Skip to content
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 Fatal error #18672

Closed
MrShadow041 opened this issue Nov 19, 2024 · 2 comments
Closed

Ruffle Fatal error #18672

MrShadow041 opened this issue Nov 19, 2024 · 2 comments
Labels
bug Something isn't working panic Hit a panic

Comments

@MrShadow041
Copy link

MrShadow041 commented Nov 19, 2024

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 (b7bc3d5 2024-11-17)

Affected platform

Desktop app

Operating system

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

Additional information

No response

@MrShadow041 MrShadow041 added bug Something isn't working panic Hit a panic labels Nov 19, 2024
@kjarosh
Copy link
Member

kjarosh commented Nov 22, 2024

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.

@adrian17
Copy link
Collaborator

adrian17 commented Mar 6, 2025

Should be fixed with #19512 / #19714.

@adrian17 adrian17 closed this as completed Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working panic Hit a panic
Projects
None yet
Development

No branches or pull requests

3 participants