3.50 star(s) 96 Votes

soo54

Member
Jun 29, 2023
112
72
161
I have this version and i add mod and still not work

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 3101, 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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, 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 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, 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 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, 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 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, 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.19041
Ren'Py 7.4.4.1439
Season-1-Extra
Mon Dec 23 18:41:25 2024
The question is: Before the mod worked?

[Edit] Mod might not be appropriate.
 

Marekx89

Newbie
Jul 15, 2021
17
0
59
yes, before mod work. And in steam version is czech lang, but here is not. In folder is czech, how activate it ?
 

soo54

Member
Jun 29, 2023
112
72
161
yes, before mod work. And in steam version is czech lang, but here is not. In folder is czech, how activate it ?
:)That might be a bit much complicate.
If it works for you with steam version and no error that might be that the mod is made for steam version but somehow (or for real) the steam version does not have the extra content. Usually a mod is oriented on a version, just few works for more.
I would suggest to play in czech with the steam version until the extra options, save, and then load into the OP english version to see the extra content, then save and get back again. If this works, please let us know.

[Edit] Have a look at language_dict.json. If there is czech there, there is hope. :)
 
Last edited:

Marekx89

Newbie
Jul 15, 2021
17
0
59
yes, steam not have extra content. I download season1 game and mod here, from this sites. But crack is not here
 

soo54

Member
Jun 29, 2023
112
72
161
The existance of the folder named by the language doesn't matter much, because there is no specific code for the translation in the few lines of the common.rpy.
The translation is, as I said before, into the language_dict.json. If you open this file with a text viewer, you can see if the translation is made in your language; but I think it's not, therefore you can't 'force' the translation.

Even so, if you have no knowledges about programming or operating systems, you cannot do this just by copy some files, it might be necessary to make some research and edit some files. It might not be a mistake (or forgotten) about missing language in the menu, but a resource not developed into the game. If it was my language I might myself check this, but it has to be done by a native speaker, usually the people who do the translation are those who cares about the implementation.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
9,306
4,292
436
MILFsOfSunville-S2v8.01
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.​
 

soo54

Member
Jun 29, 2023
112
72
161

saaad

New Member
Jul 21, 2019
13
1
54
hi guys does anyone know how to fix this please

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_Functions/scene_controller.rpy", line 83, in script
with Dissolve(0.1)
File "game/00_Functions/screens.rpy", line 286, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 286, in execute
screen screen_sprites(data):
File "game/00_Functions/screens.rpy", line 291, in execute
fixed:
File "game/00_Functions/screens.rpy", line 319, in execute
if data != False and game_version1_screen_ready_to_render == True and episode == 2 and after_load_ready_to_render == True:
File "game/00_Functions/screens.rpy", line 323, in execute
for i in data:
File "game/00_Functions/screens.rpy", line 324, in execute
if data.has_key("func") and data["func"] != False:
File "game/00_Functions/screens.rpy", line 325, in execute
$ globals()[data["func"]](data)
File "game/00_Functions/screens.rpy", line 325, in <module>
$ globals()[data["func"]](data)
KeyError: u'active_day_rose'


guys can someone help me with this please

it happens when i try to meet rose near by the college
 
Last edited:
3.50 star(s) 96 Votes