I Need Help...
-
@d-healey Alright, I think I might have it
-
@ClawFORGE-Studio 2048KB seems a bit small. It should be the one above it, HISE Standalone App I think. Looks like your compile failed.
-
@d-healey Alright, so after my Laptop just died on me, I reopened the HISE folder and got these in C++
-
@ClawFORGE-Studio That means nothing to me, but it looks like you're still building the Debug version.
Are you following the instructions on github or in my video?
-
@d-healey Yes I did, now it worked, I'll notify you if I got towards another issues, thanks a lot bud!
-
@d-healey Yo, so I got these errors today. What could it be ?
These are the only lines that have an error in it.
-
@ClawFORGE-Studio Out of heap space again, reduce the number of threads you're using.
-
@ClawFORGE-Studio One thing that I would try doing is compressing the PNG/JPEG using a free online solution like: https://compresspng.com
you would be surprised at how much png images can be compressed!
-
@Noahdeetz Compressing images makes no difference here, they will be loaded into memory at full raw bitmap size no matter the compression used.
-
@d-healey So, what should I do bud?
-
maybe try this option - do you have this selected in your project? Navigate to project settings if you can and find "embed image files"
-
@Noahdeetz I'll give it a try
-
@ClawFORGE-Studio Also, just as a general best practice, it might be worth it to see how much you can get the size of the image down.
Not saying that David is wrong but I did have a similar issue like this (in JUCE, not HISE) where that fixed it.
-
@Noahdeetz Yep it's enabled
-
@ClawFORGE-Studio Then just try compressing the images. It might not work...
-
@Noahdeetz said in I Need Help...:
@ClawFORGE-Studio Then just try compressing the images. It might not work...
Or just remove the images completely to rule them out.
-
@Noahdeetz Alright so I compressed the images and now exporting the Vst. I'll let you know if it worked
-
@Noahdeetz Alright, now it worked!
-
@ClawFORGE-Studio Looks like you're compiling a VST2?
-
@d-healey Yeah, I forgot to turn on the VST3 Support in HISE