• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Mod Ren'Py DropOut Saga Shawn's Walkthrough + Improvements [0.8.7b] [Shawnchapp]

SoranoParade

New Member
Jun 8, 2017
11
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 383, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\python.py", line 1052, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\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 "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\behavior.py", line 1070, in event
    return handle_click(self.clicked)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\behavior.py", line 1005, in handle_click
    rv = run(action)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 383, in __call__
    renpy.save(fn, extra_info=save_name)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\loadsave.py", line 423, in save
    location.save(slotname, sr)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\savelocation.py", line 433, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.2.22081402
Drop Out 0.6.9a
Wed Nov 29 04:12:08 2023
Any reason why this is happening? I would assume it's related to not having a save location
 

Shawnchapp

Well-Known Member
Modder
Feb 13, 2018
1,899
4,981
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 383, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\python.py", line 1052, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\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 "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\core.py", line 4252, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\behavior.py", line 1070, in event
    return handle_click(self.clicked)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\behavior.py", line 1005, in handle_click
    rv = run(action)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 383, in __call__
    renpy.save(fn, extra_info=save_name)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\loadsave.py", line 423, in save
    location.save(slotname, sr)
  File "E:\Dropout saga\DropOut-0.6.9a-pc\renpy\savelocation.py", line 433, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.2.22081402
Drop Out 0.6.9a
Wed Nov 29 04:12:08 2023
Any reason why this is happening? I would assume it's related to not having a save location

Only guess i have is its permissions issues, check the folders to make sure they have read/write access.
 

shiqz

Member
Dec 25, 2020
229
306
I'm buffled, Link to the Mod in the Game's Thread is gone again or was it never added back ?
 

MrBenny

Well-Known Member
Jul 20, 2021
1,531
2,920
I'm buffled, Link to the Mod in the Game's Thread is gone again or was it never added back ?
I don't think it was ever added. Back in 2022 I posted the link informing that this wt mod was created and still available. But I guess the game dev didn't see the post.

Regards.
 

shiqz

Member
Dec 25, 2020
229
306
I believe it once was in the OP of the Game but got removed along with other Mod links of Shawn not a long while ago.
 
  • Like
Reactions: Shawnchapp

shiqz

Member
Dec 25, 2020
229
306
are you sure? Mod not properly working with 0.9.0b version of game.
it's shows only 2 girls and after few events tells that "you completed main story"
View attachment 3598766
View attachment 3598768
I can confirm that no Update of the Mod is needed. There is no Story Progression with any of the Girls nor the Story itself with the recent Game Update - only Conversations between the MC, Sophia and Ava as well as 2 or 3 Sex Scenes with those 2. It only shows Outdated as the Versions of the Mod and Game are not the same, nothing to worry about.