Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Saving error message

A topic by melancholy created Jun 16, 2020 Views: 272
Viewing posts 1 to 1

every time i try to save a game, this error message keeps popping up. please help? this is stressful.

markdown

```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 372, 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 "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
    rv = run(action)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/loadsave.py", line 437, in save
    location.save(slotname, sr)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/savelocation.py", line 429, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Darwin-14.5.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Student Union v0.1.5
Mon Jun 15 21:15:30 2020
```



BBCode

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 372, 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 "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
    rv = run(action)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/loadsave.py", line 437, in save
    location.save(slotname, sr)
  File "/Users/user/Library/Application Support/itch/apps/student-union/StudentUnion.app/Contents/Resources/autorun/renpy/savelocation.py", line 429, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Darwin-14.5.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Student Union v0.1.5
Mon Jun 15 21:15:30 2020
[/code]

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.