Cirdon

Well-Known Member
Nov 27, 2019
1,248
1,824
rjrhodes
I'm sure you *intended* to include a label buymenu since you made 4 jumps to it, but you didn't actually include a buymenu at all. So that kinda breaks things.

Edit: found earlier messages that said to replace buymenu with supermarket, which got me past that error.
 
Last edited:

Shoreline19

Newbie
Jun 6, 2019
44
15
rjrhodes
I'm sure you *intended* to include a label buymenu since you made 4 jumps to it, but you didn't actually include a buymenu at all. So that kinda breaks things.
Game crash with similar error message when going to the store at night and asking for help with the father's laptop.
 
  • Like
Reactions: MTZ32

Cirdon

Well-Known Member
Nov 27, 2019
1,248
1,824
rjrhodes
Now I'm running into persistent stars that never go away.
Bedroomevent must be true, but nothing I do turns it false again. I checked the code and it turns true from


Python:
    elif suzyaffection == 3 and suzyhold == True:
        if timeofday == 3:
            $ suzysceneavailable = True
            $ homeevent = True
            $ bedroomevent = True
which is great, but the only thing that makes it false is the initial default creation, so I never get rid of the star.

Also similar problem with the kitchen star and it stays there whether I the kitchen box is there or not.

Edit: Fixed code section and kitchen reference
 
Last edited:
  • Like
Reactions: MTZ32

gartal

Active Member
Feb 9, 2018
634
164
so should i dl it again? for that error?



I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Functions/affection.rpy", line 212, in script call
call screen affectionmenuscreen
File "game/Scenes/Prologue/activatephone.rpy", line 19, in script call
call advancetime from _call_advancetime_3
File "game/Functions/processes.rpy", line 40, in script call
call checkavailablescenes from _call_checkavailablescenes
File "game/Functions/affection.rpy", line 212, in script call
call screen affectionmenuscreen
File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 19, in script call
call jamiewindow0 from _call_jamiewindow0
File "game/Locations/bedroom.rpy", line 18, in script call
call advancetime from _call_advancetime_21
File "game/Functions/processes.rpy", line 40, in script call
call checkavailablescenes from _call_checkavailablescenes
File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 21, in script call
call jamiewindow1 from _call_jamiewindow1
File "game/Scenes/Work/worknormal.rpy", line 5, in script call
call advancetime from _call_advancetime_17
File "game/Functions/processes.rpy", line 40, in script call
call checkavailablescenes from _call_checkavailablescenes
File "game/Scenes/Adrian/0 Adrian at Supermarket.rpy", line 81, in script
jump buymenu
ScriptError: could not find label 'buymenu'.

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

Full traceback:
File "game/Functions/affection.rpy", line 212, in script call
call screen affectionmenuscreen
File "game/Scenes/Prologue/activatephone.rpy", line 19, in script call
call advancetime from _call_advancetime_3
File "game/Functions/processes.rpy", line 40, in script call
call checkavailablescenes from _call_checkavailablescenes
File "game/Functions/affection.rpy", line 212, in script call
call screen affectionmenuscreen
File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 19, in script call
call jamiewindow0 from _call_jamiewindow0
File "game/Locations/bedroom.rpy", line 18, in script call
call advancetime from _call_advancetime_21
File "game/Functions/processes.rpy", line 40, in script call
call checkavailablescenes from _call_checkavailablescenes
File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 21, in script call
call jamiewindow1 from _call_jamiewindow1
File "game/Scenes/Work/worknormal.rpy", line 5, in script call
call advancetime from _call_advancetime_17
File "game/Functions/processes.rpy", line 40, in script call
call checkavailablescenes from _call_checkavailablescenes
File "game/Scenes/Adrian/0 Adrian at Supermarket.rpy", line 81, in script
jump buymenu
File "G:\Game\00 NEW DOWNLOADS\00\ComeHome-2.04-pc\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "G:\Game\00 NEW DOWNLOADS\00\ComeHome-2.04-pc\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'buymenu'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Come Home 2.04
Sun Sep 20 14:35:11 2020
 

xtr3mx7

Member
Feb 10, 2019
293
302
Getting error when visiting supermarket at night after talk with Adrian.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 19, in script call
call jamiewindow0 from _call_jamiewindow0
File "game/Scenes/Work/worknormal.rpy", line 5, in script call
call advancetime from _call_advancetime_17
File "game/Functions/processes.rpy", line 40, in script call
call checkavailablescenes from _call_checkavailablescenes
File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 21, in script call
call jamiewindow1 from _call_jamiewindow1
File "game/Scenes/Adrian/0 Adrian at Supermarket.rpy", line 81, in script
jump buymenu
ScriptError: could not find label 'buymenu'.

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

Full traceback:
File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 19, in script call
call jamiewindow0 from _call_jamiewindow0
File "game/Scenes/Work/worknormal.rpy", line 5, in script call
call advancetime from _call_advancetime_17
File "game/Functions/processes.rpy", line 40, in script call
call checkavailablescenes from _call_checkavailablescenes
File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 21, in script call
call jamiewindow1 from _call_jamiewindow1
File "game/Scenes/Adrian/0 Adrian at Supermarket.rpy", line 81, in script
jump buymenu
File "COME HOME\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "COME HOME\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'buymenu'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Come Home 2.04
Sun Sep 20 20:04:44 2020
 

Effinpist

Member
May 10, 2018
113
220
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Scenes/Prologue/activatephone.rpy", line 19, in script call
    call advancetime from _call_advancetime_3
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 19, in script call
    call jamiewindow0 from _call_jamiewindow0
  File "game/Locations/bedroom.rpy", line 18, in script call
    call advancetime from _call_advancetime_21
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Dana/dana2.rpy", line 66, in script call
    call advancetime from _call_advancetime_48
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Adrian/0 Adrian at Supermarket.rpy", line 81, in script
    jump buymenu
ScriptError: could not find label 'buymenu'.

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

Full traceback:
  File "game/Scenes/Prologue/activatephone.rpy", line 19, in script call
    call advancetime from _call_advancetime_3
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 19, in script call
    call jamiewindow0 from _call_jamiewindow0
  File "game/Locations/bedroom.rpy", line 18, in script call
    call advancetime from _call_advancetime_21
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Dana/dana2.rpy", line 66, in script call
    call advancetime from _call_advancetime_48
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Adrian/0 Adrian at Supermarket.rpy", line 81, in script
    jump buymenu
  File "C:\Users\Effinpist\Downloads\ComeHome-2.04-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\Effinpist\Downloads\ComeHome-2.04-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'buymenu'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Come Home 2.04
Sun Sep 20 09:45:02 2020

Keep getting this error in the store when talking about video games with the hoodied chick, forgot her name Adrian maybe? Anyway, can't get past the scene.
 

Quizzy

Newbie
Jun 14, 2017
18
4
This version does not work with previous save files unfortunately. Have to start from the beginning. I apologize and I'm pretty sure that this is the last time that this will happen.



Are you using the version I posted a little earlier in the tread or the one in the OP? If you're using the one in the OP, you need to do the fix mentioned earlier in the thread. Go into the adrian0 file and change all instances of "buymenu" to "supermarket". If you're still getting this error, please copy and paste the error message.


Everybody: I realize that there's more bugs than are acceptable. I'll be releasing a new version on Monday that hopefully fixes all of these. I obviously need some better beta testing. I'm sorry and I'm working on it.
Really enjoyable game, keep up the good work
 

Haremm lover

Well-Known Member
Sep 20, 2017
1,362
590
rjrhodes
I'm sure you *intended* to include a label buymenu since you made 4 jumps to it, but you didn't actually include a buymenu at all. So that kinda breaks things.

Edit: found earlier messages that said to replace buymenu with supermarket, which got me past that error.
Well as mentioned we have to replace buymenu with supermarket but in which file and where is that file located?
 

Papy.ion6984

Engaged Member
May 16, 2017
3,184
1,777
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Scenes/Prologue/activatephone.rpy", line 19, in script call
    call advancetime from _call_advancetime_3
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 19, in script call
    call jamiewindow0 from _call_jamiewindow0
  File "game/Locations/bedroom.rpy", line 18, in script call
    call advancetime from _call_advancetime_21
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Dana/dana2.rpy", line 66, in script call
    call advancetime from _call_advancetime_48
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Adrian/0 Adrian at Supermarket.rpy", line 81, in script
    jump buymenu
ScriptError: could not find label 'buymenu'.

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

Full traceback:
  File "game/Scenes/Prologue/activatephone.rpy", line 19, in script call
    call advancetime from _call_advancetime_3
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Jamie/Jamiewindow/jamiewindow.rpy", line 19, in script call
    call jamiewindow0 from _call_jamiewindow0
  File "game/Locations/bedroom.rpy", line 18, in script call
    call advancetime from _call_advancetime_21
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Dana/dana2.rpy", line 66, in script call
    call advancetime from _call_advancetime_48
  File "game/Functions/processes.rpy", line 40, in script call
    call checkavailablescenes from _call_checkavailablescenes
  File "game/Scenes/Adrian/0 Adrian at Supermarket.rpy", line 81, in script
    jump buymenu
  File "C:\Users\Effinpist\Downloads\ComeHome-2.04-pc\renpy\ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\Effinpist\Downloads\ComeHome-2.04-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'buymenu'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Come Home 2.04
Sun Sep 20 09:45:02 2020

Keep getting this error in the store when talking about video games with the hoodied chick, forgot her name Adrian maybe? Anyway, can't get past the scene.
read the post above yours.
Your playing v2.04. Bugfix is v2.04.2
 

Deleted member 2744688

Come Home
Game Developer
Aug 18, 2020
383
2,659
Hey all. Here's a new release:

- Fixed the Adrian Supermarket scene.
- Fixed the event stars that wouldn't disappear.
- Fixed the Lisa scene that wasn't activating.

I'll send these to Malleficent to update the OP as well. Sorry again about the bugs. Hope you enjoy and let me know if there are any more issues.
 

over the edge

Active Member
Sep 3, 2018
660
192
This version does not work with previous save files unfortunately. Have to start from the beginning. I apologize and I'm pretty sure that this is the last time that this will happen.



Are you using the version I posted a little earlier in the tread or the one in the OP? If you're using the one in the OP, you need to do the fix mentioned earlier in the thread. Go into the adrian0 file and change all instances of "buymenu" to "supermarket". If you're still getting this error, please copy and paste the error message.


Everybody: I realize that there's more bugs than are acceptable. I'll be releasing a new version on Monday that hopefully fixes all of these. I obviously need some better beta testing. I'm sorry and I'm working on it.
I just avoid the Supermarket scene.
 

Deleted member 2744688

Come Home
Game Developer
Aug 18, 2020
383
2,659
this is NOT sandbox! It is really hard to find sandbox games because apparently lots of people are using the Tag sandbox for games like this one.
Tell that to all the people earlier in the thread who complained about it being a sandbox until the tag was added.

Why would you leave a negative review just because the game wasn't what you wanted it to be? Not cool.
 
4.30 star(s) 108 Votes