I thought 'I should have grabbed this...' after I'd closed it and was leaving the comment. But since all I have to do is try and save, I can most likely recreate it.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/common/00action_file.rpy", line 357, in __call__
renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/MacOS/00gamemenu.rpyc", line 173, in script
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/transition.py", line 45, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/transform.py", line 848, in event
rv = d.event(ev, cx, cy, st)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/behavior.py", line 889, in event
return handle_click(self.clicked)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/behavior.py", line 824, in handle_click
rv = run(action)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/display/behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 357, in __call__
renpy.save(fn, extra_info=save_name)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/loadsave.py", line 301, in save
location.save(slotname, sr)
File "/Users/LunarKnight/Library/Application Support/itch/apps/Chasing the Stars/Chasing the Stars.app/Contents/Resources/autorun/renpy/savelocation.py", line 402, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.
Darwin-16.7.0-x86_64-i386-64bit
Ren'Py 6.99.12.4.2187
Chasing the Stars 0.0
[/code]