TomUK

Engaged Member
Sep 28, 2021
2,569
1,839
I get an exception every time I try to save.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ 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 3325, 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 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, 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 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 435, in save
    location.save(slotname, sr)
  File "renpy/savelocation.py", line 435, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Road Trip 0.1
Fri Jan 21 00:32:09 2022
 

CSK92

Member
Sep 24, 2017
470
644
One my favorite Heroine is back. Hope to have updated renders and better luck this time around. Interested to know did have to get Malleck approval on this.
 

SpaceBall1

I knew it...I'm surrounded by assholes!
Game Developer
Dec 12, 2020
532
2,302
It says you changed the story significantly? How so? The game was great until you moved to the next city and then it wasn’t as good.
 
  • Like
Reactions: Dixon Butz

Dunav

Member
Apr 12, 2019
211
623
Wait a minute, first of all this game is soooo old and brings back good memories but this is not the full game! Why is not the full game?
 
  • Like
Reactions: newt357

cagliostro1964

New Member
Aug 9, 2017
7
4
I always wait for the 2nd or 3rd update so the bugs can get fixed. Then you get to see how the game developer responds to constructive suggestions. I remember the 1st version of this game. I was disappointed it seemed to end just as it was getting interesting. I hope the story is continued. So I am cautiously optimistic. But I will give the developer a chance and wait and see. But do hold onto your money until he proves himself.
 
  • Like
Reactions: berserk87

yihman1

Knockout Master
May 11, 2017
3,109
10,828
member.jpg

I member this game!

Played it a long long time ago... I really liked the start, but the end of it felt like it was one of those rushed endings.
 
  • Like
Reactions: DimS40

DimS40

Active Member
Game Developer
May 4, 2017
566
2,052
It didn't work on joiplay :/
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/gui.rpy", line 414, in script
File "game/gui.rpy", line 414, in script
File "game/gui.rpy", line 418, in <module>
AttributeError: 'StoreModule' object has no attribute 'variant'

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
File "renpy/main.py", line 540, in main
File "game/gui.rpy", line 414, in script
File "game/gui.rpy", line 414, in script
File "renpy/ast.py", line 923, in execute
File "renpy/python.py", line 2235, in py_exec_bytecode
File "game/gui.rpy", line 418, in <module>
AttributeError: 'StoreModule' object has no attribute 'variant'

I hope someone does an android version.
I can try to upload an android build, but it will be untested.
 
  • Like
Reactions: BeardedJack
3.60 star(s) 8 Votes