Collection Mod Cheat Mod Ren'Py The Patriarch multi mod/mod apk [v0.7a] [Thunder Mod]

Feb 18, 2022
99
1,083
I've seen it and i already play through all that part of the game. I'd say is later in the game when the error happens (I did advance with Abigail questline, etc... like my save shows). I don't know what else to say. I even tried an old save i had (from 2 updates before) and continue from that point with the mod on. I get the same error at the same exact point.

Edit: Im playing on pc, not on android, btw, but it seems from Lobo29 that the error happens in both platforms.
Ok! Now I got it what's happening. I will look through the error tonight.(^///^)
 

Munkieshines

Newbie
Nov 12, 2018
93
109
Thunder And Electro looks like you may already be aware but, fresh install of the game and first use of your mod with v4 of the game and i reach this after Mother informs me i will no longer need to chop wood or collect water, but supervise tasks of Sisters, which crashes the game back to the Home screen:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts-core/locations/bedroom.rpy", line 9, in script
    call screen location_bedroom
  File "renpy/common/000statements.rpy", line 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
    screen screen_stats:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
    screen screen_stats:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 32, in execute
    frame:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 35, in execute
    has vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 58, in execute
    vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 60, in execute
    if h.canReportTask():
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 67, in execute
    vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 70, in execute
    if h.task is not None:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 71, in execute
    for k,v in h.task.items():
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 72, in execute
    button:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 74, in execute
    has hbox
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in execute
    text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in keywords
    text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in keywords
    if h.isCompleted(k):
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in <module>
    if h.isCompleted(k):
  File "game/scripts-core/handlers/house.rpy", line 346, in isCompleted
    if self.stock[what] >= self.stock[what + "_max"]:
KeyError: u'v2'

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

Full traceback:
  File "game/scripts-core/locations/bedroom.rpy", line 9, in script
    call screen location_bedroom
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, 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 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 2983, 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 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
    screen screen_stats:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
    screen screen_stats:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 32, in execute
    frame:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 35, in execute
    has vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 58, in execute
    vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 60, in execute
    if h.canReportTask():
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 67, in execute
    vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 70, in execute
    if h.task is not None:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 71, in execute
    for k,v in h.task.items():
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 72, in execute
    button:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 74, in execute
    has hbox
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in execute
    text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in keywords
    text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in keywords
    if h.isCompleted(k):
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in <module>
    if h.isCompleted(k):
  File "game/scripts-core/handlers/house.rpy", line 346, in isCompleted
    if self.stock[what] >= self.stock[what + "_max"]:
KeyError: u'v2'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
The Patriarch 0.4-c
Wed Mar 16 13:06:25 2022
 
  • Like
Reactions: Storpik

LOBO29

New Member
Jul 23, 2019
10
3
I've seen it and i already play through all that part of the game. I'd say is later in the game when the error happens (I did advance with Abigail questline, etc... like my save shows). I don't know what else to say. I even tried an old save i had (from 2 updates before) and continue from that point with the mod on. I get the same error at the same exact point.

Edit: Im playing on pc, not on android, btw, but it seems from Lobo29 that the error happens in both platforms.
I'm on PC as well. Dont know if this is happening on Android
 

Tyrranus

Well-Known Member
May 4, 2017
1,027
1,052
Thunder And Electro looks like you may already be aware but, fresh install of the game and first use of your mod with v4 of the game and i reach this after Mother informs me i will no longer need to chop wood or collect water, but supervise tasks of Sisters, which crashes the game back to the Home screen:
v4c of the game same problem and same spot
for giggles I clean installed the game, got past that point and reinstalled the mod and it appears to be working again

edit:
nope spoke too soon, still crashes hard as 'mother' leaves your room in the morning
 
Last edited:
May 25, 2017
190
42
Crashes on new install fresh start pc

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 190, in script
    python:
  File "renpy/common/00start.rpy", line 191, in <module>
    renpy.execute_default_statement(True)
  File "game/Thunder Mod/thunder_defines.rpy", line 10, in set_default
    default thunder_enhanced = True
Exception: store.thunder_enhanced is being given a default a second time.

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

Full traceback:
  File "renpy/common/00start.rpy", line 190, in script
    python:
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00start.rpy", line 191, in <module>
    renpy.execute_default_statement(True)
  File "renpy/exports.py", line 3590, in execute_default_statement
    i.set_default(start)
  File "game/Thunder Mod/thunder_defines.rpy", line 10, in set_default
    default thunder_enhanced = True
