RandomBounty

Newbie
Dec 11, 2021
34
67
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 33, in <module>
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
ImportError: No module named revertable

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

Full traceback:
  File "script.rpyc", line 33, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 33, in <module>
  File "renpy/exports.py", line 1563, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, 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 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable

Windows-7-6.1.7601-SP1
Ren'Py 7.4.11.2266
Afterlife Harem 0.3.9
Sat Aug 12 20:49:17 2023
Looks like it do not work... MHH
Did you drop this in the main game folder or Afterlife_Harem-0.3.9-win/game/ ?

2nd option is where the file goes.

I also deleted my game and extracted it fresh to see if it had any issues, I did not find any. It could just be an incompatible save that you might be trying to load. Were you starting fresh or using downloaded save?
 

Bse

Member
Aug 1, 2019
441
197
Did you drop this in the main game folder or Afterlife_Harem-0.3.9-win/game/ ?

2nd option is where the file goes.

I also deleted my game and extracted it fresh to see if it had any issues, I did not find any. It could just be an incompatible save that you might be trying to load. Were you starting fresh or using downloaded save?
Yes i have ... did not work. Maybe i did it worng. I stop playing it at this point. become try to start every time new... for a small update. Sorry and thx. See you
 
  • Like
Reactions: BanditoMarito

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,384
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 33, in <module>
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
ImportError: No module named revertable

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

Full traceback:
  File "script.rpyc", line 33, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 33, in <module>
  File "renpy/exports.py", line 1563, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, 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 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable

Windows-7-6.1.7601-SP1
Ren'Py 7.4.11.2266
Afterlife Harem 0.3.9
Sat Aug 12 20:49:17 2023
Looks like it do not work... MHH
I got the same error when loading my latest save. been trying to tweak it into something that would work. so far no good. but a bit earlier save (where proto took me to a ... place... full of doll-women to fuck) is able to import from older version (v0.2.9 save to v0.3.9 game)
will keep on trying to get my up to date save to transfer though by redoing it in the old version and copying to the new

makes me wonder what "return cPickle.loads(s)"
means
probably something that didn't exist in old enough saves. and was then created in newer ones, and then changed to have a different structure. breaking backwards compatibility
 
Last edited:

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,384
I can't believe that so many versions later and this game's saves page is still messed up.
saves.png
 
Jul 24, 2020
138
190
I feel conflicted about this one. On the one hand, I like the premise, the story and the h-scenes. On the other hand, the amount of h-scenes that involved someone's life being threatened, wether the MC or someone else, is a bit over the top so far and not something I enjoy.
I haven't played the game that much yet though, just the introduction and a bunch of quests, untill the point the MC was kidnapped by faye's friend. Maybe it gets better, but for now I'll take a break and come back later.
 
  • Like
Reactions: BanditoMarito

letronix

Active Member
Dec 23, 2017
611
350
So uh... on his patreon, looks like he overestimated the next update for the game, and very weirdly, looking at the dates on the patreon' posts, seems like Aph jumped from version 0.3.9 ALL the way to announcing/labelling the next update v1.0.0. I just don't even.
 

Rosen King

Engaged Member
May 29, 2019
2,149
1,630
So uh... on his patreon, looks like he overestimated the next update for the game, and very weirdly, looking at the dates on the patreon' posts, seems like Aph jumped from version 0.3.9 ALL the way to announcing/labelling the next update v1.0.0. I just don't even.
Once again, version numbers are *not* a percentage label. It's completely normal to go from 0.3 to 1.0. Whether that's when the game is complete, or just has a significant upgrade to its core mechanics, or whatever else the dev feels is worth changing the number on the left instead of the one on the right. Hell, it's typical for real, professionally-released games to go 2.9 -> 2.10 -> 2.11 -> 2.12 -> 3.0.
 
  • Haha
Reactions: Jccurtis

letronix

Active Member
Dec 23, 2017
611
350
Yes I get all of that, and it means nothing in terms of game completion or whatever. I was just saying that surprised me Aph decided to already jump to 1.0.0 but it's his game, he can do whatever he wants with it.
 

DiTo

Member
Aug 31, 2018
464
1,888
Any news?
Only this which was posted on January 29th on Patreon:

Upcoming update - Version 0.4.1



Good day!

