Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Lmako15

15
Posts
3
Topics
1
Followers
96
Following
A member registered Oct 22, 2021

Recent community posts

Any mac version?

Just asking because itd be cool

Any android and mac builds?

Any plans for making the game compatible with Mac and Linux Pcs? 

Any way you could port this to mac?

My screen is not big enough for the game, any way you could add a change resolution setting?

Amazing

Any discord?

Anyway to get the mega download versions?

I can't interact with meiya, it says i should wait for something to happen but i already got every girl up to date except maya, miya and tsubaki. also everytime i try to save this appears 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00action_file.rpy", line 382, 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 "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/ast.py", line 928, in execute

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

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/python.py", line 2245, in py_exec_bytecode

    exec(bytecode, globals, locals)

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

    $ ui.interact()

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact

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

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/core.py", line 3325, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/core.py", line 4160, in interact_core

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

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event

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

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event

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

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event

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

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event

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

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/screen.py", line 727, in event

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

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event

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

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/behavior.py", line 983, in event

    return handle_click(self.clicked)

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/behavior.py", line 918, in handle_click

    rv = run(action)

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/display/behavior.py", line 330, in run

    return action(*args, **kwargs)

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

    renpy.save(fn, extra_info=save_name)

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/loadsave.py", line 435, in save

    location.save(slotname, sr)

  File "/private/var/folders/l4/csrrlkcx567g6m0xf900lb7w0000gt/T/AppTranslocation/227C4331-44ED-48D9-8E93-90C91B42FDD1/d/Harem Residence.app/Contents/Resources/autorun/renpy/savelocation.py", line 435, in save

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

Exception: Not saved - no valid save locations.

Darwin-21.1.0-x86_64-i386-64bit

Ren'Py 7.4.11.2266

Harem Residence | 0.01b 0.02

Sat Jan 15 18:54:37 2022

[/code]

It says the app can't open on mac

How do i put cheats on, i can't solve the jigsaw