anyone else stuck on saturday? i cannot progress to sunday
I am also stuck in Saturday. Every time I go to sleep on Saturday, I get the following, when I click "Ignore", I wake up on Saturday again, and hence I can't progress with the game:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/1-GAMESYSTEM/new_day_screen.rpy", line 31, in script
$ Turn_handler()
File "game/1-GAMESYSTEM/new_day_screen.rpy", line 31, in <module>
$ Turn_handler()
File "game/1-GAMESYSTEM/objects.rpy", line 564, in Turn_handler
Day_of_week_handler()
File "game/1-GAMESYSTEM/objects.rpy", line 656, in Day_of_week_handler
if tem >= 0:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/1-GAMESYSTEM/new_day_screen.rpy", line 31, in script
$ Turn_handler()
File "/Users/adnan/Documents/Adobe/Audition/9.0/game/Develope/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/adnan/Documents/Adobe/Audition/9.0/game/Develope/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/1-GAMESYSTEM/new_day_screen.rpy", line 31, in <module>
$ Turn_handler()
File "game/1-GAMESYSTEM/objects.rpy", line 564, in Turn_handler
Day_of_week_handler()
File "game/1-GAMESYSTEM/objects.rpy", line 656, in Day_of_week_handler
if tem >= 0:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
My family farm 0.1.0
Sat Dec 17 04:16:31 2022
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/1-GAMESYSTEM/new_day_screen.rpy", line 31, in script
$ Turn_handler()
File "game/1-GAMESYSTEM/new_day_screen.rpy", line 31, in <module>
$ Turn_handler()
File "game/1-GAMESYSTEM/objects.rpy", line 564, in Turn_handler
Day_of_week_handler()
File "game/1-GAMESYSTEM/objects.rpy", line 656, in Day_of_week_handler
if tem >= 0:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/1-GAMESYSTEM/new_day_screen.rpy", line 31, in script
$ Turn_handler()
File "/Users/adnan/Documents/Adobe/Audition/9.0/game/Develope/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/adnan/Documents/Adobe/Audition/9.0/game/Develope/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/1-GAMESYSTEM/new_day_screen.rpy", line 31, in <module>
$ Turn_handler()
File "game/1-GAMESYSTEM/objects.rpy", line 564, in Turn_handler
Day_of_week_handler()
File "game/1-GAMESYSTEM/objects.rpy", line 656, in Day_of_week_handler
if tem >= 0:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'