News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

[Feedback] *BUG REPORTS* Stable version only (v0.2)

Started by Goldo, May 13, 2022, 09:52 AM

Previous topic - Next topic

roscoson

Overwrote every file and now it says passing script failed as it did first time I tried it.

vadi92

#151
Quote from: roscoson on May 22, 2023, 03:28 AMOverwrote every file and now it says passing script failed as it did first time I tried it.

Install the base game. And unzip the patch into Brothelking-pc/game.

https://imgur.com/OM0qe2P

If you still cant figure it out how to do it after this. Here is a patched version:

https://www.mediafire.com/file/y9g2sjxvboa4yav/Brothel_King-pc.rar/file

Just put some girl pack into Brothelking-pc/game/girls

vadi92

Quote from: dylanrivers10000 on May 21, 2023, 08:38 PMI'm sorry, but an uncaught exception occurred.

While loading <'ProportionalScale' <'Image' u'girls/Darkness/portrait happy (00001).webp'> 200 200 True>:
  File "game/BKmain.rpy", line 919, in script call
    $ calendar.play_alarms() # Also triggers "day" conditional events
  File "game/BKevents.rpy", line 698, in script call
    $ ev.play()
  File "game/BKevents.rpy", line 1256, in script
    call screen OK_screen(title, description, pic = girl.portrait)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/BKclasses.rpy", line 7531, in load
    child = im.cache.get(self.image)
KeyError: <'Image' u'girls/Darkness/portrait happy (00001).webp'>

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

