Skip to main content

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

roukou

3
Posts
64
Following
A member registered Oct 26, 2022

Recent community posts

I just updated from version 6 to 7 but the game seems to end at the same point (after Vega's full night). Is it normal?

(2 edits)

I jumped from 1.5 to 3.0.

I got multiple error and got stuck. I couldn't buy the dancers room even tough it took my money, and i got those error message. 

It got cleared after I restarted the story from the beginning.

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/hub.rpy", line 629, in script

    $ renpy.pause()

  File "game/hub.rpy", line 629, in <module>

    $ renpy.pause()

  File "game/screens.rpy", line 4037, in execute

    screen rooms_screen():

  File "game/screens.rpy", line 4037, in execute

    screen rooms_screen():

  File "game/screens.rpy", line 4044, in execute

    viewport:

  File "game/screens.rpy", line 4053, in execute

    grid 4 3:

  File "game/screens.rpy", line 4085, in execute

    if home_upgrades_owned["Pole Dance Stage"]:

  File "game/screens.rpy", line 4085, in <module>

    if home_upgrades_owned["Pole Dance Stage"]:

KeyError: 'Pole Dance Stage'

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

Full traceback:

  File "game/hub.rpy", line 629, in script

    $ renpy.pause()

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\ast.py", line 827, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/hub.rpy", line 629, in <module>

    $ renpy.pause()

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\exports\statementexports.py", line 194, in pause

    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\ui.py", line 301, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\display\core.py", line 2215, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\display\core.py", line 2745, in interact_core

    root_widget.visit_all(lambda d : d.per_interact())

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\display\displayable.py", line 434, in visit_all

    d.visit_all(callback, seen)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\display\displayable.py", line 434, in visit_all

    d.visit_all(callback, seen)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\display\displayable.py", line 434, in visit_all

    d.visit_all(callback, seen)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\display\screen.py", line 480, in visit_all

    callback(self)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\display\core.py", line 2745, in <lambda>

    root_widget.visit_all(lambda d : d.per_interact())

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\display\screen.py", line 491, in per_interact

    self.update()

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\display\screen.py", line 697, in update

    self.screen.function(**self.scope)

  File "game/screens.rpy", line 4037, in execute

    screen rooms_screen():

  File "game/screens.rpy", line 4037, in execute

    screen rooms_screen():

  File "game/screens.rpy", line 4044, in execute

    viewport:

  File "game/screens.rpy", line 4053, in execute

    grid 4 3:

  File "game/screens.rpy", line 4085, in execute

    if home_upgrades_owned["Pole Dance Stage"]:

  File "game/screens.rpy", line 4085, in <module>

    if home_upgrades_owned["Pole Dance Stage"]:

KeyError: 'Pole Dance Stage'

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.4.24120703

The Goddess' Champion 0.3

Sun Jun 29 21:56:40 2025

```

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/cities.rpy", line 360, in script

    menu:

  File "game/cities.rpy", line 361, in <module>

    "{color=#66f542}Recruit Dancer Stella.{/color}" if home_upgrades_owned["Pole Dance Stage"] == True and dancer_quest2_completed == True and dancer_recruited == False:

KeyError: 'Pole Dance Stage'

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

Full traceback:

  File "game/cities.rpy", line 360, in script

    menu:

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\ast.py", line 1625, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\exports\menuexports.py", line 100, in menu

    condition = renpy.python.py_eval(condition)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/cities.rpy", line 361, in <module>

    "{color=#66f542}Recruit Dancer Stella.{/color}" if home_upgrades_owned["Pole Dance Stage"] == True and dancer_quest2_completed == True and dancer_recruited == False:

KeyError: 'Pole Dance Stage'

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.4.24120703

The Goddess' Champion 0.3

Sun Jun 29 21:55:11 2025

```

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/cities.rpy", line 440, in script

    menu:

  File "game/cities.rpy", line 444, in <module>

    "Go to Aresis' Cathedral." if general_quest1_started == True and inventory["Pendant of Perfect Defense"]["count"] > 0:

KeyError: 'Pendant of Perfect Defense'

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

Full traceback:

  File "game/cities.rpy", line 440, in script

    menu:

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\ast.py", line 1625, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\exports\menuexports.py", line 100, in menu

    condition = renpy.python.py_eval(condition)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/cities.rpy", line 444, in <module>

    "Go to Aresis' Cathedral." if general_quest1_started == True and inventory["Pendant of Perfect Defense"]["count"] > 0:

KeyError: 'Pendant of Perfect Defense'

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.4.24120703

The Goddess' Champion 0.3

Sun Jun 29 21:54:43 2025

```

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/cities.rpy", line 556, in script

    menu:

  File "game/cities.rpy", line 561, in <module>

    "{color=#66f542}Recruit Morgana the Witch.{/color}" if home_upgrades_owned["Basement"] == True and recruit_count >= 3 and vamp_recruited == True and witch_recruited == False:

KeyError: 'Basement'

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

Full traceback:

  File "game/cities.rpy", line 556, in script

    menu:

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\ast.py", line 1625, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\exports\menuexports.py", line 100, in menu

    condition = renpy.python.py_eval(condition)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "E:\h\the-goddess-champion-windows\TGC-0.3-pc\renpy\python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/cities.rpy", line 561, in <module>

    "{color=#66f542}Recruit Morgana the Witch.{/color}" if home_upgrades_owned["Basement"] == True and recruit_count >= 3 and vamp_recruited == True and witch_recruited == False:

KeyError: 'Basement'

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.4.24120703

The Goddess' Champion 0.3

Sun Jun 29 21:57:43 2025

```

Does the bundle give you the latest version of the games? do we keep access to the latest version or is it a one time deal?