Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

[Spoilers] Loving the game so far but I'm Getting this error when I try to enter the queen's room after becoming her assistant. I hope to continue but I don't know how to progress past this point with the error.

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

While running game code:
  File "game/game/locations/wonderland/queens_bedroom/queens_bedroom.rpy", line 24, in <module>
NameError: name 'wonderland_queens_bedroom' is not defined

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

Full traceback:
  File "engine/core.rpyc", line 27, in script call
  File "game/locations/wonderland/queens_bedroom/queens_bedroom.rpyc", line 24, in script
  File "D:\Downloads\Games\Itch\conquered-hearts\conqueredhearts-0.4-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\Games\Itch\conquered-hearts\conqueredhearts-0.4-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/game/locations/wonderland/queens_bedroom/queens_bedroom.rpy", line 24, in <module>
NameError: name 'wonderland_queens_bedroom' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Conquered Hearts 0.4
Wed Aug 05 23:53:20 2020
[/code]

Thanks for the bug report! That's a new one. I'll look into it.