4.30 star(s) 185 Votes

botc76

The Crawling Chaos, Bringer of Strange Joy
Donor
Oct 23, 2016
4,421
13,197
A note for you guys: NTR is AVOIDABLE.
So don't even start complaining :closedeyesmile:
The first page and they are already ruining my fun.
What am I supposed to do if I can't complain about NTR?!?!?! ;)
 

CLDꝜ

̷ ̷ ̶ ̴ ̴ ̴ ̷ ̸ ̸ ̷ ̵ ̸ ̸ ̴ ̵ ̷ ̵ ̴ ̶ ̴ ̶ ̵ ̶ ̴ ̵
Staff member
Moderator
Community Liaison
Jul 7, 2017
1,342
5,488

Changelog:

~ 1080 new renders
Now that's a decent sized update. Looking forward to trying it out.
Thanks for the share!
 

134luca

Newbie
Dec 17, 2018
27
11
open = error


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

LordofEntropy

Down with Delta-G
Donor
May 8, 2017
768
1,136
open = error


While running game code:
File "renpy/common/00start.rpy", line 264, in script
python:
ScriptError: could not find label 'start1'.
Too bad there isn't any sort of solution already posted like 8 or more times on this very page :(
 

rogosh

Active Member
Jan 29, 2018
816
960
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
 

CharleyT

Active Member
Jun 12, 2018
738
316
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
324
392
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]
 
4.30 star(s) 185 Votes