Full traceback:
  File "game/BKmain.rpy", line 919, in script call
    $ calendar.play_alarms() # Also triggers "day" conditional events
  File "game/BKevents.rpy", line 698, in script call
    $ ev.play()
  File "game/BKevents.rpy", line 1256, in script
    call screen OK_screen(title, description, pic = girl.portrait)
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1029, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/viewport.py", line 572, in render
    rend = renpy.display.render.render(self.children[0], child_width, child_height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1029, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 733, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "game/BKclasses.rpy", line 7531, in load
    child = im.cache.get(self.image)
  File "renpy/display/im.py", line 357, in get
    self.kill(ce)
  File "renpy/display/im.py", line 369, in kill
    del self.cache[ce.what]
KeyError: <'Image' u'girls/Darkness/portrait happy (00001).webp'>

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun May 21 15:37:57 2023


Your problem commes from your "Darkness" girl pack. Either the game couldnt load it or the image size it's to big.

Jasuke1991

Hi,
For some reason I get this on bootup.
I've used the latest patched version and even the version posted here in chat, and for some reason on startup this is an error I get.
Is this due to something I'm missing like net framework update or some renpy external files?
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 309, in script call
    call expression "before_main_menu"
  File "game/BKevents.rpy", line 120, in script
    if not persistent.girl_mix["default"]:
  File "game/BKevents.rpy", line 120, in <module>
    if not persistent.girl_mix["default"]:
KeyError: u'default'

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

Full traceback:
  File "renpy/common/00start.rpy", line 309, in script call
    call expression "before_main_menu"
  File "game/BKevents.rpy", line 120, in script
    if not persistent.girl_mix["default"]:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/BKevents.rpy", line 120, in <module>
    if not persistent.girl_mix["default"]:
KeyError: u'default'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sat Jul  1 16:33:17 2023
[/code]

vadi92

#154
Quote from: Jasuke1991 on Jul 01, 2023, 03:36 PMHi,
For some reason I get this on bootup.
I've used the latest patched version and even the version posted here in chat, and for some reason on startup this is an error I get.
Is this due to something I'm missing like net framework update or some renpy external files?
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 309, in script call
    call expression "before_main_menu"
  File "game/BKevents.rpy", line 120, in script
    if not persistent.girl_mix["default"]:
  File "game/BKevents.rpy", line 120, in <module>
    if not persistent.girl_mix["default"]:
KeyError: u'default'

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

Full traceback:
  File "renpy/common/00start.rpy", line 309, in script call
    call expression "before_main_menu"
  File "game/BKevents.rpy", line 120, in script
    if not persistent.girl_mix["default"]:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/BKevents.rpy", line 120, in <module>
    if not persistent.girl_mix["default"]:
KeyError: u'default'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sat Jul  1 16:33:17 2023
[/code]

Either press shift+o and type this into the console:
persistent.girl_mix["default"] = []
After typing it reload the game.

Or if this dosn't help then delete both save folder.
1. Brothel_King-pc/game/saves
2. users/your username/appdata/roaming/renpy/bro king

Edit: for this error you can find the answer in the FAQ

Lub3c

Hi,
I've been playing for a while now and when I want to see items in the shop I get this error:
QuoteI'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 1723, in script
    $ r = ui.interact()
  File "game/BKmain.rpy", line 1723, in <module>
    $ r = ui.interact()
  File "game/BKscreens.rpy", line 4915, in execute
    screen item_tab(left, right, context):
  File "game/BKscreens.rpy", line 4915, in execute
    screen item_tab(left, right, context):
  File "game/BKscreens.rpy", line 4955, in execute
    if left != None:
  File "game/BKscreens.rpy", line 4962, in execute
    vbox:
  File "game/BKscreens.rpy", line 4967, in execute
    hbox xfill False yfill False spacing 6:
  File "game/BKscreens.rpy", line 4969, in execute
    frame:
  File "game/BKscreens.rpy", line 4998, in execute
    viewport:
  File "game/BKscreens.rpy", line 5005, in execute
    vbox:
  File "game/BKscreens.rpy", line 5023, in execute
    for it in it_list1:
  File "game/BKscreens.rpy", line 5024, in execute
    if it == "more_button":
  File "game/BKscreens.rpy", line 5028, in execute
    $ ttip = it.description
  File "game/BKscreens.rpy", line 5028, in <module>
    $ ttip = it.description
AttributeError: 'bool' object has no attribute 'description'

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

Full traceback:
  File "game/BKmain.rpy", line 1723, in script
    $ r = ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKmain.rpy", line 1723, in <module>
    $ r = ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/BKscreens.rpy", line 4915, in execute
    screen item_tab(left, right, context):
  File "game/BKscreens.rpy", line 4915, in execute
    screen item_tab(left, right, context):
  File "game/BKscreens.rpy", line 4955, in execute
    if left != None:
  File "game/BKscreens.rpy", line 4962, in execute
    vbox:
  File "game/BKscreens.rpy", line 4967, in execute
    hbox xfill False yfill False spacing 6:
  File "game/BKscreens.rpy", line 4969, in execute
    frame:
  File "game/BKscreens.rpy", line 4998, in execute
    viewport:
  File "game/BKscreens.rpy", line 5005, in execute
    vbox:
  File "game/BKscreens.rpy", line 5023, in execute
    for it in it_list1:
  File "game/BKscreens.rpy", line 5024, in execute
    if it == "more_button":
  File "game/BKscreens.rpy", line 5028, in execute
    $ ttip = it.description
  File "game/BKscreens.rpy", line 5028, in <module>
    $ ttip = it.description
AttributeError: 'bool' object has no attribute 'description'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Sun Jul  2 17:24:19 2023
I don't know what's going on because I was able to go into the shop and buy items before.

GoldoTopic starter

Quote from: Lub3c on Jul 02, 2023, 03:28 PMHi,
I've been playing for a while now and when I want to see items in the shop I get this error:
Quote...
I don't know what's going on because I was able to go into the shop and buy items before.

Not sure what is causing that in the first place, could you send me a saved game if it continues?

In the meantime, you can try the following:
- go to your girls' item tab and see if you are able to interact with that normally. If so, try to go back to the shop and see if it fixes anything.
- Open the console (Shift+o) and type
MC.itemsIt should be a list of item objects, but if you see something like 'False' or 'True' amidst the items, that could be the culprit.
- If there are indeed True/False entries in your items, run the following line exactly as shown to get rid of them:
MC.items = [it for it in MC.items if not isinstance(it, bool)]- Check the same for the shop, replacing 'MC' above with 'shop':
shop.itemsshop.items = [it for it in shop.items if not isinstance(it, bool)]
Maker of BK. Looking for the latest patch for BK 0.2? The link doesn't change, so bookmark it!

YPJ

hey! im not sure is it a bug or not, but i got this strange mood "bug"(?) sometimes
https://imgur.com/a/qtbAHLN
1 image my girl have -0.5 mood but i got this Blue Drop badge and im sure its +0,5...
https://imgur.com/a/wto4hao
2 image itls looks ok but i got Blue Drop badge and Skull badge in same time but mood is positive

neronero

#158
Quote from: YPJ on Aug 07, 2023, 11:17 AMhey! im not sure is it a bug or not, but i got this strange mood "bug"(?) sometimes
https://imgur.com/a/qtbAHLN
1 image my girl have -0.5 mood but i got this Blue Drop badge and im sure its +0,5...
https://imgur.com/a/wto4hao
2 image itls looks ok but i got Blue Drop badge and Skull badge in same time but mood is positive
Image #1: She may have the "masochist" personality. Masochists are unusual because they become uncomfortable when they're treated well and enjoy the thrill of living in fear.

Image #2: The droplet + skull badge means she hasn't made up her mind if she should trust you (= droplet icon, which you get with a "negative" fear value) or fear you (the skull icon). So in other words, that icon means her fear value is somewhere close to zero. The formulas that determine the mood change, description and icon all differ slightly so you may get different combinations of the exact mood change, text and icon.
My Girl Packs: [ link ] - Trait King mod: [ link ]

YPJ

Quote from: neronero on Aug 07, 2023, 01:13 PM
Quote from: YPJ on Aug 07, 2023, 11:17 AMhey! im not sure is it a bug or not, but i got this strange mood "bug"(?) sometimes
https://imgur.com/a/qtbAHLN
1 image my girl have -0.5 mood but i got this Blue Drop badge and im sure its +0,5...
https://imgur.com/a/wto4hao
2 image itls looks ok but i got Blue Drop badge and Skull badge in same time but mood is positive
Image #1: She may have the "masochist" personality. Masochists are unusual because they become uncomfortable when they're treated well and enjoy the thrill of living in fear.

Image #2: The droplet + skull badge means she hasn't made up her mind if she should trust you (= droplet icon, which you get with a "negative" fear value) or fear you (the skull icon). So in other words, that icon means her fear value is somewhere close to zero. The formulas that determine the mood change, description and icon all differ slightly so you may get different combinations of the exact mood change, text and icon.

#1 and also my interactions with the girl could not affect the mood. i noticed it twice. the first time i just decided that the girl was broken and sold her, and the second time it somehow passed by itself, unfortunately i did not notice how it happened

#2 ok got it. sad that it is impossible to see the mood scale in order to understand at what stage the girl's mood is now

sunti

Hello everyone, my game save file has crashed and I can't load the save. Whenever I try to load the save, the game crashes immediately. However, starting a new game or loading save files from a long time ago works fine. What should I do to resolve this issue?
my English is not good, these are translations :(



Pepitoxxxx

Sorry to bother for this i've got a tiny issue with event.rpy

Spoiler
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label _call_free_girl_talk_1 is defined twice, at File "game/girls/Apolonia Lapiedra/_events.rpy", line 181:
        call free_girl_talk(girl) from _call_free_girl_talk_1
and File "game/girls/Boa Hancock/_events.rpyc", line 108:
        call free_girl_talk(girl) from _call_free_girl_talk_1


Ren'Py Version: Ren'Py 7.4.11.2266
Wed Aug 16 15:31:39 2023

[close]
As stated above the game doesn't allow those similar call although they seems to be fallback safeties for events. How should i fix those ? Are those events somehow outdated for the current patch? I've searched a bit to find a fix for this the only thing i've found for now is to change" from _call_free_girl_talk_1" to "...talk_3" cause 2 was already use from another event file resulting in the same error.. I was just wondering if it only require from us to change this iteration without problem or is it just a little workaround that could lead to a bigger problem eventually thanks for answering....

neronero

Quote from: Pepitoxxxx on Aug 16, 2023, 02:53 PMSorry to bother for this i've got a tiny issue with event.rpy

Spoiler
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label _call_free_girl_talk_1 is defined twice, at File "game/girls/Apolonia Lapiedra/_events.rpy", line 181:
        call free_girl_talk(girl) from _call_free_girl_talk_1
and File "game/girls/Boa Hancock/_events.rpyc", line 108:
        call free_girl_talk(girl) from _call_free_girl_talk_1


Ren'Py Version: Ren'Py 7.4.11.2266
Wed Aug 16 15:31:39 2023

[close]
As stated above the game doesn't allow those similar call although they seems to be fallback safeties for events. How should i fix those ? Are those events somehow outdated for the current patch? I've searched a bit to find a fix for this the only thing i've found for now is to change" from _call_free_girl_talk_1" to "...talk_3" cause 2 was already use from another event file resulting in the same error.. I was just wondering if it only require from us to change this iteration without problem or is it just a little workaround that could lead to a bigger problem eventually thanks for answering....

I always assumed that the "from ..." part is there to help Goldo with debugging. I don't think it's strictly needed, so it's okay to keep the line simple:
        call free_girl_talk(girl)
If we look at Boa Hancock's events file, the "Note" in the comment there also mentions that you shouldn't use it:
    else: # Defaults to normal city dialog by using 'call free_girl_talk(girl)' if girl and MC have already met (Note: Do NOT use the 'from ...' clause)
        call free_girl_talk(girl) from _call_free_girl_talk_1

If you do still want to keep the "from ..." part for some reason, then increasing the number at the end might lead to a problem when Goldo or someone else tries to do the same later. It would need to be something unique that no one else is likely to use, even accidentally. Eg: from _call_free_girl_talk_apolonia_1
My Girl Packs: [ link ] - Trait King mod: [ link ]

wings

#163
Hi, I got below error while playing. Could you please help me out. Below exception while trying to collect 3 hint of 3 girls(Ninja?).

Exception 1:
-----------------------------------------------------------------------------------------------------------------------------------------
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 162, in script call
    $ selected_district = ui.interact()
  File "game/BKchapter3.rpy", line 370, in script call
    call c3_papa_cells() from _call_c3_papa_cells_1
  File "game/BKchapter3.rpy", line 1499, in script
    $ set_task("Bring a whore to Papa with at least {b}75 in Service, Beauty and Libido{/b}.", "special")
  File "game/BKchapter3.rpy", line 1499, in <module>
    $ set_task("Bring a whore to Papa with at least {b}75 in Service, Beauty and Libido{/b}.", "special")
NameError: name 'set_task' is not defined

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

Full traceback:
  File "game/BKmain.rpy", line 162, in script call
    $ selected_district = ui.interact()
  File "game/BKchapter3.rpy", line 370, in script call
    call c3_papa_cells() from _call_c3_papa_cells_1
  File "game/BKchapter3.rpy", line 1499, in script
    $ set_task("Bring a whore to Papa with at least {b}75 in Service, Beauty and Libido{/b}.", "special")
  File "C:\Users\vetri\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\vetri\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/BKchapter3.rpy", line 1499, in <module>
    $ set_task("Bring a whore to Papa with at least {b}75 in Service, Beauty and Libido{/b}.", "special")
NameError: name 'set_task' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230805
Thu Aug 17 14:08:42 2023

Exception 2:
---------------------------------------------------------------------------------------------------------------------------------------
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/BKmain.rpy", line 162, in script call
    $ selected_district = ui.interact()
  File "game/BKchapter3.rpy", line 221, in script call
    call c3_hint(npc, nin) from _call_c3_hint
  File "game/BKchapter3.rpy", line 386, in script
    show expression npc.char.image_tag
Exception: Not a displayable: None

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

Full traceback:
  File "game/BKmain.rpy", line 162, in script call
    $ selected_district = ui.interact()
  File "game/BKchapter3.rpy", line 221, in script call
    call c3_hint(npc, nin) from _call_c3_hint
  File "game/BKchapter3.rpy", line 386, in script
    show expression npc.char.image_tag
  File "C:\Users\vetri\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\ast.py", line 1428, in execute
    show_imspec(self.imspec, atl=getattr(self, "atl", None))
  File "C:\Users\vetri\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\ast.py", line 1385, in show_imspec
    expression = renpy.easy.displayable(expression)
  File "C:\Users\vetri\Downloads\Brothel_King-0.3t\Brothel_King-pc\renpy\easy.py", line 145, in displayable
    raise Exception("Not a displayable: %r" % (d,))
Exception: Not a displayable: None

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
Brothel King 0.3t v230805
Thu Aug 17 13:53:51 2023

Thanks in advance.

Pepitoxxxx

Quote from: neronero on Aug 16, 2023, 05:33 PM
Quote from: Pepitoxxxx on Aug 16, 2023, 02:53 PMSorry to bother for this i've got a tiny issue with event.rpy

Spoiler
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label _call_free_girl_talk_1 is defined twice, at File "game/girls/Apolonia Lapiedra/_events.rpy", line 181:
        call free_girl_talk(girl) from _call_free_girl_talk_1
and File "game/girls/Boa Hancock/_events.rpyc", line 108:
        call free_girl_talk(girl) from _call_free_girl_talk_1


Ren'Py Version: Ren'Py 7.4.11.2266
Wed Aug 16 15:31:39 2023

[close]
As stated above the game doesn't allow those similar call although they seems to be fallback safeties for events. How should i fix those ? Are those events somehow outdated for the current patch? I've searched a bit to find a fix for this the only thing i've found for now is to change" from _call_free_girl_talk_1" to "...talk_3" cause 2 was already use from another event file resulting in the same error.. I was just wondering if it only require from us to change this iteration without problem or is it just a little workaround that could lead to a bigger problem eventually thanks for answering....

I always assumed that the "from ..." part is there to help Goldo with debugging. I don't think it's strictly needed, so it's okay to keep the line simple:
        call free_girl_talk(girl)
If we look at Boa Hancock's events file, the "Note" in the comment there also mentions that you shouldn't use it:
    else: # Defaults to normal city dialog by using 'call free_girl_talk(girl)' if girl and MC have already met (Note: Do NOT use the 'from ...' clause)
        call free_girl_talk(girl) from _call_free_girl_talk_1

If you do still want to keep the "from ..." part for some reason, then increasing the number at the end might lead to a problem when Goldo or someone else tries to do the same later. It would need to be something unique that no one else is likely to use, even accidentally. Eg: from _call_free_girl_talk_apolonia_1

Ok I've removed the "from.." part of the line and it seems to work (no errors on launch ...) thx for the advice