New Layout / Interface window
-
It loads here on GNU/Linux but tells me it can't find your fonts. Open your interface script in a text editor and fix your font file names. You have capitals where should have lowercase. Then see if the project opens. Are you using the same fonts across all the projects that won't open?
-
@d-healey Replaced all .TTF with .ttf.
My old projects open fine. The new project that I made just to test in NL which has no script at all won't open.
The old projects freeze when trying to open the interface editor (it opens the project on the interface editor ok, just when I dip out and back in it freezes).
-
@DanH Try a debug build and see if you get any errors reported
-
@DanH New Layout has several bugs...Take a look at this post
https://forum.hise.audio/topic/4835/new-layout-branch-keep-crashing -
@d-healey ok so I think I did the xml validator wrong
I get this error now:
Errors in the XML document: 23: 236 Element type "Component" must be followed by either attribute specifications, ">" or "/>".
on this line
<Component type="ScriptFloatingTile" id="FloatingTile16" x="-2.0" y="0.0" parentComponent="PANEL_SUMA" width="62.0" height="20.0" ContentType="AudioAnalyser" bgColour="0" itemColour="4278291853" itemColour2="0" textColour="0" Data="{ " ProcessorId": "SAMPLERA", "Index": 1 }"/>
-
@DanH Is that the same xml you sent me?
-
@d-healey yes
-
@DanH I didn't see that error, have you changed the file since you sent it?
-
@d-healey nope
-
I don't think there is a problem with your XML files. I suspect that is just a PEBKAC issue and we can ignore it ;) Make a debug build, open your project in it, see if it cashes, and if so see what output you get.
-
@DanH Guess what! I'm getting a hang when switching to my main interface script too in a larger project :p I think something might be bugged in today's updates.
Rolling back to this commit works -
42479371544ab4d2ef117ebaf25940d07a0d6533
-
@Christoph-Hart This bug is there in the latest commit. Basically if you have a project with multiple scripts and you click the edit icon to go to one script, then click the edit button of your main interface script, HISE will just freeze. This doesn't seem to happen with a simple project but I'm trying to make a reproducable snippet now.
-
This post is deleted! -
@Lindon Thanks, I just found a similar post by him in another thread. So it seems it's a way to make it harder for crackers but doesn't eliminate but doesn't solve the problem 100%.
-
@d-healey - nothing solves it 100% David
-
@Lindon What happened, how did we end up in this thread?
-
@Christoph-Hart I haven't been able to make a minimal example. But when the freeze happens the debug output fills with this
-
@d-healey - oh thats my fault - too busy entering stuff not reading where I am...
-
@d-healey said in New Layout / Interface window:
@Christoph-Hart I haven't been able to make a minimal example. But when the freeze happens the debug output fills with this
Anyone besides Dan and I having this issue?
-
Nope, I'm afraid you have to come up with the minimal example.