2.90 star(s) 49 Votes

alukcoR

Newbie
Feb 23, 2017
33
39
It seems like every time i'm about to make a choice in this game, I get an error message. I hit ignore and it feels like the choice was made. Maybe i'm just making assumptions though. When I'm getting scolded by Alan's partner, it seems like you are about to make a decision on how to react to her, and for me at least the above result occurs. I just don't know if I'm missing something there or not.
 

Rodnarr

Newbie
Jun 28, 2017
98
84
It seems like every time i'm about to make a choice in this game, I get an error message. I hit ignore and it feels like the choice was made. Maybe i'm just making assumptions though. When I'm getting scolded by Alan's partner, it seems like you are about to make a decision on how to react to her, and for me at least the above result occurs. I just don't know if I'm missing something there or not.
Probably something wrong with your game, try an earlier save. i had no errors,
 

RoxBud19

Newbie
Apr 15, 2019
18
35
It seems like every time i'm about to make a choice in this game, I get an error message. I hit ignore and it feels like the choice was made. Maybe i'm just making assumptions though. When I'm getting scolded by Alan's partner, it seems like you are about to make a decision on how to react to her, and for me at least the above result occurs. I just don't know if I'm missing something there or not.
Use the normal walk through mod and not the optional features one. The same thing happened to me.
 
  • Like
Reactions: alukcoR

Envoye

Member
Jul 12, 2021
316
303
I am playing this game with the optional Walkthrough of Joker Leader in the latest version. Even with some errors, I could play until the bar scene. Here I stuck, because I don't know how to end here and continue in the story. There is no hint at all.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scriptpart2.rpy", line 1137, in script
    menu:
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
NameError: Name 'mKATH' is not defined.

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

Full traceback:
  File "game/scriptpart2.rpy", line 1137, in script
    menu:
  File "C:\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\ast.py", line 1621, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\exports.py", line 1110, in menu
    rv = re\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\exports.py", line 1365, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\display\core.py", line 2166, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\ui.py", line 990, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "C:\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\text\text.py", line 1738, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\text\text.py", line 1868, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\substitutions.py", line 371, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "C:\\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
  File "C:\MEGA-Downloads\Mybrotherswife-0.11.0-pc\Mybrotherswife-0.11.0-pc\renpy\substitutions.py", line 313, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'mKATH' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
My brother's wife 0.11.0
Sun Nov  3 11:33:22 2024
 

Goldhammer

Newbie
May 9, 2017
78
17
btw everytime i load or start a game i get this error, but the game is working.

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

While running game code:
  File "game/scriptpart2.rpy", line 1411, in script call
    "You follow Mike's lead and head for a corner slightly apart in the bar, to settle down at a table."
  File "game/JokerMod/JokerTextbox.rpy", line 18, in script
    $ renpy.show(prev_scene)
  File "game/JokerMod/JokerTextbox.rpy", line 18, in <module>
    $ renpy.show(prev_scene)
NameError: name 'prev_scene' is not defined

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

Full traceback:
  File "game/scriptpart2.rpy", line 1411, in script call
    "You follow Mike's lead and head for a corner slightly apart in the bar, to settle down at a table."
  File "game/JokerMod/JokerTextbox.rpy", line 18, in script
    $ renpy.show(prev_scene)
  File "D:\MG Spil Nye\Mybrotherswife-0.11.0-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\MG Spil Nye\Mybrotherswife-0.11.0-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/JokerMod/JokerTextbox.rpy", line 18, in <module>
    $ renpy.show(prev_scene)
NameError: name 'prev_scene' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
My brother's wife 0.11.0
Tue Nov  5 12:40:43 2024
[/CODE]
 
2.90 star(s) 49 Votes