Running this example on my n3dsxl with cargo 3ds run causes a panic:
misaligned pointer dereference: address must be a multiple of 0x8 but is 0x6150b4
The file referenced is rust/library/std/src/common/thread_local/mod.rs:46:22 but I don't have a full backtrace.
Very possible that there's something wrong with my environment, but so far I've been successfully building+running my own code and the examples from ctru-rs.
Running this example on my n3dsxl with
cargo 3ds runcauses a panic:misaligned pointer dereference: address must be a multiple of 0x8 but is 0x6150b4The file referenced is
rust/library/std/src/common/thread_local/mod.rs:46:22but I don't have a full backtrace.Very possible that there's something wrong with my environment, but so far I've been successfully building+running my own code and the examples from ctru-rs.