TonyMurray

Conversation Conqueror
Apr 8, 2024
6,754
13,128
774
Hey. I dont know why but I got at each launching the message "connection failed" and something in link with IP, cant remember the exact message. I got that message after a long charging time when loading my save
Maybe the Lovense connection ("Lovense sex toys redefine long-distance love and solo pleasure, bringing couples closer and offering intense experiences for individuals" - according to their website tagline)? I've never heard of anyone actually using the Lovense toy with these games, so either they are really quiet about it, or no one uses them on the small handful of games I play that have it added.
 

grey_shadow

Member
May 21, 2022
318
384
131
Maybe the Lovense connection ("Lovense sex toys redefine long-distance love and solo pleasure, bringing couples closer and offering intense experiences for individuals" - according to their website tagline)? I've never heard of anyone actually using the Lovense toy with these games, so either they are really quiet about it, or no one uses them on the small handful of games I play that have it added.
It's a bit fiddly getting it to work, and then I've yet to find a game where they've put in the work to come up with something that works for the specific toy I use and matches well with the action on-screen rather than a relatively generic "make something buzz during sexy scenes".

I mean, it's okay, but it's not exactly revolutionising my experience of the game compared to going manual...
 

Chillout1984

Conversation Conqueror
Nov 15, 2020
6,041
4,470
333
I finished 0.22 today on Steam and I must say, it was a joy to play. I almost felt real sorry for Claire, seeing her thinking she was going insane. This might be the most evil questline MC has done so far.
 
  • Like
Reactions: KingBan

paloompa

Member
Jul 4, 2018
137
46
109
Game is not loading ....

I'm sorry, but an uncaught exception occurred.

