- Feb 13, 2018
- 2,104
- 6,272
I haven't thought to copy paste directly (mod) in the game file
ah, glad you got it working
I haven't thought to copy paste directly (mod) in the game file
Hello Shawnchapp is there no wt mod for Android version?
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 locationCode: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
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.I'm buffled, Link to the Mod in the Game's Thread is gone again or was it never added back ?
Which is bullshit. It should be on the front page. Not sure why it was removed.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.
a mod removed all my links from game ops back in December another mod re-added them back but missed/forgot someWhich is bullshit. It should be on the front page. Not sure why it was removed.
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.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
read post above yours... nothing has changed...Is this getting a 0.9.1b update?
yeah, it just doesn't want to run on linux with the mod, base game runs fine