Image library
-
@d-healey said in Image library:
@Sampletekk Can you test with a new project, just with a single image and see if you get the same issue?
I have several other projects going, so it's just this one
-
@Sampletekk Have you checked the Embed Images option in project preferences?
-
@d-healey said in Image library:
@Sampletekk Have you checked the Embed Images option in project preferences?
Yep!
-
@Sampletekk Are you using
Engine.loadImageIntoPool("*");
inonInit
? -
@d-healey said in Image library:
@Sampletekk Are you using
Engine.loadImageIntoPool("*");
inonInit
?No. I should add that it's only when exporting the project to VST3/AU I get this error. When opening the project in HISE, all loks fine
-
@Sampletekk Try adding that line, see if it makes a difference
-
@d-healey said in Image library:
@Sampletekk Try adding that line, see if it makes a difference
Nope, the same:
-
@Sampletekk I just took a look at the error in the source code. It's HISE's image directory that it can't find, not your project's.
How many copies of the HISE source code do you have? Does the
hi_core/hi_images
folder exist? -
@d-healey said in Image library:
@Sampletekk I just took a look at the error in the source code. It's HISE's image directory that it can't find, not your project's.
How many copies of the HISE source code do you have? Does the
hi_core/hi_images
folder exist?Only one.
Seems to be other problems with the project- When I try to save the xlm-file, I get this:
-
@Sampletekk Are you using the latest develop branch? Is the HISE path set correctly in project preferences?