Skip to main content

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

I faced this bug when I played it on my Linux machine: every time I moved the mouse into the game window, the game would crash. It can be corrected by compiling the game with Rust 1.47.0:  

rustup toolchain add 1.47.0
rustup override set 1.47.0
cargo build --release --features vulkan

Thanks, I'll try this ! I have only tested on a ubuntu 18.04 VM, I knew it was going to have problems.