perperp

New Member
May 23, 2025
9
8
3
Anyone else getting flooded with errors after the update?

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

While running game code:
  File "game/scripts/init.rpy", line 18, in script call
    call c21 from _call_c21
  File "game/scripts/c21/c21.rpy", line 9, in script call
    call c21s002_AaronCall from _call_c21s002_AaronCall
  File "game/tl/english/scripts/c21/c21.rpy", line 4680, in script
    aar "The leaked information carried your name as the future CEO of the company, representing the group of major shareholders."
Exception: Sayer 'aar' is not defined.

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

Full traceback:
  File "game/scripts/init.rpy", line 18, in script call
    call c21 from _call_c21
  File "game/scripts/c21/c21.rpy", line 9, in script call
    call c21s002_AaronCall from _call_c21s002_AaronCall
  File "game/tl/english/scripts/c21/c21.rpy", line 4680, in script
    aar "The leaked information carried your name as the future CEO of the company, representing the group of major shareholders."
  File "not relevant\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\ast.py", line 890, in execute
    who = eval_who(self.who, self.who_fast)
  File "not relevant\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\ast.py", line 783, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'aar' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
My Dorm v0.27.1-Season3-Chapter7
Tue Sep 23 03:19:18 2025
 
  • Thinking Face
Reactions: Trope95

txe320

Engaged Member
Dec 4, 2023
3,437
8,791
599
*Me playing until I see the ending*

*Sigh*

We need to use that gif again it seems;

the-hangover-fuck-you.gif

But in all honesty, it was a great update Trope, love the pace in this one, it's feel smooth and more calm than other day for the MC, even if his days are always full, I love that.

Also, that outfit and shorts on Erika!!!!!!!!!:love::love::love::love::love::love::love::love::love::love::love::love:
 
Sep 12, 2024
182
278
122
wasn't this grandmas house?
to be fair, due to thumbnails I also used to confuse those two at first. before I recognized that only one of those is a good game that is.

anyways, not everyday you get a chance to realize that your favourite visual novel waifu comes from a family that played role in robbing humanity of ~1 billion IQ points.
1758592457778.png
 
Jul 20, 2024
106
88
114
love the game, however its unforunate i get this when i try to make a save on season 3,

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 397, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Could not pickle <module 'webbrowser' from 'D:\\Stuff\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'D:\\Stuff\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>)

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\core.py", line 3582, 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 "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 372, in run
    new_rv = run(i, *args, **kwargs)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 397, in __call__
    renpy.save(fn, extra_info=save_name)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\loadsave.py", line 432, in save
    reraise(t, e, tb)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\loadsave.py", line 413, in save
    dump((roots, renpy.game.log), logf)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\compat\pickle.py", line 103, in dump
    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\python.py", line 1219, in module_pickle
    raise Exception("Could not pickle {!r}.".format(module))
Exception: Could not pickle <module 'webbrowser' from 'D:\\Stuff\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'D:\\Stuff\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>)
 

wookie ookie

Forum Fanatic
Aug 30, 2021
4,649
9,398
627
love the game, however its unforunate i get this when i try to make a save on season 3,

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 397, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Could not pickle <module 'webbrowser' from 'D:\\Stuff\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'D:\\Stuff\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>)

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\core.py", line 3582, 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 "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 372, in run
    new_rv = run(i, *args, **kwargs)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 397, in __call__
    renpy.save(fn, extra_info=save_name)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\loadsave.py", line 432, in save
    reraise(t, e, tb)
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\loadsave.py", line 413, in save
    dump((roots, renpy.game.log), logf)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\compat\pickle.py", line 103, in dump
    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
  File "D:\Stuff\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\python.py", line 1219, in module_pickle
    raise Exception("Could not pickle {!r}.".format(module))
Exception: Could not pickle <module 'webbrowser' from 'D:\\Stuff\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'D:\\Stuff\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>)
Haven't had any problems saving or loading does this happen no matter what spot your trying to save at in chapter 3
 
Last edited:
  • Like
Reactions: Trope95
4.00 star(s) 146 Votes