Skip to main content

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

Hi! I wanted to report two bugs I've run into:

1. Linux build is broken (TinyChaos_v.0.5.6Linux.zip)

The game crashes immediately on launch with "Failed to load il2cpp". After investigating, I found that libil2cpp.so is completely absent from the zip. This file contains the compiled game code and is required for Unity il2cpp builds to run. It should be present alongside UnityPlayer.so or inside the Plugins folder, but the zip only contains these .so files:

- UnityPlayer.so

- TinyChaos_Data/Plugins/lib_burst_generated.so

- TinyChaos_Data/Plugins/libsteam_api.so

Here is the relevant portion of the Unity Player.log:

---

Failed to load il2cpp

---

2. Windows build freezes when minimizing in windowed mode (running via Wine on Linux)

When running the Windows build via Wine in windowed mode, minimizing the window causes the game to freeze. I was hoping to use the Linux build as a workaround for this, but unfortunately it doesn't run at all due to the missing file above.

Fixing the Linux build would be greatly appreciated! Thanks for the game!