Exported plugin fails to load (Windows ARM)
-
This is where stuff begins to break for me: https://github.com/christophhart/HISE/commit/d7b5a121a825bf9a3fb6153d5e81d3f6a5242420
-
@paper_lung Ah ok so it is the AVX commit that breaks, sorry I thought it was the other one.
Ok can you make a video showing the export process where you disable AVX so I can follow the exact steps?
-
@d-healey All I'm doing is removing the /arch:AVX flag in the Projucer extra compiler flags. Everything else I'm leaving as-is, but I have also tried changing the 'Use IPP Library' from 'Use Static Library' to 'no'.
-
Plugins exported with Hise don't work on Windows ARM, as far as I know. Only on x64. Or am I wrong?
-
@bendurso they used to - I have a few plugins from last year which worked no problem
-
@paper_lung said in Exported plugin fails to load (Windows ARM):
All I'm doing is removing the /arch:AVX flag in the Projucer extra compiler flags
So you remove that. Then you click save and open in IDE? Is that right?
-
@d-healey yeah, then build solution as normal
-
@paper_lung Ok so we can rule out AVX being the issue, and you've disabled IPP so that's not the problem either.
-
@paper_lung Have you tried an empty test project?
-
@d-healey No, I'll give that a try tomorrow