Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hi!

JIC, I tried to run the game and it did not start. The browser (google) raises these errors:


ERROR C:\Users\danie\.cargo\git\checkouts\bloop-c1b1df62233a271b\c464b4e\engine\platform\web_common\src\lib.rs:130 panicked at C:\Users\danie\.cargo\git\checkouts\bloop-c1b1df62233a271b\c464b4e\engine\runtime\gpu_web\src\lib.rs:197:14:called `Option::unwrap()` on a `None` value

Uncaught RuntimeError: unreachable

    at bungeon.wasm.__rustc[5224e6b81cd82a8f]::__rust_abort (bungeon.wasm:0x35c1e6)

    at bungeon.wasm.__rustc[5224e6b81cd82a8f]::__rust_start_panic (bungeon.wasm:0x35be72)

    at bungeon.wasm.__rustc[5224e6b81cd82a8f]::rust_panic (bungeon.wasm:0x356111)

    at bungeon.wasm.std::panicking::rust_panic_with_hook::h4fa3daead9c4e0a7 (bungeon.wasm:0x2fedda)

    at bungeon.wasm.std::panicking::begin_panic_handler::{{closure}}::hd6c1b2d9392231ac (bungeon.wasm:0x3237f3)

    at bungeon.wasm.std::sys::backtrace::__rust_end_short_backtrace::h59d6c402e40a1685 (bungeon.wasm:0x35b7b4)

    at bungeon.wasm.__rustc[5224e6b81cd82a8f]::rust_begin_unwind (bungeon.wasm:0x350d16)

    at bungeon.wasm.core::panicking::panic_fmt::hd3052a3662d50c95 (bungeon.wasm:0x350d42)

    at bungeon.wasm.core::panicking::panic::haa2ddbdf1ea56417 (bungeon.wasm:0x3489c8)

    at bungeon.wasm.core::option::unwrap_failed::h7f04cd151595d0e9 (bungeon.wasm:0x3590eb)

(1 edit) (+1)

Huh! Good to know, thanks for reporting! <3 Definitely will look into it and sorry you didn’t get to play!

(+1)

So it turns out we require WebGPU to run! On non-mobile platforms it’s just a matter of making sure your browser supports it/has it enabled (typically chrome).