4.30 star(s) 185 Votes

DarkDemon

Member
Apr 25, 2017
323
391
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
737
316
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
585
975
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
323
391
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
585
975

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
585
975
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.
 

Gyroon

Newbie
Jul 20, 2018
41
20
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.
thx.works
 

suprbbsnipo

Newbie
May 17, 2017
49
61
I started a new game with bug fix, and got this:

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 "D:\Games\other\Ren'py\Where It All Began\renpy\ast.py", line 1631, in execute
rv = renpy.game.script.lookup(target)
File "D:\Games\other\Ren'py\Where It All Began\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 17:40:23 2019
 

Nelythia

Active Member
Donor
Oct 11, 2018
585
975
I started a new game with bug fix, and got this:

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'.
"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."

You probably reverted the bugfix because you still had the game open.
 

Grzmilu

Member
Jun 23, 2018
110
121
Freshly unpacked NO OLD SAVES game script fix applied started new game and on police precinct have error
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 "W:\GRY\!!NEW\!!!ROZPAKOWANE\Whereitallbegan-0.3-pc\renpy\ast.py", line 1631, in execute
rv = renpy.game.script.lookup(target)
File "W:\GRY\!!NEW\!!!ROZPAKOWANE\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-7-6.1.7601-SP1
Ren'Py 7.1.1.929
Where it all began 0.3
Sat Mar 16 22:46:22 2019
 

DarkSithLord47

Well-Known Member
Mar 10, 2019
1,033
4,342
can't start the game! first time playing it so i dont have old saves,freshly installed applied the bugfix and i still get that error. can anyone help?
 
4.30 star(s) 185 Votes