Draevis

Member
Nov 30, 2019
257
146
Just trying out the v14 update. Just saw an interaction between Luna and Elenor in Elenor's office at school commenting on how happy they are being in the MC's harem. But, at one point Luna says it's all thanks to Alex. Not sure if that's the default name for the MC or a name for an NPC that led Luna into the MC's path, but it stood out.
 
Nov 1, 2018
459
458
I have an error at save load :
Any idea how to correct it ?

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

While running game code:
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
ModuleNotFoundError: No module named 'renpy.display.scenelists'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/python.py", line 1052, 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 "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1070, in event
    return handle_click(self.clicked)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1005, in handle_click
    rv = run(action)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/loadsave.py", line 768, in load
    roots, log = loads(location.load(filename))
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 100, in loads
    return load(io.BytesIO(s))
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 97, in load
    return up.load()
  File "/Users/smg/Desktop/Shattered_Minds.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 93, in find_class
    return super().find_class(module, name)
ModuleNotFoundError: No module named 'renpy.display.scenelists'

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.2.22081402
Shattered Minds V0.14
Thu Sep 26 23:15:48 2024
 

hshrink

Newbie
Feb 8, 2023
63
69
This game is really fkn awesome, but holy fuck did the mom story line feel super lackluster, especially when compared to the sister's.
I agree, I find that Sofia's questline is missing something when comparing it to Chloe's or even Sarah's. For me that something was a solo scene that could've taken place after the massage and before the three way in the living room.
 

youraccount69

Well-Known Member
Donor
Dec 30, 2020
1,905
694
ShatteredMinds-0.14
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.​
 
3.80 star(s) 105 Votes