Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi! I'm running into an error when attempting to run the game on a Mac. Full error below. When I navigate to .../autorun/game/track, I do not see a folder named "covers". The "track" folder only contains a file named "Put Music Files Here". Maybe this folder is supposed to be generated and it isn't?

Thanks in advance!


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/manualtracks.rpy", line 5, in script

    init python:

  File "game/manualtracks.rpy", line 7, in <module>

    import ost

FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/4f/4mrcm_hj7056n7fpq02hr7xm0000gp/T/AppTranslocation/269F4791-9DCC-4D3A-88AE-84A31DAA0CC0/d/detached.app/Contents/Resources/autorun/game/track/covers'

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/manualtracks.rpy", line 5, in script

    init python:

  File "/private/var/folders/4f/4mrcm_hj7056n7fpq02hr7xm0000gp/T/AppTranslocation/269F4791-9DCC-4D3A-88AE-84A31DAA0CC0/d/detached.app/Contents/Resources/autorun/renpy/ast.py", line 823, in execute

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

  File "/private/var/folders/4f/4mrcm_hj7056n7fpq02hr7xm0000gp/T/AppTranslocation/269F4791-9DCC-4D3A-88AE-84A31DAA0CC0/d/detached.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/manualtracks.rpy", line 7, in <module>

    import ost

  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load

  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked

  File "<frozen importlib._bootstrap>", line 664, in _load_unlocked

  File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible

  File "/private/var/folders/4f/4mrcm_hj7056n7fpq02hr7xm0000gp/T/AppTranslocation/269F4791-9DCC-4D3A-88AE-84A31DAA0CC0/d/detached.app/Contents/Resources/autorun/renpy/loader.py", line 876, in load_module

    exec(code, mod.__dict__) # type: ignore

  File "python-packages/ost.py", line 660, in <module>

FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/4f/4mrcm_hj7056n7fpq02hr7xm0000gp/T/AppTranslocation/269F4791-9DCC-4D3A-88AE-84A31DAA0CC0/d/detached.app/Contents/Resources/autorun/game/track/covers'

macOS-10.16-x86_64-i386-64bit x86_64

Ren'Py 8.2.0.24012702

detached 0.10.0

Tue Apr  9 07:38:38 2024

[/code]

(+1)

Apologies about the late reply.

That's odd that it's trying to pull that code, as it's currently not even in use.

I suggest trying to delete the manualtracks.rpy/rpyc and music_screen.rpy/rpyc. That should fix it.

In the next update, I'll have it completely removed so as to avoid this issue until it's ready to fully implement.

(+1)

Thank you, that worked! I've been looking to try this game for a while.

(+1)

Excellent. I'm glad that I could help. :)