Exception: store.thunder_enhanced is being given a default a second time.

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
The Patriarch 0.4-c
Wed Mar 16 22:27:34 2022
 

malta123

New Member
Jan 8, 2021
1
1
Attached a fixed version of house.rpy, you want to change isCompelted to be something like this.

Code:
        def isCompleted(self, what):
            if self.task is not None and what in self.task:
                if what == "lust":
                    return self.task[what]["todo"] - self.task[what]["done"] == 0
                else:
                    if what in self.stock.keys():
                        if self.stock[what] >= self.stock[what + "_max"]:
                            self.task[what]["done"] = self.task[what]["todo"]
                            return True
                        elif (self.task[what]["todo"] - self.task[what]["done"] == 0):
                            return True
                    else:
                        return False
            return False
 
  • Like
Reactions: BOBJevent

Balthasar-Gelt

Active Member
Aug 5, 2021
628
468
I have a problem like others:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts-core/locations/hall.rpy", line 6, in script
    call screen location_hall
  File "renpy/common/000statements.rpy", line 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
    screen screen_stats:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
    screen screen_stats:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 32, in execute
    frame:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 35, in execute
    has vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 58, in execute
    vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 60, in execute
    if h.canReportTask():
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 67, in execute
    vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 70, in execute
    if h.task is not None:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 71, in execute
    for k,v in h.task.items():
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 72, in execute
    button:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 74, in execute
    has hbox
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in execute
    text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in keywords
    text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in keywords
    if h.isCompleted(k):
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in <module>
    if h.isCompleted(k):
  File "game/scripts-core/handlers/house.rpy", line 346, in isCompleted
    if self.stock[what] >= self.stock[what + "_max"]:
KeyError: u'a1'

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

Full traceback:
  File "game/scripts-core/locations/hall.rpy", line 6, in script
    call screen location_hall
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, 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 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 2983, 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 3101, 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 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
    screen screen_stats:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 2, in execute
    screen screen_stats:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 32, in execute
    frame:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 35, in execute
    has vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 58, in execute
    vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 60, in execute
    if h.canReportTask():
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 67, in execute
    vbox:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 70, in execute
    if h.task is not None:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 71, in execute
    for k,v in h.task.items():
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 72, in execute
    button:
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 74, in execute
    has hbox
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in execute
    text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 76, in keywords
    text v["quest_line"] + " ("+str(v["done"])+"/"+str(v["todo"])+")":
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in keywords
    if h.isCompleted(k):
  File "game/Thunder Mod/Thunder_mod_menu/thunder_cheat_tab.rpy", line 77, in <module>
    if h.isCompleted(k):
  File "game/scripts-core/handlers/house.rpy", line 346, in isCompleted
    if self.stock[what] >= self.stock[what + "_max"]:
KeyError: u'a1'

Windows-10-10.0.18362
Ren'Py 7.4.4.1439
The Patriarch 0.4-c
Thu Mar 17 12:26:43 2022
 

Tearil

Active Member
Mar 12, 2019
537
311
Ok, i imagine Thunder And Electro was busy enough fixing the issue, but he added a new version of the mod in the OP. I delete the old one and installed the new one and i can continue from my previous save (right before it crashed, in the morning with "mother" leaving the room). I'll further test it in a bit, but looks good for now, at least.
 
Feb 18, 2022
99
1,083

Setaber

New Member
Apr 22, 2018
3
4
This is my Error.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/scripts-core/events/e001/_anims.rpy', 1630914801, 1) is defined twice, at scripts-core/events/e001-039/e001/_anims.rpyc:3 and game/scripts-core/events/e001/_anims.rpy:3.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 469, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/scripts-core/events/e001/_anims.rpy', 1630914801, 1) is defined twice, at scripts-core/events/e001-039/e001/_anims.rpyc:3 and game/scripts-core/events/e001/_anims.rpy:3.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
The Patriarch 0.5-D
Sat Apr 16 18:59:15 2022
 

blockstone

Newbie
Jul 1, 2018
46
36
This is my Error.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/scripts-core/events/e001/_anims.rpy', 1630914801, 1) is defined twice, at scripts-core/events/e001-039/e001/_anims.rpyc:3 and game/scripts-core/events/e001/_anims.rpy:3.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 469, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/scripts-core/events/e001/_anims.rpy', 1630914801, 1) is defined twice, at scripts-core/events/e001-039/e001/_anims.rpyc:3 and game/scripts-core/events/e001/_anims.rpy:3.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
The Patriarch 0.5-D
Sat Apr 16 18:59:15 2022
most likely b/c you used the .4 wtmod on .5 version of the game