Out of heap space - again .....
-
I often have a crash when loading my project (both XML and preset, because I always save both at the same time for security)
generally, when one is crashing, the other crashes too...
when I run my XML in a validator I get no errors.
What I tend to do when Hise crashes loading a project, is to go in the "Main Workspace" (modules) instead of going in the "scripting/interface workspace" before loading the xml. This way I have less chance to crash...It seems that the crash is not due to the project itself, but an instability somewhere in Hise, generally when loading a big project... My current project has approximately 700 components in the interface, and Hise is not happy (very, very laggy on my i7-3.5GHz-32GoDDR3) when the interface window is showing up, but everything is back to normal when I only have the script/module window.
When it crashes, it crashes with all my different build of Hise.
-
@ustk yes I get HISE crashing every single time I have a loaded project and then select Recent projects...
I select another project - HISE loads it ( I think) and then crashes immediately...
Meanwhile back at my problem...
I've tried loading my project from everywhere I can think of --- all cases it does this "Building modules..." and never comes back...as I've said I really really do want all this nice new stuff, but theres some basic stuff that needs fixing first.
-
Agree that we need that kind of issues to be fixed, but the fact is that @Christoph-Hart doesn't know necessarily what's going on with our troubles, which doesn't help him much I guess...
It would be cool to send the complete project folder to him so he might check our problemsHave you tried to rise the "Compile Timeout" in Preferences/Development?
-
oh no, now I cant believe whats going on. I just spent the last three hours rebuilding my project for it to fail in the same way again.....it was all loading correctly then I created a sample map with the sample pre-load set = -1 and re-(hand) entered all the loop points and cross fades and now it wont load at all....
@Christoph-Hart can I zip up my project and get you to look?
-
@Lindon So the sample map loading strikes again!
-
Yeah, send it over.
-
@d-healey yes.
So more investigation:
I have two sample maps loading - FastLeslie and SlowLeslie
one entry from the fast Leslie xml looks like this:
on entry from the slowLeslie looks like this:
- so the SlowLeslie has loops turned on and some pretty specific loop points and cross-fade.
HISE never finishes loading SlowLeslie......
If I copy the contents of FastLeslie to SlowLeslie, then everything loads fine....
So questions:
whats this doing? ----> Duplicate="1"
-
@Christoph-Hart sending...
-
It tells the sampler that this sample is using an existing sample so it shares the same preload buffer.
Try removing it using a text editor and check if it loads (then do the same thing with the "LoopEnabled" property.
-
I downloaded the project but there are no samples, so there's no way for me to reproduce.
But there are two things I notice from looking at the SampleMap:
- It uses absolute paths
- There's no ID
Not sure how you ended up with this, but it should use the {PROJECT_FOLDER} wildcard and have a valid ID when you save the map.
-
@Christoph-Hart HISE often saves samplemaps without an ID. Especially when other things are going weird.
In fact I made a thread about it - https://forum.hise.audio/topic/1297/serious-sample-map-bug
-
I can confirm having the same issue, sometimes, sample maps don't have ID's or even keep a wrong one no matter what you do...
-
@Christoph-Hart OK I think I found a bug. When you set the preload size to = -1 then HISE will not load the project on start up.