Skip to main content

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

I came upon another error while fiddling around with the controls... honestly just to see if I could find one XD. I'm not sure if I can produce different looking versions of this error, if you want more than the one I can look and see.

Here is it:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00action_menu.rpy", line 110, in __call__

ScriptError: could not find label ''.

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

Full traceback:

  File "script.rpyc", line 57, in script call

  File "consentscene.rpyc", line 38, in script call

  File "endingresult.rpyc", line 320, in script

  File "renpy/ast.py", line 716, in execute

  File "renpy/exports.py", line 1417, in say

  File "renpy/character.py", line 1223, in __call__

  File "renpy/character.py", line 875, in do_display

  File "renpy/character.py", line 621, in display_say

  File "renpy/ui.py", line 298, in interact

  File "renpy/display\core.py", line 3276, in interact

  File "renpy/display\core.py", line 4110, in interact_core

  File "renpy/display\layout.py", line 1090, in event

  File "renpy/display\transition.py", line 48, in event

  File "renpy/display\layout.py", line 1090, in event

  File "renpy/display\layout.py", line 1090, in event

  File "renpy/display\screen.py", line 720, in event

  File "renpy/display\layout.py", line 1090, in event

  File "renpy/display\layout.py", line 1090, in event

  File "renpy/display\behavior.py", line 979, in event

  File "renpy/display\behavior.py", line 914, in handle_click

  File "renpy/display\behavior.py", line 329, in run

  File "renpy/common/00action_menu.rpy", line 110, in __call__

  File "renpy/game.py", line 344, in call_in_new_context

  File "renpy/execution.py", line 922, in run_context

  File "_layout/screen_load_save.rpymc", line 35, in script call

  File "_layout/screen_load_save.rpymc", line 35, in script call

  File "renpy/script.py", line 918, in lookup

ScriptError: could not find label ''.

[/code]


Good luck with that! I can't see where the error could be, I mean;" label " " doesn't say much (to me).

lol that doesn't say much to me either to be honest, SOMETIMES renpy can be a little janky (notoriously so on mobile) but I do have some Investigative Followup Questions:

  1.  Is this on mobile?
  2.  Do you remember exactly what action you took that caused the crash?

I'll take a peek at the code and see if I can replicate it.