- Steam App
- I Wanna Be A Game Dev! (2953510)
- Event type
- patch note
- Published
- 4 February 2025 - 21:11:40 UTC
- Source
- steam_community_announcements
Patch 1.0.2 is out! Here are the changes: Patched the primary issue causing crashes (details below). Corrupted save files are now detected in the load screen. Corrupted save files no longer prevent other save files from showing up in the load screen. Fixed a minor issue related to Emi's story event. After two months of investigation, we found the source of the persistent crashing many people have been reporting! There's an issue with Unity's Visual Scripting package, where data will slowly build up in the stack as you progress from node to node, without ever being freed. This meant that, especially on Windows machines with a smaller stack size, crashes could happen as often as once a week. We implemented a system that manually frees said stack data every time a new day starts, so it's extremely unlikely enough data will build up to cause a crash. We found internally that this fixed all i...