xapican

Message Maven
May 11, 2020
12,738
20,444
998
My bestie got us into trouble during one of the breaks from the college admission test. He found a jukebox nearby and played Rebel Yell. Watching the wrinkly old Karens descend around that poor jukebox was hilarious.
My German Stepdad loved that song, although he did not understand the lyrics :ROFLMAO: :ROFLMAO: and Billy boy got heavyly pushed in the German radio charts :ROFLMAO::ROFLMAO:
 

wookie ookie

Forum Fanatic
Aug 30, 2021
4,649
9,400
627
I was able to save one minute ago. I can't understand it.
View attachment 5279218
Tomorrow I will test it on another computer different from my development one. As you can see, it's almost 1:00 here.
Hey Trope not sure if it was said. I just tried my saves from chapter 3 and they all worked. So I started new game from chapter 3 by answering the questions only and got the same error when I tried to save and doesn't matter when you save looks like it only has to do with when answering the questions and new game
 
Last edited:

TonyMurray

Conversation Conqueror
Apr 8, 2024
6,415
11,961
774
You can think it, but it's kinda in the forum rules and everybody would say it.

Even the mods will probably ask you not so nicely or would have deleted your posts so, that's why I said what you have to do.

After that, you can decide to use the spoiler function and continue to talk about the update without deleting it, or not, that's your choice but you know what would happen if you spoil something.

It's up to you honestly.

View attachment 5279228
(And by spoiling, it means; anything that happen in the update, to the details.)
Mods delete spoilers now? I've never seen that before (must always be coming to a thread after the mods have already cleaned it up...).
 
  • Like
Reactions: Trope95

johnny0183

Member
Dec 20, 2024
240
816
161
Mods delete spoilers now? I've never seen that before (must always be coming to a thread after the mods have already cleaned it up...).
Depends a bit on how actively people in the thread report the posts. Don't expect mods to actively scrounge threads to purge spoilers, that would be an impossible task - can you imagine how many games they have to play each AND mod on top of that?
 
  • Like
Reactions: Trope95

Trope95

Forum Fanatic
Game Developer
Apr 11, 2022
4,022
25,009
657
so the new updated "fixed" version thats supposed to let us save after starting chapter 3 via questionaire, doesnt: gives a new error now on save attempt after turbo doing the questionaire by brute force.

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

While running game code:
  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:\\porngames\\MyDorm-v0.27.2-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'D:\\porngames\\MyDorm-v0.27.2-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>)

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\porngames\MyDorm-v0.27.2-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:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\porngames\MyDorm-v0.27.2-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:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\display\behavior.py", line 372, in run
    new_rv = run(i, *args, **kwargs)
  File "D:\porngames\MyDorm-v0.27.2-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:\porngames\MyDorm-v0.27.2-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:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\loadsave.py", line 413, in save
    dump((roots, renpy.game.log), logf)
  File "D:\porngames\MyDorm-v0.27.2-Season3-Chapter7-pc\renpy\compat\pickle.py", line 103, in dump
    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
  File "D:\porngames\MyDorm-v0.27.2-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:\\porngames\\MyDorm-v0.27.2-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>. (perhaps store.webbrowser = <module 'webbrowser' from 'D:\\porngames\\MyDorm-v0.27.2-Season3-Chapter7-pc\\lib\\python3.9\\webbrowser.pyc'>)

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
My Dorm v0.27.2-Season3-Chapter7
Tue Sep 23 17:46:03 2025
I found it. Being in a hurry when compiling isn't a good thing. I changed it on my development computer, but it didn't copy to the compiling computer.
I made this hotfix to workaround the issue while I do a new compilation.
Unzip it in your game folder so it overwrites the two files involved, please.

Sorry for the inconvenience.
 

Trope95

Forum Fanatic
Game Developer
Apr 11, 2022
4,022
25,009
657
Hey Trope not sure if it was said. I just tried my saves from chapter 3 and they all worked. So I started new game from chapter 3 by answering the questions only and got the same error when I tried to save and doesn't matter when you save looks like it only has to do with when answering the questions and new game
Thanks, Wookie. Yes, thanks to Riam, I found it. It has to do with environment variables that only initialize during the questionnaire answering. With an older save, they are already initialized, and it doesn't provoke the issue.

