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
Not sure if you are still working on this project but... A) I just spent a bit more time playing it than I expected and B) encountered a panic:
rusty_rogue.js:305 panicked at src/map.rs:366:18:
index out of bounds: the len is 3440 but the index is 3440
Stack:
Error
at imports.wbg.__wbg_new_abda76e883ba8a5f (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue.js:289:21)
at console_error_panic_hook::hook::h1ffdd0ea1c17a49d (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue_bg.wasm:wasm-function[605]:0x8bf14)
at core::ops::function::Fn::call::hc6e42d08bb92e352 (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue_bg.wasm:wasm-function[2121]:0xc29f8)
at std::panicking::rust_panic_with_hook::hedd10c2e124c405b (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue_bg.wasm:wasm-function[1074]:0xb18a5)
at std::panicking::begin_panic_handler::{{closure}}::h7ae6a847564d7405 (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue_bg.wasm:wasm-function[1195]:0xb7835)
at std::sys_common::backtrace::__rust_end_short_backtrace::h079a9ba21501393c (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue_bg.wasm:wasm-function[2114]:0xc29c0)
at rust_begin_unwind (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue_bg.wasm:wasm-function[1332]:0xbbbe0)
at core::panicking::panic_fmt::h5c72a2628393a616 (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue_bg.wasm:wasm-function[1493]:0xbe842)
at core::panicking::panic_bounds_check::h6249a5a3c0186322 (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue_bg.wasm:wasm-function[1272]:0xba30e)
at <rusty_rogue::State as bracket_terminal::gamestate::GameState>::tick::h505350f87bc9d7e6 (https://bbarker.github.io/RustyRogue/wasm/rusty_rogue_bg.wasm:wasm-function[148]:0x11f05)
imports.wbg.__wbg_error_f851667af71bcfc6 @ rusty_rogue.js:305
rusty_rogue_bg.wasm:0xc2a9e Uncaught RuntimeError: unreachable
at __rust_start_panic (rusty_rogue_bg.wasm:0xc2a9e)
at rust_panic (rusty_rogue_bg.wasm:0xc2317)
at std::panicking::rust_panic_with_hook::hedd10c2e124c405b (rusty_rogue_bg.wasm:0xb18d2)
at std::panicking::begin_panic_handler::{{closure}}::h7ae6a847564d7405 (rusty_rogue_bg.wasm:0xb7835)
at std::sys_common::backtrace::__rust_end_short_backtrace::h079a9ba21501393c (rusty_rogue_bg.wasm:0xc29c0)
at rust_begin_unwind (rusty_rogue_bg.wasm:0xbbbe0)
at core::panicking::panic_fmt::h5c72a2628393a616 (rusty_rogue_bg.wasm:0xbe842)
at core::panicking::panic_bounds_check::h6249a5a3c0186322 (rusty_rogue_bg.wasm:0xba30e)
at <rusty_rogue::State as bracket_terminal::gamestate::GameState>::tick::h505350f87bc9d7e6 (rusty_rogue_bg.wasm:0x11f05)
at bracket_terminal::hal::wasm::mainloop::main_loop::{{closure}}::h35ffd33748acd44f (rusty_rogue_bg.wasm:0x3953b)
Regards :)
The text was updated successfully, but these errors were encountered:
Heya
Not sure if you are still working on this project but... A) I just spent a bit more time playing it than I expected and B) encountered a panic:
Regards :)
The text was updated successfully, but these errors were encountered: