Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

1: 0.5.14d

2: Win10

3: finish day does not bring up summary report

4: happens randomly

5: randomly during play the "finish day" button (pressing F) will advance the day but not bring up the summary report screen nor will jobs occur usually resulting in mansion cleanliness degrading. it for some reason rights itself if an event such as birth occurs and will be fixed but will reappear later on.

when this bug occurs i noticed the same error constantly getting replayed.

SCRIPT ERROR: _on_end_pressed: Invalid call to built-in function 'rand_range'. Expected 2 arguments.
          At: res://files/scripts/Mansion.gd:823

Part of the end day routine is crashing.In this case the rand_range function has been left empty. This has been fixed in most recent version. If you have a text editor (notepad, notepad++, or the like) you can fix it yourself. In the Strive folder, go to files\scripts\Mansion.gd. Open this file in your text editor and find line 823. This line should read: 
person.lust -= rand_range()
Inside the parends type 30,40
This should fix your issue.