Try creating a folder named "track" inside the game folder.
That's actually on me tbh.
It's leftover from code that I started working on but didn't finish.
Thanks for the reply. Hum, I created the folder and it's still showing me the same message.
The previous one was a shortened copy, here's the complete copy of the error message.
Any idea on how to fix this? I know shit about coding haha.
___
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/special_screens/manualtracks.rpy", line 7, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/game/track/covers'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "special_screens/manualtracks.rpyc", line 5, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "special_screens/manualtracks.rpyc", line 5, in script
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/special_screens/manualtracks.rpy", line 7, in <module>
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/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/renpy/loader.py", line 1007, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/ost.py", line 510, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/cj/34g3m9m50tx3qpymwmlz50xh0000gn/T/AppTranslocation/B4C07F99-14F1-4A44-A860-DD4C4C301E33/d/TheInn.app/Contents/Resources/autorun/game/track/covers'