hey guys, need a bit of help. decided to move the game onto an encrypted external HD (i've got a puny internal HD so the 4GB was too much space for me to afford), and trying to launch the game from the encrypted external crashes on startup and gives me this log:
"
I'm sorry, but an uncaught exception occurred.
Before loading the script.
Exception: Couldn't find file '._sfx.rpi'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Volumes/NO NAME/Games/ICSTOR/Milfy City/Milfy_City.app/Contents/Resources/autorun/renpy/bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "/Volumes/NO NAME/Games/ICSTOR/Milfy City/Milfy_City.app/Contents/Resources/autorun/renpy/main.py", line 353, in main
renpy.loader.index_archives()
File "/Volumes/NO NAME/Games/ICSTOR/Milfy City/Milfy_City.app/Contents/Resources/autorun/renpy/loader.py", line 164, in index_archives
fn = transfn(prefix + ".rpi")
File "/Volumes/NO NAME/Games/ICSTOR/Milfy City/Milfy_City.app/Contents/Resources/autorun/renpy/loader.py", line 649, in transfn
raise Exception("Couldn't find file '%s'." % name)
Exception: Couldn't find file '._sfx.rpi'.
Darwin-18.2.0-x86_64-i386-64bit
Ren'Py 7.3.4.596
Sat Jan 9 02:49:14 2021
"
just to test, i tried created an unencrypted partition on the same external drive, and it launches fine from there, so the encryption is fucking it over somehow. any ideas?