Skip to main content

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

AtomicalSloths

7
Posts
A member registered Jun 14, 2021 · View creator page →

Creator of

Recent community posts

I did a bingo of this game on Bingothon earlier, and maybe some new people are coming to download the game. If you don't know what Bingothon is, you should check it out on Twitch or Youtube.

I wanted to repost something I left here a few year back on how to permanently fix the crashing issue on newer Intel CPUs. I saw on Dave's most recent post (a year ago) that he couldn't find where he saw it, so here it is again. I can confirm that this works, my game has never crashed since I implemented the fix. 

Here's a source for the fix as well: https://mwomercs.com/forums/topic/278604-game-wont-start-fix-for-10th-gen-and-la...


---------------------------------------------------------------

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.

  1. Open "Control Panel" by searching for it in Windows search bar, by pressing the Windows button or key.
  2. Go to "System & Security"
  3. Go to "System"
  4. Press "Advanced system settings"
  5. Press "Environmental Variables"
  6. Create a new "System Variable" (NOT USER VARIABLE)
  7. Enter the following into the Variable name box: OPENSSL_ia32cap
  8. Enter the following into the Variable value box: ~0x20000000
  9. Now press OK.

Alternatively, you can completely remove internet connection to also prevent the crash

(1 edit)

Awesome Game! Loved the cat!

(1 edit)

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.

  1. Open "Control Panel" by searching for it in Windows search bar, by pressing the Windows button or key.
  2. Go to "System & Security"
  3. Go to "System"
  4. Press "Advanced system settings"
  5. Press "Environmental Variables"
  6. Create a new "System Variable" (NOT USER VARIABLE)
  7. Enter the following into the Variable name box: OPENSSL_ia32cap
  8. Enter the following into the Variable value box: ~0x20000000
  9. 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.

3: 1:15. Unless I misread the math the answer should be 1:45. 15 x (5 - SQRT(4)) should add up to 45.

Great work! The math on one of the clock puzzles has an incorrect solution but I was able to brute force it anyways.

Nice Game :)

I am also having trouble with the web version, so not just you.