Loris toolbox crashing
-
Hise crashes when loading the Loris toolbox xml.
I've tried loading the project with several versions of hise but always got the same error in the screenshot above.
I don't quite sure what caused this error but the dump file shows the error is in this section of code below.
Any ideas will be welcome
-
@Allen It loads here so I think the issue is specific to your system.
@Allen said in Loris toolbox crashing:
I've tried loading the project with several versions of hise
Are you compiling these from source or using the precompiled binaries? Not that it should make a difference.
-
@d-healey from the source
Here's my setting of hi_loris
-
@Allen I'm not sure then :(
-
@d-healey
just found out the problemSeems like there's an empty for loop in the Config.js, which caused this issue...
I bypassed it and it works now! :) -
-
@d-healey
It's a comment inside a for loophttps://github.com/christophhart/loris-tools/blob/main/Loris Toolbox/Scripts/Config.js#L49
I found it's also working when that line is enabled,or with a return 0 inside it.
-
@Allen Oh I see