You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The debugger does not works. When I launch the command:
cargo run --release --features="debugger" -- /path/to/rom -d
All what I got is
hread 'main' panicked at 'attempted to leave type io::sound::GBSound uninitialized, which is invalid', /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b/library/core/src/mem/mod.rs:659:9
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
I tried on ubuntu 20.04 and debian 10.
Is rusty-boy working?
The text was updated successfully, but these errors were encountered:
The debugger does not works. When I launch the command:
cargo run --release --features="debugger" -- /path/to/rom -d
All what I got is
hread 'main' panicked at 'attempted to leave type
io::sound::GBSound
uninitialized, which is invalid', /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b/library/core/src/mem/mod.rs:659:9note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceI tried on ubuntu 20.04 and debian 10.
Is rusty-boy working?
The text was updated successfully, but these errors were encountered: