Soniram

Creating EC:A
Game Developer
Apr 16, 2021
739
728
There's a quick patch file in the OP to drop into the /game folder to fix the small error reported. It's also available on this post.
 

Rawhidewow

New Member
Apr 12, 2020
4
2
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label goblin_sandbox is defined twice, at File "game/goblin_sandbox.rpy", line 2:
label goblin_sandbox:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 2:
label goblin_sandbox:


The label _call_goblin_talk01 is defined twice, at File "game/goblin_sandbox.rpy", line 25:
            call goblin_talk01 from _call_goblin_talk01
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 25:
            call goblin_talk01 from _call_goblin_talk01


The label _call_goblin_talk02 is defined twice, at File "game/goblin_sandbox.rpy", line 27:
            call goblin_talk02 from _call_goblin_talk02
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 27:
            call goblin_talk02 from _call_goblin_talk02


The label _call_goblin_talk03 is defined twice, at File "game/goblin_sandbox.rpy", line 29:
            call goblin_talk03 from _call_goblin_talk03
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 29:
            call goblin_talk03 from _call_goblin_talk03


The label goblin_sandbox_menu_am is defined twice, at File "game/goblin_sandbox.rpy", line 36:
        menu goblin_sandbox_menu_am:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 36:
        menu goblin_sandbox_menu_am:


The label _call_goblin_sandbox_talk is defined twice, at File "game/goblin_sandbox.rpy", line 38:
                call goblin_sandbox_talk from _call_goblin_sandbox_talk
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 38:
                call goblin_sandbox_talk from _call_goblin_sandbox_talk


The label _call_goblin_sandbox_sex is defined twice, at File "game/goblin_sandbox.rpy", line 40:
                call goblin_sandbox_sex from _call_goblin_sandbox_sex
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 40:
                call goblin_sandbox_sex from _call_goblin_sandbox_sex


The label _call_loc_noparse_151 is defined twice, at File "game/goblin_sandbox.rpy", line 42:
                call loc_noparse from _call_loc_noparse_151
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 42:
                call loc_noparse from _call_loc_noparse_151


The label _call_loc_noparse_118 is defined twice, at File "game/goblin_sandbox.rpy", line 46:
        call loc_noparse from _call_loc_noparse_118
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 46:
        call loc_noparse from _call_loc_noparse_118


The label _call_loc_noparse_119 is defined twice, at File "game/goblin_sandbox.rpy", line 50:
        call loc_noparse from _call_loc_noparse_119
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 50:
        call loc_noparse from _call_loc_noparse_119


The label goblin_sandbox_talk is defined twice, at File "game/goblin_sandbox.rpy", line 53:
label goblin_sandbox_talk:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 53:
label goblin_sandbox_talk:


The label goblin_sandbox_talk_menu is defined twice, at File "game/goblin_sandbox.rpy", line 61:
    menu goblin_sandbox_talk_menu:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 61:
    menu goblin_sandbox_talk_menu:


The label _call_gob_sand_talk01 is defined twice, at File "game/goblin_sandbox.rpy", line 63:
            call goblin_talk01 from _call_gob_sand_talk01
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 63:
            call goblin_talk01 from _call_gob_sand_talk01


The label _call_gob_sand_talk02 is defined twice, at File "game/goblin_sandbox.rpy", line 65:
            call goblin_talk02 from _call_gob_sand_talk02
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 65:
            call goblin_talk02 from _call_gob_sand_talk02


The label _call_gob_sand_talk03 is defined twice, at File "game/goblin_sandbox.rpy", line 67:
            call goblin_talk03 from _call_gob_sand_talk03
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 67:
            call goblin_talk03 from _call_gob_sand_talk03


The label _call_loc_noparse_120 is defined twice, at File "game/goblin_sandbox.rpy", line 74:
    call loc_noparse from _call_loc_noparse_120
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 74:
    call loc_noparse from _call_loc_noparse_120


Ren'Py Version: Ren'Py 7.4.11.2266
Sun Oct  9 01:20:40 2022
 

V4mpire

Member
Game Developer
Dec 20, 2020
143
268
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label goblin_sandbox is defined twice, at File "game/goblin_sandbox.rpy", line 2:
label goblin_sandbox:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 2:
label goblin_sandbox:


The label _call_goblin_talk01 is defined twice, at File "game/goblin_sandbox.rpy", line 25:
            call goblin_talk01 from _call_goblin_talk01
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 25:
            call goblin_talk01 from _call_goblin_talk01


The label _call_goblin_talk02 is defined twice, at File "game/goblin_sandbox.rpy", line 27:
            call goblin_talk02 from _call_goblin_talk02
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 27:
            call goblin_talk02 from _call_goblin_talk02


The label _call_goblin_talk03 is defined twice, at File "game/goblin_sandbox.rpy", line 29:
            call goblin_talk03 from _call_goblin_talk03
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 29:
            call goblin_talk03 from _call_goblin_talk03


The label goblin_sandbox_menu_am is defined twice, at File "game/goblin_sandbox.rpy", line 36:
        menu goblin_sandbox_menu_am:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 36:
        menu goblin_sandbox_menu_am:


The label _call_goblin_sandbox_talk is defined twice, at File "game/goblin_sandbox.rpy", line 38:
                call goblin_sandbox_talk from _call_goblin_sandbox_talk
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 38:
                call goblin_sandbox_talk from _call_goblin_sandbox_talk


The label _call_goblin_sandbox_sex is defined twice, at File "game/goblin_sandbox.rpy", line 40:
                call goblin_sandbox_sex from _call_goblin_sandbox_sex
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 40:
                call goblin_sandbox_sex from _call_goblin_sandbox_sex


The label _call_loc_noparse_151 is defined twice, at File "game/goblin_sandbox.rpy", line 42:
                call loc_noparse from _call_loc_noparse_151
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 42:
                call loc_noparse from _call_loc_noparse_151


The label _call_loc_noparse_118 is defined twice, at File "game/goblin_sandbox.rpy", line 46:
        call loc_noparse from _call_loc_noparse_118
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 46:
        call loc_noparse from _call_loc_noparse_118


The label _call_loc_noparse_119 is defined twice, at File "game/goblin_sandbox.rpy", line 50:
        call loc_noparse from _call_loc_noparse_119
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 50:
        call loc_noparse from _call_loc_noparse_119


The label goblin_sandbox_talk is defined twice, at File "game/goblin_sandbox.rpy", line 53:
label goblin_sandbox_talk:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 53:
label goblin_sandbox_talk:


The label goblin_sandbox_talk_menu is defined twice, at File "game/goblin_sandbox.rpy", line 61:
    menu goblin_sandbox_talk_menu:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 61:
    menu goblin_sandbox_talk_menu:


The label _call_gob_sand_talk01 is defined twice, at File "game/goblin_sandbox.rpy", line 63:
            call goblin_talk01 from _call_gob_sand_talk01
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 63:
            call goblin_talk01 from _call_gob_sand_talk01


The label _call_gob_sand_talk02 is defined twice, at File "game/goblin_sandbox.rpy", line 65:
            call goblin_talk02 from _call_gob_sand_talk02
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 65:
            call goblin_talk02 from _call_gob_sand_talk02


The label _call_gob_sand_talk03 is defined twice, at File "game/goblin_sandbox.rpy", line 67:
            call goblin_talk03 from _call_gob_sand_talk03
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 67:
            call goblin_talk03 from _call_gob_sand_talk03


The label _call_loc_noparse_120 is defined twice, at File "game/goblin_sandbox.rpy", line 74:
    call loc_noparse from _call_loc_noparse_120
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 74:
    call loc_noparse from _call_loc_noparse_120


Ren'Py Version: Ren'Py 7.4.11.2266
Sun Oct  9 01:20:40 2022
what are you trying to do that triggers this or are you getting this on start?
 

Rawhidewow

New Member
Apr 12, 2020
4
2
on start just unrar the main download and then the patch

edit i just did a fresh install and the error went away i think it was where i played it before installing the patch
 
Last edited:

V4mpire

Member
Game Developer
Dec 20, 2020
143
268
on start just unrar the main download and then the patch
Okay, I tested, but i didn't get duplicate error, however I did find the the script also isn't overriding the already included one as one might expect.
 

V4mpire

Member
Game Developer
Dec 20, 2020
143
268
on start just unrar the main download and then the patch
not ideal having to do this yourself, but a few folder creations will resolve, this can work as a fix until another release is made:

in game folder create scripts, in scripts create a folder called scenes, in the scenes folder create a folder called sandbox, then in there create goblin, once you have done this, move the rpy and the newly created rpyc(if you have one) into this goblin folder, this will give you a working patch fix, without the complaints of duplicates.
 

Soniram

Creating EC:A
Game Developer
Apr 16, 2021
739
728
Okay, I tested, but i didn't get duplicate error, however I did find the the script also isn't overriding the already included one as one might expect.
Actually, I didn't think about this until I was waking up this morning... there is an error in the patch. I am adjusting the downloads to the new patch.
 

ssj782

Engaged Member
Apr 19, 2019
3,403
5,106
Can't search for herbs? Or rather.I can select search but nothing comes up.
New playthrough, btw. Tried using the goblin patch and got the duplication error when I opened the game so I had to remove it to make the game play. and ever since I haven't been able to search for herbs.
 

Soniram

Creating EC:A
Game Developer
Apr 16, 2021
739
728
Can't search for herbs? Or rather.I can select search but nothing comes up.
New playthrough, btw. Tried using the goblin patch and got the duplication error when I opened the game so I had to remove it to make the game play. and ever since I haven't been able to search for herbs.
You did complete the intro part on this playthrough? The patch is goofed up -- I haven't been able to fix it properly yet -- but it should not cause an error to make it not possible for hunting for ingredients.
 

ssj782

Engaged Member
Apr 19, 2019
3,403
5,106
You did complete the intro part on this playthrough? The patch is goofed up -- I haven't been able to fix it properly yet -- but it should not cause an error to make it not possible for hunting for ingredients.
Yep. I put the patch in right at the start. I did the tutorial. I hunted a few herbs and crafted two teas. I closed down the game.
When I tried to open it again, I got the error of the goblin sandbox duplication, so I removed it and the game loaded fine. After that I was unable to search for herbs or craft potions with the herbs I had.
 

Soniram

Creating EC:A
Game Developer
Apr 16, 2021
739
728
Yep. I put the patch in right at the start. I did the tutorial. I hunted a few herbs and crafted two teas. I closed down the game.
When I tried to open it again, I got the error of the goblin sandbox duplication, so I removed it and the game loaded fine. After that I was unable to search for herbs or craft potions with the herbs I had.
Without being able to look at the scripts right now, I honesty have no idea how that was accomplished. I will look into this as soon as I get home... though for now, the patch isn't necessarily needed. It is such a small, minor thing regarding the player returning in sandbox to Katira in the bedroom and asking her to repeat scenes previously seen by talking to her.

EDIT: Otherwise, you could try this:

in game folder create scripts, in scripts create a folder called scenes, in the scenes folder create a folder called sandbox, then in there create goblin, once you have done this, move the rpy and the newly created rpyc(if you have one) into this goblin folder, this will give you a working patch fix, without the complaints of duplicates.

I haven't tried this fix yet myself, but you can give it a try. The path would be: ".../game/scripts/scenes/sandbox/goblin/" placed inside the EC Apothecary folder, and then put the patch file there.
 

Necromancer85

Member
Mar 17, 2018
231
90
i really hope for more garden spots in next update because it make getting ingredients for potions much easier

also a small suggestion (if possible): ability to level up lab with money so you can get more potions with brewing
 
4.40 star(s) 18 Votes