Images Stopped Loading in the Compiled Plugin
-
Maybe I'm missing something obvious? The images I am loading via scripting are no longer found in the compiled plugin. I'm not sure what I might have changed? It's just…
{PROJECT_FOLDER}inst_ambiguousInstrument.png
Thanks.
RESOLUTION: For anyone having the same issue—in this case, it was because I switched my default file compressor from the macOS native one to Keka. And when Keka decompresses, it resets file permissions. The source code I was working on had been temporarily backed up into an archive while I experimented, and then extracted for me to implement the changes. With some of the file permissions reset, some of the files couldn't be read. And HISE crashed. A lot. Manually reseting the file permissions fixed the issues.
-
@clevername27 Have you loaded them into the pool? Have you enabled the embed images checkbox?
-
@d-healey Hi Dave, thanks for answering. Yes, I have. I don't remember changing anything in my code…but I must have changed something?
-
C clevername27 has marked this topic as solved