I tried this fix ans it worked with me :anyone can help me with this error?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 10592, in script jump Scarletdinnerhome ScriptError: could not find label 'Scarletdinnerhome'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 10592, in script jump Scarletdinnerhome File "C:\Users\di\Downloads\Whereitallbegan-0.3-pc-compressed\Whereitallbegan-0.3-pc\renpy\ast.py", line 1631, in execute rv = renpy.game.script.lookup(target) File "C:\Users\d\Downloads\Whereitallbegan-0.3-pc-compressed\Whereitallbegan-0.3-pc\renpy\script.py", line 875, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'Scarletdinnerhome'. Windows-7-6.1.7601-SP1 Ren'Py 7.1.1.929 Where it all began 0.3 Sun Mar 17 07:12:10 2019
1. Open the file game/script.rpy
2. Go to the line number 10632
3. Replace "label scarletdinnerhome:" by "label Scarletdinnerhome:"
(Yes it's just a uppercase missing)