0% found this document useful (0 votes)
65 views2 pages

Ren'Py Save Location Error Traceback

An exception occurred while running game code that prevented saving. The game attempted to save to a file but no valid save locations were available, so the save failed. The full traceback provides details on the functions called leading up to the exception.

Uploaded by

Charlos Yan Eben
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views2 pages

Ren'Py Save Location Error Traceback

An exception occurred while running game code that prevented saving. The game attempted to save to a file but no valid save locations were available, so the save failed. The full traceback provides details on the functions called leading up to the exception.

Uploaded by

Charlos Yan Eben
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

I'm sorry, but an uncaught exception occurred.

While running game code:


File "renpy/common/00action_file.rpy", line 382, in __call__
[Link](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
$ [Link]()
File "renpy/[Link]", line 923, in execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "renpy/[Link]", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ [Link]()
File "renpy/[Link]", line 298, in interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "renpy/display/[Link]", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/[Link]", line 4110, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/[Link]", line 1090, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/[Link]", line 1090, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 1090, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 720, in event
rv = [Link](ev, x, y, st)
File "renpy/display/[Link]", line 1090, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 1297, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/[Link]", line 273, in event
rv = [Link](ev, x - xo, y - yo, st)
File "renpy/display/[Link]", line 1090, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 1297, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/[Link]", line 273, in event
rv = [Link](ev, x - xo, y - yo, st)
File "renpy/display/[Link]", line 1090, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 273, in event
rv = [Link](ev, x - xo, y - yo, st)
File "renpy/display/[Link]", line 979, in event
return handle_click([Link])
File "renpy/display/[Link]", line 914, in handle_click
rv = run(action)
File "renpy/display/[Link]", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 382, in __call__
[Link](fn, extra_info=save_name)
File "renpy/[Link]", line 435, in save
[Link](slotname, sr)
File "renpy/[Link]", line 424, 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.8.1895
GirlHouse [Link]
Fri Jan 14 00:41:47 2022

You might also like