i was playing the free game and i had the following bug:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 53, in script
if(onSaturdayTrevorParty == -1):
File "game/home.rpy", line 70, in <module>
elif(onSaturdayTrevorParty != -1 and random(1, 50) == 3 and calendar.hasFutureEventID(1) != True):
File "game/script.rpy", line 1109, in hasFutureEventID
listEvents.append(listOfEvents[i])
NameError: global name 'listOfEvents' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 105, in script call
call HomeGoToKitchen
File "game/home.rpy", line 53, in script
if(onSaturdayTrevorParty == -1):
File "C:\Users\Jeroen\Saved Games\GainOfLife v0.6.4-pc\GainOfLife-1.0-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Jeroen\Saved Games\GainOfLife v0.6.4-pc\GainOfLife-1.0-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Jeroen\Saved Games\GainOfLife v0.6.4-pc\GainOfLife-1.0-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/home.rpy", line 70, in <module>
elif(onSaturdayTrevorParty != -1 and random(1, 50) == 3 and calendar.hasFutureEventID(1) != True):
File "game/script.rpy", line 1109, in hasFutureEventID
listEvents.append(listOfEvents[i])
NameError: global name 'listOfEvents' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Weight of Life 1.0
Sat Sep 11 17:05:28 2021