Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ghost

15
Posts
2
Topics
4
Following
A member registered Apr 16, 2023 · View creator page →

Recent community posts

450GB/1TB
Itch Launcher
I'll have to check the directory. That's a good point.

It seems for some reason you are unable to save. It throws an error:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  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/_layout/screen_load_save.rpym", line 35, in script

    $ ui.interact()

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.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 "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>

    $ ui.interact()

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.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 "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/core.py", line 3278, in interact_core

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/transition.py", line 53, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/screen.py", line 793, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1523, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/transform.py", line 1083, in event

    rv = d.event(ev, cx, cy, st)

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1523, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/transform.py", line 1083, in event

    rv = d.event(ev, cx, cy, st)

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1523, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/viewport.py", line 587, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1523, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/transform.py", line 1083, in event

    rv = d.event(ev, cx, cy, st)

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 1523, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

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

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/transform.py", line 1083, in event

    rv = d.event(ev, cx, cy, st)

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1180, in event

    return handle_click(self.clicked)

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1101, in handle_click

    rv = run(action)

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.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 "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.app/Contents/Resources/autorun/renpy/loadsave.py", line 460, in save

    location.save(slotname, sr)

  File "/Users/ghost/Library/Application Support/itch/apps/cosy-cafe/CosyCafe.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-26.1-x86_64-i386-64bit x86_64

Ren'Py 8.3.2.24090902

Cosy Cafe 0.13.1

Mon Dec  8 12:52:47 2025

```

It's not that it's quarantined. It tells me NWJS is not compatible with this version.  A dev gave me a different NWJS file which corrected the issue with their game.

I am on an i9 2019 model

It gave me a nwjs.app which when I opened it contained contents. So I accidentally started it instead of copying it over but the game did start. Thanks!

Thanks so much! I'll give it a try

(2 edits)

I always get an error telling me to use a newer version of NW.js on Mac.

```

[17022:67595:1112/175249.880851:ERROR:web_database_backend.cc(113)] Cannot initialize the web database: 2

[17022:60419:1112/175249.893478:ERROR:login_database.cc(563)] Password store database is too new, kCurrentVersionNumber=19, GetCompatibleVersionNumber=28

[17022:60419:1112/175249.893586:ERROR:password_store_default.cc(37)] Could not create/open login database.

[17022:60675:1112/175249.896023:ERROR:top_sites_backend.cc(92)] Failed to initialize database.

```

Will this work for intel macs?

Thanks so much!! I appreciate the reply and update. I sincerely look forward to it. I still have a much older version back when Lovense was first added that crashed a lot or animations don’t properly play out. So I’ve been eager to get an updated version that includes these bug fixes. Can’t wait!

What happened to the Mac OS version? Is this now a Windows exclusive?! I've been waiting for a new update since the last one and I can't find anything but Windows releases. It's like.. why am I even re-subbing and why have I ever in the past subbed? The game looked fun and challenging so I await a proper working release for Mac and then the Mac versions  just disappear.

Ah. I should also state that I am on the Mac version of the Steam bought game.

Is there any other option to fix this?

(1 edit)

Removing and Re-Installing the game did not correct it either. Originally through the Steam Client. I tried to find where in the code the resolution was, but didn't see it in any viewable file.

That didn't work.

Metal Flame community · Created a new topic Settings Issue

When I changed the settings it made the game screen much bigger and now it no longer lets me see much of the game screen, including the option button so I can revert the settings back to a normal size.