While loading the script.
Exception: C:\Users\palih\Downloads\Shattered_Minds-V0.14-pc/renpy/common/00layeredimage_ren.py and C:\Users\palih\Downloads\Shattered_Minds-V0.14-pc/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

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

Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 435, in main
renpy.game.script.load_script() # sets renpy.game.script.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "renpy/script.py", line 421, in load_script
self.load_appropriate_file(".rpyc", ["_ren.py", ".rpy"], dir, fn, initcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/script.py", line 962, in load_appropriate_file
raise Exception(
"{} conflict, and can't exist in the same game.".format(" and ".join(i[1] for i in rpyfns))
)
Exception: C:\Users\palih\Downloads\Shattered_Minds-V0.14-pc/renpy/common/00layeredimage_ren.py and C:\Users\palih\Downloads\Shattered_Minds-V0.14-pc/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401

Wed Nov 26 18:03:40 2025





any suggestions ?
 

Fulminato

Well-Known Member
Oct 17, 2017
1,741
1,527
360
Game is not loading ....

I'm sorry, but an uncaught exception occurred.

While loading the script.
Exception: C:\Users\palih\Downloads\Shattered_Minds-V0.14-pc/renpy/common/00layeredimage_ren.py and C:\Users\palih\Downloads\Shattered_Minds-V0.14-pc/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

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

Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 435, in main
renpy.game.script.load_script() # sets renpy.game.script.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "renpy/script.py", line 421, in load_script
self.load_appropriate_file(".rpyc", ["_ren.py", ".rpy"], dir, fn, initcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/script.py", line 962, in load_appropriate_file
raise Exception(
"{} conflict, and can't exist in the same game.".format(" and ".join(i[1] for i in rpyfns))
)
Exception: C:\Users\palih\Downloads\Shattered_Minds-V0.14-pc/renpy/common/00layeredimage_ren.py and C:\Users\palih\Downloads\Shattered_Minds-V0.14-pc/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401

Wed Nov 26 18:03:40 2025





any suggestions ?
download a clean copy of the game. open the game and make a save, then import old save in the new folder.
 

smthing123

New Member
Aug 18, 2022
2
0
69
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script files/script.rpy", line 209, in script
File "game/script files/script.rpy", line 209, in <module>
AttributeError: 'ISteamTimeline' object has no attribute 'ClearTimelineStateDescription'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "game/script files/script.rpy", line 209, in script
File "game/script files/script.rpy", line 209, in script
AttributeError: 'ISteamTimeline' object has no attribute 'ClearTimelineStateDescription'

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

Traceback (most recent call last):
File "renpy/common/00start.rpy", line 244, in script call
call _splashscreen from _call_splashscreen_1
File "game/script files/script.rpy", line 209, in script
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/script files/script.rpy", line 209, in <module>
File "renpy/exports/mediaexports.py", line 72, in movie_cutscene
rv = renpy.ui.interact(suppress_overlay=True, roll_forward=roll_forward)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2219, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
) # type: ignore
^
File "renpy/display/core.py", line 3119, in interact_core
i()
~^^
File "renpy/common/00steam.rpy", line 685, in periodic
clear_timeline_state_description(0.0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
File "renpy/common/00steam.rpy", line 551, in clear_timeline_state_description
steamapi.SteamTimeline().ClearTimelineStateDescription(time_delta)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ISteamTimeline' object has no attribute 'ClearTimelineStateDescription'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 614, in main
run(restart)
~~~^^^^^^^^^
File "renpy/main.py", line 137, in run
renpy.execution.run_context(True)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "renpy/execution.py", line 1022, in run_context
context.run()
~~~~~~~~~~~^^
File "renpy/common/00start.rpy", line 244, in script call
call _splashscreen from _call_splashscreen_1
File "game/script files/script.rpy", line 209, in script
File "renpy/common/00start.rpy", line 244, in script call
call _splashscreen from _call_splashscreen_1
File "game/script files/script.rpy", line 209, in script
File "renpy/display/error.py", line 135, in report_exception
renpy.game.invoke_in_new_context(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
call_exception_screen,
^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
ignore_action=ignore_action,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "renpy/game.py", line 301, in invoke_in_new_context
return callable(*args, **kwargs)
~~~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/display/error.py", line 44, in call_exception_screen
return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2219, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
) # type: ignore
^
File "renpy/display/core.py", line 3119, in interact_core
i()
~^^
File "renpy/common/00steam.rpy", line 685, in periodic
clear_timeline_state_description(0.0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
File "renpy/common/00steam.rpy", line 551, in clear_timeline_state_description
steamapi.SteamTimeline().ClearTimelineStateDescription(time_delta)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ISteamTimeline' object has no attribute 'ClearTimelineStateDescription'

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Shattered Minds V0.22_BETA
Fri Nov 28 16:17:02 2025


got this error for the second time booting up the game, anyone got a fix?
 

#giuseppe!

New Member
Sep 14, 2025
3
0
11
I'm not sure if this is the right place to ask. I've basically completed all the missions, but I still have five missions marked "COMING SOON," including the main mission against the OSA. Could someone help me get started on these missions?
 

Kirel

Member
Mar 18, 2018
452
689
211
I'm not sure if this is the right place to ask. I've basically completed all the missions, but I still have five missions marked "COMING SOON," including the main mission against the OSA. Could someone help me get started on these missions?
"COMING SOON" means that content is not yet in the game, so there's nothing to do for those yet.
 
  • Like
Reactions: Numbperv

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,688
283,645
957
Release dates for V0.23!

v023_dates.jpg


  • Early access release for Enthusiast and Fan tier (€35/€18) is on December 19
  • Supporter tier (€9) get access on December 22
  • Admirer tier (€4,5) get access on January 05
  • STEAM Release: January 09
In V0.23, you and Diana dive headfirst into a hilarious spy adventure! Through her naivety and lack of experience, you are able to mold her mindset, convincing her to believe in highly clichéd scenarios and securing her unwavering loyalty.
After saving the world from D.O.O.M. together, Diana becomes part of your harem and can move in with you, unlocking new scenes at home and at the police station.
Furthermore, a new side character, Barbara, has been added to the college. There are also tons of Quality of Life features: lots of new and different moan sounds, a completely revised messenger app, and improved quest tracking. Additionally, Polish, Turkish, and Traditional Chinese are being added as new languages.
 

Bronzescorpion

Active Member
Apr 18, 2022
690
1,132
267
You can buy it, in my game it's mine. Actually, I thought that in this last update she in this restaurant could be corrupted
I never stated otherwise, but in case that you missed it, it is a diner, not a restaurant and you can also own a restaurant, hence why I asked for specification if it indeed was the diner that was being referred to. She hasn't been implemented yet and she won't be until the 3rd update from now according to the roadmap.
 
  • Thinking Face
Reactions: Fauno36

Ruse1985

Newbie
Mar 28, 2025
56
49
18
I never stated otherwise, but in case that you missed it, it is a diner, not a restaurant and you can also own a restaurant, hence why I asked for specification if it indeed was the diner that was being referred to. She hasn't been implemented yet and she won't be until the 3rd update from now according to the roadmap.
Ok America MAN! Diner, sorry!
 
3.80 star(s) 162 Votes