I Need Help...
-
@ClawFORGE-Studio Warnings are not an issue, it's the errors you need to worry about.
-
@d-healey Alright, I only got this error
-
@ClawFORGE-Studio How much RAM do you have?
-
@d-healey 6 GB
-
@ClawFORGE-Studio That might be the problem, try building with fewer CPU threads.
-
@d-healey Alright, so what are your suggestions for that ?
-
@ClawFORGE-Studio My suggesting is to reduce the number of threads visual studio is using for compiling.
-
@d-healey Alright it might be that
-
@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