I just didn't know if you were naming it after

View attachment 5279557 (anaranjado)

or

View attachment 5279559 (naranja)

;)
To mess it even more, the color can also be called "naranja" (in most of Spain it's called like that and "anaranjado" isn't used)

Had a chance to play a little of the update tonight, and I just had to comment on this here:

You don't have permission to view the spoiler content. Log in or register now.
Thanks, Jaga!
Maddie needed a big scene like that after the merge of her paths, both for her character development and for the story.
Having the MC proposing the first two girls "outside the core family" was a nice move (IMHO). Kiara's case was a surprise proposal (even for me). But Maddie kept playing the perfect housewife all evening, so she "deserved" it.
Who will be the third? Third time's the charm.
I laughed a lot while writing Maddie's scene. Looking for sitcom titles that would fit in the dialogue was fun. But, as you say, it's also a heartfelt scene. Seeing her reaction to the post-it, once everything was written and rendered, was even better than thinking about it.


Well, playing the update a bit later than I wanted to but got to catch up on other things as well. But I didn't expect while wearing headphones......

Some juicy farting. And that Maddie would have the more impressive fart.
Revenge farts could be awesome. At least the MC didn't stop to smell the rainbows.
 

Trope95

Forum Fanatic
Game Developer
Apr 11, 2022
4,022
25,009
657
This time looks like the compilation is correct. Tested it on three different computers

WINDOWS/LINUX - -
MAC - -
ANDROID - -
ANDROID (pre-patched) - -

WINDOWS/LINUX Compressed - -
MAC Compressed - -

Bob69 sorry to bother you once again. Can you update the OP, please
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,197
313,506
998
This time looks like the compilation is correct. Tested it on three different computers

WINDOWS/LINUX - -
MAC - -
ANDROID - -
ANDROID (pre-patched) - -

WINDOWS/LINUX Compressed - -
MAC Compressed - -

Bob69 sorry to bother you once again. Can you update the OP, please
Gonna take a bit. At work currently.

My Dorm [v0.27.3 S3 Ch.7] [Tropecita Games] - Update only

If you missed it you can find the old Update only patch HERE.

Universal: v0.27.X S3 Ch.7 -> v0.27.3 S3 Ch.7 [1,68 MB]
Attached

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

Neorandomperv

New Member
May 19, 2018
14
9
140
I found it. Being in a hurry when compiling isn't a good thing. I changed it on my development computer, but it didn't copy to the compiling computer.
I made this hotfix to workaround the issue while I do a new compilation.
Unzip it in your game folder so it overwrites the two files involved, please.

Sorry for the inconvenience.
thanks, ild broke down and started a replay on chapter 2, but it was gonna take forever to finish it
 
  • Heart
Reactions: Trope95

johnpouljones

Well-Known Member
Oct 17, 2023
1,320
2,207
396
The beginning of this update caused me an appetite for pierogi.
I love pierogi. With all types of stuffing. I managed to eat twelve. So congratulations to Amanda. :ROFLMAO:
I am glad that someone appreciated them.
By the way, they no need to add a "s" tip of the plural at the end. The word "pierogi" is already in the plural.
One - pierog. Two and more - pierogi. ;)
 

Trope95

Forum Fanatic
Game Developer
Apr 11, 2022
4,022
25,009
657
The beginning of this update caused me an appetite for pierogi.
I love pierogi. With all types of stuffing. I managed to eat twelve. So congratulations to Amanda. :ROFLMAO:
I am glad that someone appreciated them.
By the way, they no need to add a "s" tip of the plural at the end. The word "pierogi" is already in the plural.
One - pierog. Two and more - pierogi. ;)
I love them. I think I gained a couple of kilos when I was in Krakow (my first time tasting them and I have them for dinner three days in a row, since there was a great restaurant serving them near our hotel).
Note that they are American, with no Slavic ancestry, and I would bet it's the first time Amanda tasted pierogi, so making the "pierogis" mistake is acceptable. It's like in Spain, where we call spaghetti "espaguetis" and one spaghetto is "un espagueti".
 
4.00 star(s) 146 Votes