I have a lot to tell you, my friends. About the dating app, version 1.0.0 and a surprise scene I have planned for next month.
I decided to delay version 4.1 to February (I really want to release this update on Feb 14, but I can't promise anything).
Now, my motivation for doing this was that this version went through many changes during its development.
I apologize for making this sudden change to the release date of this update. I believe taking the time to make something of good quality is worth it.

TL;DR: I decided to delay the release of 0.4.1 in order to polish the content that will come with it. The dating app unlocks scenes that follow the traditional design of a visual novel. Also, there is a new surprise scene!

Quick overview of the upcoming update:
  • New dating app! Including a tutorial on how t use it.
  • Two matches on the dating app. This includes: 7 Chat Conversations, Two Dates and One H-scene.
  • New story quest.
  • New affection scene featuring Noelle.
  • Big surprise scene!! (I will reveal more details as we get closer to the release date.)
  • ??????????????????????????????
Surprise Scene!!!
I'm sure this scene will make 90% of the AH community very happy. I will reveal more details as we get closer to the release date.
This scene has played a very important role in my decision to delay v0.4.1. But I assure you it will be worth it :D

New traditional scenes
The scenes unlocked through the dating app are completely different from the usual scenes we are accustomed to in AH.
When creating this new dating system, I decided to take a different approach to how the scenes work. I thought that using a design similar to traditional visual novels could be interesting.
During a date, the MC will NOT say a word, there will only be dialogue options for the player and these options will have a big impact on how the date proceeds. Be mindful of what you say or the girl might leave.
Dates will use sprites instead of renders. (There will still be a couple of renders here and there. There will also be animations for the h-scenes).
In summary, your choices, both as in the dating app and during a date, will dictate the future of your relationship with the girl.

Dating App
The dating app is basically a mini-game where you have to choose the right text to improve the girl's mood until she decides to ask the MC out.
When a girl invites MC on a date, a new side quest will appear and it will be up to the player whether to go now or wait.
However, the intimacy with the girl will not change until you go on the date.
Two matches will be included with the release of the Dating App
New Story quest
It's time for a change, most of the quests in the last updates were centered around Proto, this time it's Feya's turn.

Noelle's little house in the woods.
Noelle invites MC to her home.

About Version 1.0.0
I am still working on this update. I hope to finish the UI soon so I can release a test version for my subscribers to help me find bugs and fix them before the big release. And receive feedback, that's important.
That's not the only thing I'm working on, I'm also investigating a way to keep the information and data (money in the inventory, items, level of affection with the girls, progress in the story, etc.) of the players intact so that they don't lose their progress when updating to v1.0.0.
 

morphiospain

Member
Jan 8, 2019
269
262
I
View attachment 1108032

Overview:
After you die, someone mysterious appears in front of you,
proposing you a rather strange deal: "Would you like to become a guide to the afterlife?".
Living again and having a little more time sounds good but this deal comes with a condition:
"You will forget everything about your past life, no one will remember you, it will be as if you never existed".
You don't have permission to view the spoiler content. Log in or register now.
Formally known as MC Simulator​

Thread Updated: 2024-04-16
Release Date: 2024-03-05
Developer: Aph - - -
Censored: No
Version: 0.3.9 Public
OS: Windows, Android, Mac, Linux
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.
DOWNLOAD
Win
/Linux: - MEGA - - PIXELDRAIN -
Mac: - MEGA - - PIXELDRAIN -
Android: - MEGA - -
PIXELDRAIN -

Extras:


View attachment 1108034 View attachment 1108035 View attachment 1108036 View attachment 1108037 View attachment 1108038 View attachment 1108039 View attachment 1265509 View attachment 1265510 View attachment 1265511 View attachment 1265512 View attachment 1265513 View attachment 1265514 View attachment 1265515 View attachment 1265516 View attachment 1265517 View attachment 1265518 View attachment 1265519 View attachment 1265520 View attachment 1265521 View attachment 1265522 View attachment 1265523 View attachment 1265524 View attachment 1265525
is this not 4.1 not 3.9?
 
  • Like
Reactions: YadenYu

youraccount69

Well-Known Member
Donor
Dec 30, 2020
1,145
381
AfterlifeHarem-0.4.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Want to join the team? Read more here!
 
3.60 star(s) 13 Votes