Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Got an error while playing.

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 7814, in <module>

NameError: name 'tracy_money' is not defined

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

Full traceback:

  File "script.rpyc", line 7814, in script

  File "C:\Games\ForgottenPathways-0.2-pc\renpy\ast.py", line 2115, in execute

    if renpy.python.py_eval(condition):

  File "C:\Games\ForgottenPathways-0.2-pc\renpy\python.py", line 1092, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Games\ForgottenPathways-0.2-pc\renpy\python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script.rpy", line 7814, in <module>

NameError: name 'tracy_money' is not defined

Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22090809

Forgotten Pathways 0.2

Sun Oct 22 12:23:07 2023

```

Check Script (Lint)

Ren'Py 8.1.1.23060707 lint report, generated at: Sun Oct 22 12:39:53 2023

game/script.rpy:1075 '420' is not an image.

game/script.rpy:1810 '541' is not an image.

game/script.rpy:1814 '540' is not an image.

game/script.rpy:2212 Image course_fields uses file 'images/cap 1/199.jpg', which is not loadable.

game/script.rpy:2220 Image wristbands uses file 'images/cap 1/196.jpg', which is not loadable.

game/script.rpy:2228 Image course_outsanding uses file 'images/cap 1/198.jpg', which is not loadable.

game/script.rpy:2233 Image course_money uses file 'images/cap 1/197.jpg', which is not loadable.

game/script.rpy:3201 '1870' is not an image.

game/script.rpy:7126 'audio/chapter two/footstep.mp3' is not loadable

game/script.rpy:7327 'audio/chapter two/footstep.mp3' is not loadable

game/scripts/cap 2/helgasgame/screens/screens.rpy:68 The screen helga_game_stairs_buttons has not been given a parameter list.

This can be fixed by writing 'screen helga_game_stairs_buttons():' instead.

game/scripts/cap 2/helgasgame/screens/screens.rpy:81 The screen helga_game_outside_buttons has not been given a parameter list.

game/scripts/cap1/helga_bathroom.rpy:204 Image helga_handjob uses file 'images/chapter one/1159.jpg', which is not loadable.

game/scripts/cap 2/helgasgame/screens/actions.rpy : this file contains unreachable statements at lines 205 and 330.

Statistics:

The game contains 5,412 dialogue blocks, containing 56,127 words and 298,461

characters, for an average of 10.4 words and 55 characters per block.

The game contains 103 menus, 63 images, and 71 screens.

Lint is not a substitute for thorough testing. Remember to update Ren'Py

before releasing. New releases fix bugs and improve compatibility.

You should consider filling in define gui.about in options.rpy with your info


https://mega.nz/file/TZ0G2ayQ#bMSft-R-kftN4il0hhPiGUPL3fGAROiDLwvNEMOf02g

(+1)

Thank you so much!! I've fixed everything that was wrong in the code, and I'll upload the corrected files later today.
And a special thanks for the help with customizing the gui.about :)