- Aug 16, 2017
- 269
- 258
Game crashes if you try to buy jewelry at the gift store.
If you get this error messages then use a clean save and start a new game. The jewelry bug got created when I figured out I spelled jewelry wrong and corrected that. Since the jewelry (or how I misspelled it in the previous version jewlery) were present in the old version of the game loading your old save file will cause the renpy to "call" on a label that is misspelled thus nonexistant.@Yc3k here is the error report when you try to buy jewelry.
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'JewleryBuyScreen'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\******\Downloads\ - unplayed\The_Senior-0.1.4d-win\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "C:\Users\******\Downloads\ - unplayed\The_Senior-0.1.4d-win\renpy\main.py", line 513, in main
run(restart)
File "C:\Users\******\Downloads\ - unplayed\The_Senior-0.1.4d-win\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Users\******\Downloads\ - unplayed\The_Senior-0.1.4d-win\renpy\execution.py", line 879, in run_context
context.run()
File "gift_shop.rpyc", line 200, in script
File "C:\Users\******\Downloads\ - unplayed\The_Senior-0.1.4d-win\renpy\script.py", line 873, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'JewleryBuyScreen'.
Windows-8-6.2.9200
Ren'Py 7.0.0.196
0.1.4d
Wed Oct 31 13:04:05 2018
I will try to avoid this kind of mistakes in the future. Sorry guys.