For JoiPlay users, if you get a crash on start for Season 1, try the following:
Go to the "game" folder
Open 01-listview.rpy in a text editor and make sure line 2 looks like this
Code:
renpy.register_sl_statement("imagetextlist", children=0)
You'll then get another error if you try launching the game.
So, open screens.rpy and scroll down to line 1535. Make sure the lines look like this
Code:
###moj pokusaj menia
screen toprightmenu:
tag toprightmenu
modal False
imagebutton:
if not renpy.variant("small"):
idle "toptextbox" yalign 0.002
else:
idle "toptextboxmob" yalign 0.002
You should, no longer, have any crashing. I've made it to day seven, so far, with only one error that I could hit ignore on to proceed.
Edit, I'm attaching the two files if you want to just replace them over fixing them yourself