Just a crash report
Describe what you were doing
I was just testing the untar process. i tried to execute the file and the error happened. No file was send as param
What does the crash message say?
panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.19.0/src/instance.rs:521:39:
called Option::unwrap() on a None value
Ruffle Version
0.1.0-nightly (917c1c08f73b68d6ab7c48736060960b095d4b75 2024-01-25)
Affected platform
Desktop app
Operating system
Arch Linux Rolling Release [64-bit]
Additional information
My machine is a mess, probably a library was off, a lot of things don't work fine. So probably is my machine fault
Do you get any error messages before the panic if you run with the RUST_LOG=wgpu_core=debug environment variable set?
I tried to set the variable. But the output was the same. I also set an other debug flag.
But remember. My PC is a mess with pacman on a broken state unable to update most things, I didn't knew this report would create a Issue 😳. But if this is a interesting problem to solve, just ping me and I can give any feedback.
Is the RUST_LOG variable actually exported to the environment? You need to export it with export RUST_LOG=wgpu_core=debug, or place it directly before the command, like RUST_LOG=wgpu_core=debug ./ruffle.
This looks like a problem with your GPU/drivers rather than Ruffle itself, so what GPU do you have?