Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

hi feedback for you been reading 0.3 and i found a bug that crashed it and saved the traceback file

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script days/day1/day1time3.rpy", line 416, in <module>

NameError: name 'day1_time1_maid' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "script.rpyc", line 43, in script call

  File "script days/day1/day1time3.rpyc", line 416, in script

  File "renpy/ast.py", line 1852, in execute

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2249, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2242, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script days/day1/day1time3.rpy", line 416, in <module>

NameError: name 'day1_time1_maid' is not defined

Windows-10-10.0.18362

Ren'Py 7.4.4.1439

Maid to Please 0.1.3

Wed Feb  2 01:37:33 2022

Yes, coder error I'm afraid. A save from 0.1.2 will crash in 0.1.3 due to a missing variable. Just restart the game and skip until the end of 0.1.2 content. Ty for reporting it.