Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I just dowloaded it and it works !!! Youhou ! Thank you !

Except impossible to save. I'm c/c the code : 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "renpy/common/00action_file.rpy", line 415, 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 174, in script

    $ ui.interact()

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/ast.py", line 821, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/core.py", line 2215, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/core.py", line 3278, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/transition.py", line 53, in event

    return self.new_widget.event(ev, x, y, st) # E1101

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/screen.py", line 793, in event

    rv = self.child.event(ev, x, y, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1523, in event

    rv = super(Window, self).event(ev, x, y, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1523, in event

    rv = super(Window, self).event(ev, x, y, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1180, in event

    return handle_click(self.clicked)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1101, in handle_click

    rv = run(action)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/behavior.py", line 401, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_file.rpy", line 415, in __call__

    renpy.save(fn, extra_info=save_name)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/loadsave.py", line 460, in save

    location.save(slotname, sr)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/savelocation.py", line 521, in save

    raise Exception("Not saved - no valid save locations.")

Exception: Not saved - no valid save locations.

macOS-12.2.1-arm64-arm-64bit arm64

Ren'Py 8.3.2.24090902

Playing the Favorite 1.1

[/code]

And the fix is in! You might potentially have to "allow microphone use" for it to work (or at least that was something I eventually clicked that made it work). Mac is quite the operating system. 

Let us know if there's anything else you run into!