Skip to main content

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

getting an error:
is there any fix for this? it immediately crashes my game, doesnt give me the normal renpy debug screen

I'm sorry, but an uncaught exception occurred.

While running game code:

ScriptError: could not find label 'honey_i_need_your_help'.

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

Full traceback:

  File "D:\Games\FatesCrossed-0.2.3-pc\renpy\bootstrap.py", line 359, in bootstrap

    renpy.main.main()

  File "D:\Games\FatesCrossed-0.2.3-pc\renpy\main.py", line 635, in main

    run(restart)

  File "D:\Games\FatesCrossed-0.2.3-pc\renpy\main.py", line 145, in run

    renpy.execution.run_context(True)

  File "D:\Games\FatesCrossed-0.2.3-pc\renpy\execution.py", line 955, in run_context

    context.run()

  File "game/script/label start.rpyc", line 22545, in script call

  File "game/script/2-screen_locations/7-screen_hall_reception_nav.rpyc", line 208, in script call

  File "game/script/2-screen_locations/7-screen_hall_reception_nav.rpyc", line 342, in script call

  File "game/script/2-screen_locations/7-screen_hall_reception_nav.rpyc", line 208, in script call

  File "game/script/2-screen_locations/1-screen_room.rpyc", line 212, in script call

  File "game/script/3-screen_use/2-lesson.rpyc", line 103, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 856, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 842, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 842, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 63, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 856, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 63, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 56, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 856, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 856, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 63, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 63, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 63, in script call

  [Previous line repeated 1 more time]

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 856, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 63, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 856, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 856, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 63, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 856, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 842, in script call

  File "game/script/2-screen_locations/9-bar_starligth.rpyc", line 842, in script call

  File "game/script/1-cara_ask_screen/2-morgane_classroom.rpyc", line 77, in script

  File "D:\Games\FatesCrossed-0.2.3-pc\renpy\script.py", line 1103, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'honey_i_need_your_help'.

Windows-10-10.0.26100 AMD64

Ren'Py 8.2.0.24012702

FatesCrossed 0.2.3

Sat Mar  8 22:18:38 2025

(+1)

This is content from patch 0.2.5. You weren’t supposed to be able to click on this dialog. Just ignore this button.
There are many bugs in 0.2.3 that were fixed in 0.2.5. They will also be fixed in 0.2.4.

(+1)

understood. i have seen the "2.5 content" popup, but it didnt appear here