4.20 star(s) 199 Votes

CharleyT

Active Member
Jun 12, 2018
805
353
anotehr error further on

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9442, in script
    jump morningscarletdinner
ScriptError: could not find label 'morningscarletdinner1'.

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

Full traceback:
  File "game/script.rpy", line 9442, in script
    jump morningscarletdinner
  File "H:\favorite games\Whereitallbegan-0.3-pc\renpy\ast.py", line 1631, in execute
    rv = renpy.game.script.lookup(target)
  File "H:\favorite games\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 'morningscarletdinner1'.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3
Sat Mar 16 18:10:45 2019
use the bugfix rogosh
 

DarkDemon

Member
Apr 25, 2017
333
422
applied the bug fix and loaded a save from last update, this is what i got. anyone else got this issue?

Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6729, in script
    jump japspa
ScriptError: could not find label 'japspa1'.

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

Full traceback:
  File "game/script.rpy", line 6729, in script
    jump japspa
  File "D:\Whereitallbegan-0.3-pc\renpy\ast.py", line 1631, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\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 'japspa1'.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3
Sun Mar 17 02:43:50 2019
[/CODE]
 

TheAnnatar

Newbie
Aug 22, 2017
19
10
at police station

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6585, in script
    jump japspa
ScriptError: could not find label 'japspa1'.

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

Full traceback:
  File "game/script.rpy", line 6585, in script
    jump japspa
  File "C:\Users\Silver\Downloads\Whereitallbegan-0.3-pc\renpy\ast.py", line 1631, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\Silver\Downloads\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 'japspa1'.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3
Sun Mar 17 01:18:26 2019
 
May 25, 2017
190
42
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9442, in script
    jump morningscarletdinner
ScriptError: could not find label 'morningscarletdinner1'.

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

Full traceback:
  File "game/script.rpy", line 9442, in script
    jump morningscarletdinner
  File "G:\wrar\Ocean\Whereitallbegan-0.3-pc\renpy\ast.py", line 1631, in execute
    rv = renpy.game.script.lookup(target)
  File "G:\wrar\Ocean\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 'morningscarletdinner1'.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3
Sat Mar 16 23:19:18 2019
 

CharleyT

Active Member
Jun 12, 2018
805
353
In
applied the bug fix and loaded a save from last update, this is what i got. anyone else got this issue?

Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6729, in script
    jump japspa
ScriptError: could not find label 'japspa1'.

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

Full traceback:
  File "game/script.rpy", line 6729, in script
    jump japspa
  File "D:\Whereitallbegan-0.3-pc\renpy\ast.py", line 1631, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\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 'japspa1'.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3
Sun Mar 17 02:43:50 2019
[/CODE]
in the dev notes it says saves don't work, and the fix that someone just made worked for me, so idk.
 
  • Like
Reactions: Nelythia

Nelythia

Active Member
Donor
Oct 11, 2018
589
991
The bug fix does work.
You have to start a new game, the dev announced that old saves won't work anymore.

Issue is on using old saves, not the fix.
 
  • Like
Reactions: CharleyT

DarkDemon

Member
Apr 25, 2017
333
422
applied the bug fix and loaded a save from last update, this is what i got. anyone else got this issue?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6729, in script
    jump japspa
ScriptError: could not find label 'japspa1'.

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

Full traceback:
  File "game/script.rpy", line 6729, in script
    jump japspa
  File "D:\Whereitallbegan-0.3-pc\renpy\ast.py", line 1631, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\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 'japspa1'.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3
Sun Mar 17 02:43:50 2019
fixed that by changed the japspa1 to japspa and got this a few scenes later.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6793, in script
    if helen >= 1:
  File "game/script.rpy", line 6793, in <module>
    if helen >= 1:
NameError: name 'helen' is not defined

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

Full traceback:
  File "game/script.rpy", line 6793, in script
    if helen >= 1:
  File "D:\Files\Whereitallbegan-0.3-pc\renpy\ast.py", line 1760, in execute
    if renpy.python.py_eval(condition):
  File "D:\Files\Whereitallbegan-0.3-pc\renpy\python.py", line 1944, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Files\Whereitallbegan-0.3-pc\renpy\python.py", line 1937, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 6793, in <module>
    if helen >= 1:
NameError: name 'helen' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3
Sun Mar 17 02:56:27 2019
 

Nelythia

Active Member
Donor
Oct 11, 2018
589
991

Gyroon

Newbie
Jul 20, 2018
41
20
after start a new game, with bug fix

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 264, in script
python:
ScriptError: could not find label 'start1'.

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

Full traceback:
File "E:\Spiele\Erotik VN + RPG\Whereitallbegan-03-pc\Whereitallbegan-0.3-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "E:\Spiele\Erotik VN + RPG\Whereitallbegan-03-pc\Whereitallbegan-0.3-pc\renpy\main.py", line 513, in main
run(restart)
File "E:\Spiele\Erotik VN + RPG\Whereitallbegan-03-pc\Whereitallbegan-0.3-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "E:\Spiele\Erotik VN + RPG\Whereitallbegan-03-pc\Whereitallbegan-0.3-pc\renpy\execution.py", line 876, in run_context
context.run()
File "renpy/common/00start.rpy", line 264, in script
python:
File "E:\Spiele\Erotik VN + RPG\Whereitallbegan-03-pc\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 'start1'.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3
Sat Mar 16 23:32:26 2019
 

Nelythia

Active Member
Donor
Oct 11, 2018
589
991
after start a new game, with bug fix
Close the game, then apply the bugfix.
If you have the game open and apply the bugfix, the game will upon close revert the bugfix.

So again, close the game, then do the bugfix, then start the game and a new save.
 
4.20 star(s) 199 Votes