Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Secret Squirrel

3
Posts
1
Topics
A member registered Jun 09, 2020

Recent community posts

Thank you for this suggestion. The Denpasoft Edition text was already appearing on my screen with the original patch I downloaded.

I realized that I DO NOT get the saving error when I launch the app directly from my desktop. I DO get the saving error when I launch the app from the itch.io deskop app (on mac). 

The app I launch from my desktop directly shows saved files. The app when launched from itch.io does not.

Agreed. There seems to be some difference between running the app from the itch.io desktop app and from launching it directly. See my other thread about saving errors when launched from the itch.io desktop app (on a Mac).

Hello,

Purchased and installed the game through the itch.io Mac app. Applied the HBAdult patch.
Now getting this error (below). I cannot save into any of the save locations.
Advice?
Thank you...



```
I'm sorry, but an uncaught exception occurred.
 
While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  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/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/ast.py", line 896, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/python.py", line 1929, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/core.py", line 3493, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/transform.py", line 882, in event
    rv = d.event(ev, cx, cy, st)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/behavior.py", line 923, in event
    return handle_click(self.clicked)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/display/behavior.py", line 858, in handle_click
    rv = run(action)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.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/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.app/Contents/Resources/autorun/renpy/loadsave.py", line 437, in save
    location.save(slotname, sr)
  File "/Users/my.username/Library/Application Support/itch/apps/highway-blossoms/HighwayBlossoms.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-19.5.0-x86_64-i386-64bit
Ren'Py 7.2.1.457
Highway Blossoms Remastered 1.13
Fri Jun 12 10:22:28 2020
```