develop branch - initial crash
-
@Christoph-Hart Not a show stopper, but I did notice a consistent crash.
One the very first launch of a fresh build of HISE, clicking on the "Show Plugin Preview" button will crash. After that, all is good.Again, not a show stopper since all works well after, but I can conform on all platforms (linux,win10,win11,bigsur,monterey)
-
@dustbro No problem here... Is this with a particular project open?
-
@d-healey no project. Initial install of HISE and the very first time it's opened
-
@dustbro Might be something to do with global preferences. Try deleting (or renaming) the HISE preferences appData folder and then see if the crash happens again.
-
@d-healey actually, it's not related to initial install at all.
Create a new project folder, click on Plugin Preview, crash.
On all platforms. I'll post a video of what I'm seeing -
-
@dustbro said in develop branch - initial crash:
clicking on the "Show Plugin Preview" button will crash.
This is not what you did in the video. You clicked the button and then clicked ok to add an interface script, important difference.
This bug was reported some weeks ago on the forum.
With the new_layout (now Develop) branch you don't need to add an interface script to your project, it's there by default, but (another bug) it isn't selected by default when creating a new project, you need to either go to file >> new or just click on the interface script in the module tree.
-