I Need Help...
-
@d-healey Nope
-
@ClawFORGE-Studio compiler out of heap space errors are when you have too many graphics(usually) in your project... remember its not the compressed size(png or jpg) that count its the uncompressed size.. reduce your image size/count. Use vectors...
-
@Lindon Ohh ok, well I don't have much going on honestly in the project, I have like 1 Image, 5 knobs and 2 buttons lol, but I do get those errors when trying to export it.
-
@ClawFORGE-Studio Did you compile the develop branch of HISE?
-
@d-healey Ohh maybe that's what I forgot, I'll let you know if it worked
-
@d-healey Alright so I tried to compile it and that's what is showing me in the folder.
-
@ClawFORGE-Studio Go into the x64 folder
-
@d-healey Alright, so I went to the App folder
-
@ClawFORGE-Studio looks like you built the debug version, you should build the release version instead
-
@d-healey I tried but I got like over 100 of warnings
-
@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.