HornyyPussy

Board Buff
Apr 26, 2020
18,911
44,809
998
OK I really really hate to agree with HP here but View attachment 5276351 is wrong with you teasing us with that ending Trope. That shit was some next level bullying.
Oh please, deep down you know you agree with me at least 99% of the time....

I don't recall any midget ladies... :p
umm-oh.gif
MARTHA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

View attachment 5276532
You rang?

You'd think Trope hadn't pulled this a couple times already ...
There is soooooo long between updates, who the fuck remembers what happened in the update before...
 

justintime16

Member
Nov 14, 2017
328
145
268
error when trying to save


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 'C:\\Users\\Tom\\Downloads\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'C:\\Users\\Tom\\Downloads\\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 372, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\loadsave.py", line 413, in save
    dump((roots, renpy.game.log), logf)
  File "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 'C:\\Users\\Tom\\Downloads\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'C:\\Users\\Tom\\Downloads\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>)

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
My Dorm v0.27.1-Season3-Chapter7
Tue Sep 23 13:52:22 2025
 

Trope95

Forum Fanatic
Game Developer
Apr 11, 2022
4,023
25,027
657
error when trying to save


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 'C:\\Users\\Tom\\Downloads\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'C:\\Users\\Tom\\Downloads\\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\display\behavior.py", line 372, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\MyDorm-v0.27.1-Season3-Chapter7-pc\renpy\loadsave.py", line 413, in save
    dump((roots, renpy.game.log), logf)
  File "C:\Users\Tom\Downloads\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 "C:\Users\Tom\Downloads\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 'C:\\Users\\Tom\\Downloads\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'C:\\Users\\Tom\\Downloads\\MyDorm-v0.27.1-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>)

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
My Dorm v0.27.1-Season3-Chapter7
Tue Sep 23 13:52:22 2025
We are looking into it. It only happens when starting a new game through the questionnaire.
A workaround would be playing the previous seasons and loading a Season 2 save.
 
  • Like
Reactions: justintime16

Nezron

Active Member
Apr 13, 2023
588
1,082
276
Bad day for My Dorm. Bad day for devs when Patreon uses f95 links as proof of incest
View attachment 3814970
so Patreon can get all bent out of shape for animated (not real) incest. But yet we in the U.S. have someone in our government that married her brother... wow.. what a crazy world we live in. And don't say her name... let's not make this a political thing.
 

sakuyas_mmaster

Well-Known Member
Feb 12, 2018
1,325
1,665
319
Wait, while painting the basement someone said tomorrow is August 4th. That means nobody celebrated Kiara's birthday! :eek:

Or is there still time to have fun with the beautiful librarian before the day ends? That would mean MC needs to buy a present, because none of the 3 packages he found at the end of this episode can be gifted to the red head. Indeed a stressful cliffhanger, as someone mentioned earlier in the thread.
 

Trope95

Forum Fanatic
Game Developer
Apr 11, 2022
4,023
25,027
657
There are many missing name definition at least. this should be corrected in this version as i cannot see many.
Started a New Game and answered the questionnaire or loaded a previous save?
If it is while starting a new game, I just found out what the error was. I'm recompiling the game right now.
 
  • Like
Reactions: perperp

Trope95

Forum Fanatic
Game Developer
Apr 11, 2022
4,023
25,027
657
Thanks for the update Trope, I enjoyed it very much.

You don't have permission to view the spoiler content. Log in or register now.

One final thing; it seems you left a little typo in with the capital of Aruba since that is Oranjestad, not Oranjestaad.
Thanks, Johnny!
Google is a bitch. Oranjestaad is how it shows in Google Maps in Spain's Spanish, and there are some results for it in the web search. :mad:
You don't have permission to view the spoiler content. Log in or register now.
 
4.00 star(s) 146 Votes