ruffle-rs / ruffle

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

HOW #11569

Open Sonic1paRadise opened 1 year ago

Sonic1paRadise commented 1 year ago

Describe what you were doing

just opened the app

What does the crash message say?

panicked at 'wgpu error: Validation Error

Caused by: In Device::create_render_pipeline Internal error in ShaderStages(NONE | VERTEX) shader: Metal: program_source:3:10: fatal error: 'simd/simd.h' file not found

include <simd/simd.h>

     ^~~~~~~~~~~~~

', /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.16.1/src/backend/direct.rs:3019:5

Ruffle Version

0.1.0-nightly (cd2c7f6f2fc651073627085b0ab99bbe9203ff6b 2023-06-14)

Affected platform

Desktop app

Operating system

Mac OS 13.3.1 [64-bit]

Additional information

No response

Lord-McSweeney commented 1 year ago

This looks like a more general error (not related to Ruffle) to do with your Metal graphics drivers: https://github.com/flutter/flutter/issues/125564 seems to have some relevant information, you might want to check it out.