4.20 star(s) 198 Votes

Loxam

New Member
Nov 17, 2018
2
2
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
I tried this fix ans it worked with me :
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)
 

Loxam

New Member
Nov 17, 2018
2
2
I tried this fix ans it worked with me :
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)
Anyway this bug is very close from the end. Nothing 'interesting' happens after it.
 

smokebox

Active Member
Dec 22, 2018
968
3,185
A sexy asian ninja girlfriend and you think i am gonna share? hell no!!,fuck those losers, Miru,Mom,Sisters and the chubby brunette friend are the bests.
 
  • Like
Reactions: Logan3000x

Arelion

Member
Oct 19, 2018
191
111
here is my unofficial android port of Where it all began v0.3.
You don't have permission to view the spoiler content. Log in or register now.
have fun and please report problems (you can reach me ).

and now a word regarding the errors and fixes. well, removing the incest might have been done smarter, but ok.
but who has put these label substitutions into script.rpy? if it was done by you @Oceanlab, i have no idea, what you've tried to achieve. :unsure:
attached is the script.rpy w/o them. just remove 278278_ from the file name and drop it into the game folder of the first release (orig., unrened, crunched,..).
update: even in the fixed version the substitutions partly using non-present labels.
Hey thanks alot for porting this game but I have found an error. When there is time to end the date with Scarlet (aunt) an error pops out.
 

bighunter

Member
Apr 3, 2018
136
142
I also got it.... just well as i watched no one else....

Am I the only one getting this error?

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 "C:\Users\Tyler\Desktop\VN\Whereitallbegan-0.3-pc\renpy\ast.py", line 1631, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\Tyler\Desktop\VN\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
Sat Mar 16 23:58:29 2019
 
U

User_23654

Guest
Guest
Here is a compressed pc and mac version of 0.3a! (New links!)

PC (319MB): - - - -
Mac (314MB): - - - -

You don't have permission to view the spoiler content. Log in or register now.
 

SomeOldFart

Engaged Member
Nov 18, 2017
2,016
4,291
Here is a compressed pc and mac version of 0.3a!

PC (318MB): - - - -
Mac (312MB): - - - -

You don't have permission to view the spoiler content. Log in or register now.
Thanks! :) Incest patched or naw? :unsure:
 

Deleted member 327695

Member
Game Developer
Dec 11, 2017
438
9,858
Here is a compressed pc and mac version of 0.3a!

PC (318MB): - - - -
Mac (312MB): - - - -

You don't have permission to view the spoiler content. Log in or register now.
Should've waited a few minutes. I'm uploading the "Scarletdinner" fix at the moment.
 
4.20 star(s) 198 Votes