Skip to main content

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

the " BoatingChar is not defined" bug I ignored it several times to continue the game, but finally the game jumped  to title.

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 1081, in script call
    call Day12 from _call_Day12
  File "game/Day12.rpy", line 3, in script
    if BoatingChar == True or AllLove == True:
  File "game/Day12.rpy", line 3, in <module>
    if BoatingChar == True or AllLove == True:
NameError: name 'BoatingChar' is not defined

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

Full traceback:
  File "game/script.rpy", line 1081, in script call
    call Day12 from _call_Day12
  File "game/Day12.rpy", line 3, in script
    if BoatingChar == True or AllLove == True:
  File "F:\chrome download\TROS-1.0-win\TROS-1.0-win\renpy\ast.py", line 1647, in execute
    if renpy.python.py_eval(condition):
  File "F:\chrome download\TROS-1.0-win\TROS-1.0-win\renpy\python.py", line 1670, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "F:\chrome download\TROS-1.0-win\TROS-1.0-win\renpy\python.py", line 1665, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Day12.rpy", line 3, in <module>
    if BoatingChar == True or AllLove == True:
NameError: name 'BoatingChar' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.11.1749
A Ren'Py Game 0.0
[/code]

Hello zhaosunday,

I'm sorry to hear you are having trouble. Can I ask, please, if you began this game from the beginning or loaded a save from the demo?  The  definition 'BoatingChar' and others were added to the full released game (and run at the very start), but it will not be present in the older demo version.

Please let me know and I will investigate further.

I load from old save, I will try from beginning

Sorry about that. I've made a post to let other people about know the problem, so thank you for bringing it to my attention.

play from start there is no bug anymore, thx

Ah, glad to hear it!  I hope the rest of the game runs smoothly for you.