Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,834
13,468
thanks for fast reply!
I'm always fast!

5ccb1d67-8486-42bc-8513-baa3fe215794_text.gif

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

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

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3006, 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 3815, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1027, 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 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 969, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 904, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 766, 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-10-10.0.26100
Ren'Py 7.4.1.1270
Project Myriam Life and Explorations ch5.11+p
Fri Apr  4 20:26:17 2025
Joke aside, I'm sorry, but I don't understand clearly the error here from the log... :unsure:
Not tech savvy enough, but if it's coming from loading a save and not launching the game, it might come from a corrupted save, is it happening with all your saves?
 
  • Like
Reactions: doccop63 and Daveiy

Daveiy

Member
Mar 6, 2018
191
175
I'm always fast!

View attachment 4714422



Joke aside, I'm sorry, but I don't understand clearly the error here from the log... :unsure:
Not tech savvy enough, but if it's coming from loading a save and not launching the game, it might come from a corrupted save, is it happening with all your saves?
hahaha

yeah sadly yes. used it on my smartphone at first but now with the new update i changed to the handheld. will try it on the smartphone again.
thanks anyway!
 

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,834
13,468
hahaha

yeah sadly yes. used it on my smartphone at first but now with the new update i changed to the handheld. will try it on the smartphone again.
thanks anyway!
Oh! It's on smartphone... Then yeah, sorry, I definitely can't help, there is a whole other process done to go to Android, not made by me, it might create some compatibility problems.
I'm sorry.
 
  • Like
Reactions: Daveiy

Daveiy

Member
Mar 6, 2018
191
175
Oh! It's on smartphone... Then yeah, sorry, I definitely can't help, there is a whole other process done to go to Android, not made by me, it might create some compatibility problems.
I'm sorry.
nono i used it with joiplay.. so i used the exact same version..

but you know what? it works on my smartphone o_O just tested it right now.
exactly the same version.
 

Bibifoc

Engaged Member
Apr 7, 2018
2,465
5,599
Hollering to get mods updated a mere four hours after an update is posted?!?

Jesus... cool your jets. People have real lives you know. Don't expect modders to drop everything and rush to update mods which they do for free in their spare time in the middle of the damned night.
A little reminder isn't so bad, actually :whistle:
Not tonight anyway.
 

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,834
13,468
sorry but one last question
is the scene with marc and laying the next day alone on the poolchair the last scene before end? because the end screen shows 5.09 update instead of 5.11
Either your download is not the right one, or you have a mod going on that is not up to date that causes you to stop at two update back because the mod is from two updates back (it's due to the structure of some of them).
 
  • Like
Reactions: Daveiy

Daveiy

Member
Mar 6, 2018
191
175
Either your download is not the right one, or you have a mod going on that is not up to date that causes you to stop at two update back because the mod is from two updates back (it's due to the structure of some of them).
okay thanks. i guess its the ip patch that prevents it then. didnt thought that this could happen.
 
Jul 28, 2019
274
180
JokerLeader well that's weird, Still goes to the 5.10 page for me today.

Here's the post (captured by replying to it) with the BBcode toggled and put within the code tag to see the underlying html - note the link for Patreon as it appears:
' '
and that is indeed the 5.10 mod patreon post, and where i get sent.

Not sure how/why the site would be serving different URL's from the same link for different people, but I don't know what else to think.

Edit: to get the page shown in your last post I need the link:


Code:
[QUOTE="JokerLeader, post: 6616525, member: 1299298"]
[CENTER][ATTACH type="full" alt="Header-WT.png"]2517964[/ATTACH]
Project Myriam: Life and Explorations [Ch.5.11+P] Walkthrough Multi Mod
Check features to learn more about the Mod.
[/CENTER]
Features:
[SPOILER]
Option to turn On or Off to Name Your Saves. (Pic 2)
Increase or Decrease Text Size and Text Box Opacity.  (Pic 2)
The walkthrough will show hints in choices that give points. (Pic 1)
[/SPOILER]

Installation:
[SPOILER]
PC/MAC: Replace/Merge with the "game" folder.
[/SPOILER]
[CENTER]

Download: MIXDROP - PATREON - ANDROID by [USER=2136545]estrada777[/USER]

As always, if you like the game, please show your support for the Dev, Zorlun.
If you like my work, please consider supporting me on my Patreon or Buy me a coffee, check my YouTube Channel.[/CENTER]
[/QUOTE][QUOTE="JokerLeader, post: 6616525, member: 1299298"]
[CENTER][ATTACH type="full" alt="Header-WT.png"]2517964[/ATTACH]
[SIZE=6]Project Myriam: Life and Explorations [Ch.5.11+P] Walkthrough Multi Mod[/SIZE]
[SIZE=4]Check features to learn more about the Mod.[/SIZE]
[/CENTER]
[B]Features:[/B]
[SPOILER]
Option to turn On or Off to Name Your Saves. (Pic 2)
Increase or Decrease Text Size and Text Box Opacity.  (Pic 2)
The walkthrough will show hints in choices that give points. (Pic 1)
[/SPOILER]

[B]Installation:[/B]
[SPOILER]
[B]PC/MAC:[/B] Replace/Merge with the "game" folder.
[/SPOILER]
[CENTER]

[SIZE=5][B]Download:[/B] [URL='https://mxdrop.to/f/wlp17dv6hkvv8z']MIXDROP[/URL] - [URL='https://www.patreon.com/posts/44082477']PATREON[/URL] - [/SIZE][URL='https://thef95zone.info/threads/project-myriam-life-and-explorations-ch3-08a-p-zorlun.66806/post-6549415'][SIZE=5]ANDROID[/SIZE][/URL][SIZE=5] by [USER=2136545]estrada777[/USER]

As always, if you like the game, please show your support for the Dev, [URL='https://www.patreon.com/zorlun'][B]Zorlun[/B][/URL].
If you like my work, please consider supporting me on my [URL='https://www.patreon.com/JokerLeader']Patreon[/URL] or [URL='https://www.buymeacoffee.com/JokerLeader']Buy me a coffee[/URL], check my [URL='https://www.youtube.com/user/CODMW2TOP']YouTube Channel[/URL].[/SIZE][/CENTER]
[/QUOTE]
 
Last edited:
4.40 star(s) 213 Votes