ruffle icon indicating copy to clipboard operation
ruffle copied to clipboard

Just a crash report

Open ahwelp opened this issue 1 year ago • 3 comments

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

ahwelp avatar Jan 25 '24 20:01 ahwelp

Do you get any error messages before the panic if you run with the RUST_LOG=wgpu_core=debug environment variable set?

arthomnix avatar Jan 25 '24 20:01 arthomnix

I tried to set the variable. But the output was the same. I also set an other debug flag.

Captura de tela de 2024-01-26 09-08-58

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.

ahwelp avatar Jan 26 '24 18:01 ahwelp

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?

arthomnix avatar Jan 26 '24 19:01 arthomnix