Skip to main content

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

Got this while going to the kitchen.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'At_bed_kitchan'.

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

Full traceback:
  File "C:\Users\user\Desktop\BottleBiosphere-Demo-market\renpy\bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "C:\Users\user\Desktop\BottleBiosphere-Demo-market\renpy\main.py", line 578, in main
    run(restart)
  File "C:\Users\user\Desktop\BottleBiosphere-Demo-market\renpy\main.py", line 143, in run
    renpy.execution.run_context(True)
  File "C:\Users\user\Desktop\BottleBiosphere-Demo-market\renpy\execution.py", line 908, in run_context
    context.run()
  File "home/roomui.rpyc", line 162, in script
  File "C:\Users\user\Desktop\BottleBiosphere-Demo-market\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'At_bed_kitchan'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bottle Biosphere Demo
Sat Oct 24 04:15:36 2020

It is because I have fixed the typo "kitchan" to "kitchen" ,so I believe this is a conflict to the old savefile. The game nolonger can find the location of "kitchan". 

Thought as much, I had to make a new save, so not much was wasted there.