Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

The game crashed on me 2 mins before the end. I think I'm gonna add this to my 'run native on a VM' pile 😅

Here's the panic BTW.

`bevy_game-ae4f02cb410b6ba.js:417 panicked at 'Attempting to create an EntityCommands for entity 5155v0, which doesn't exist.', src\wolf.rs:336:26

Stack:

Error

    at imports.wbg.__wbg_new_abda76e883ba8a5f (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba.js:401:21)

    at console_error_panic_hook::hook::h84b47ace3f9b120f (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba_bg.wasm:wasm-function[14868]:0x131186f)

    at core::ops::function::Fn::call::hea1b13e737b1af5f (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba_bg.wasm:wasm-function[69550]:0x192e597)

    at std::panicking::rust_panic_with_hook::h7601402c0a383194 (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba_bg.wasm:wasm-function[25331]:0x1684052)

    at std::panicking::begin_panic_handler::{{closure}}::he405aaeb801d5772 (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba_bg.wasm:wasm-function[28705]:0x172243f)

    at std::sys_common::backtrace::__rust_end_short_backtrace::h04fac26f88d230df (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba_bg.wasm:wasm-function[68786]:0x192caf3)

    at rust_begin_unwind (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba_bg.wasm:wasm-function[37795]:0x1840527)

    at core::panicking::panic_fmt::h6dad0405f48e39e2 (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba_bg.wasm:wasm-function[40680]:0x1877b83)

    at bevy_ecs::system::commands::Commands::entity::panic_no_entity::he5860b7ac4717195 (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba_bg.wasm:wasm-function[36331]:0x181c9c9)

    at core::ops::function::impls::<impl core::ops::function::fnmut<a=""> for &mut F>::call_mut::h4dad0d71ed78a8ae (https://html-classic.itch.zone/html/9287611/bevy_game-ae4f02cb410b6ba_bg.wasm:wasm-function[2647]:0x86fb24)</impl>

`

Uh-oh. T_T I fixed a similar bug right before I uploaded the game. Did you run the game on windows or mac os? Hope you enjoyed the game, well, while it was running 😅

WASM, but based on the `Attempting to create an EntityCommands for entity 5155v0, which doesn't exist.` I'd assume this can happen on every platform (unless there's some conditional compilation). 

The only difference could theoretically be the mac OS. Thanks for the bug report!