Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Game refuses to run. There's something wrong with your export, I suspect missing game files as the binary alone isn't enough

thread 'main' panicked at renderer/src/sprite.rs:26:14:
Failed to open image: Os { code: 3, kind: NotFound, message: "Path not found." }
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::result::unwrap_failed
   3: renderer::sprite::Sprite::new
   4: renderer::player::Player::new
   5: world::level_1::level
   6: pollster::block_on
   7: game::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.