Awesome Game! Loved the cat!
AtomicalSloths
6
Posts
A member registered Jun 14, 2021 · View creator page →
Creator of
An Alien gets trapped in a cave and needs to escape
Platformer
Play in browser
Recent community posts
How to fix the game crash after about a minute of playtime
There's a bug with the version of OpenSSL in the build of UE4 used to make the game. If you are using a computer with a 10th, 11th, 12th, or newer gen Intel CPU you will have to do the following steps in order to play the game.
- Open "Control Panel" by searching for it in Windows search bar, by pressing the Windows button or key.
- Go to "System & Security"
- Go to "System"
- Press "Advanced system settings"
- Press "Environmental Variables"
- Create a new "System Variable" (NOT USER VARIABLE)
- Enter the following into the Variable name box: OPENSSL_ia32cap
- Enter the following into the Variable value box: ~0x20000000
- Now press OK.
Alternatively, you can completely remove internet connection to also prevent the crash
I do wonder why the game needs to use OpenSSL when there are no obvious functions that need a network connection. Hopefully this can be fixed in the future as it does affect a large portion of users.