Hi, I've come across an error (although when I proceeded by clicking ignore it allowed me to progress)
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/2DSS/000-diag/day2_dialogue.rpy", line 84, in script
File "game/2DSS/000-diag/day2_dialogue.rpy", line 84, in <module>
PermissionError: [Errno 13] Permission denied: '/private/var/folders/1v/t7z09vtj78q9tgzyl7z9nv5r0000gn/T/AppTranslocation/E8113435-04C1-43C1-80AB-FD8710E14739/d/ADatewithDeath2.app/Contents/Resources/autorun/game/00-chess-engine/bin/stockfish-11-64'
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/2DSS/000-diag/day2_dialogue.rpy", line 84, in script
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1273, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/2DSS/000-diag/day2_dialogue.rpy", line 84, in <module>
File "game/00-chess-engine/python-packages/chess/engine.py", line 2861, in popen_uci
return cls.popen(UciProtocol, command, timeout=timeout, debug=debug, setpgrp=setpgrp, **popen_args)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/00-chess-engine/python-packages/chess/engine.py", line 2853, in popen
return run_in_background(background, name=f"{cls.__name__} (command={command!r})", debug=debug)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/00-chess-engine/python-packages/chess/engine.py", line 201, in run_in_background
return future.result()
~~~~~~~~~~~~~^^
File "lib/python3.12/concurrent/futures/_base.py", line 456, in result
File "lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result
File "game/00-chess-engine/python-packages/chess/engine.py", line 195, in background
asyncio.run(coroutine(future))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "lib/python3.12/asyncio/runners.py", line 194, in run
File "lib/python3.12/asyncio/runners.py", line 118, in run
File "lib/python3.12/asyncio/base_events.py", line 686, in run_until_complete
File "game/00-chess-engine/python-packages/chess/engine.py", line 2841, in background
transport, protocol = await Protocol.popen(command, setpgrp=setpgrp, **popen_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/00-chess-engine/python-packages/chess/engine.py", line 1239, in popen
return await asyncio.get_running_loop().subprocess_exec(cls, *command, **popen_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/python3.12/asyncio/base_events.py", line 1749, in subprocess_exec
File "lib/python3.12/asyncio/unix_events.py", line 211, in _make_subprocess_transport
File "lib/python3.12/asyncio/base_subprocess.py", line 36, in __init__
File "lib/python3.12/asyncio/unix_events.py", line 820, in _start
File "lib/python3.12/subprocess.py", line 1026, in __init__
File "lib/python3.12/subprocess.py", line 1955, in _execute_child
PermissionError: [Errno 13] Permission denied: '/private/var/folders/1v/t7z09vtj78q9tgzyl7z9nv5r0000gn/T/AppTranslocation/E8113435-04C1-43C1-80AB-FD8710E14739/d/ADatewithDeath2.app/Contents/Resources/autorun/game/00-chess-engine/bin/stockfish-11-64'
macOS-15.4.1-arm64-arm-64bit arm64
Ren'Py 8.4.2.25111201+nightly
A Date with Death 2 1.25
Thu Apr 23 18:47:45 2026
```