HISE Crashes When adding a RR Group in Sampler
-
Not sure if I'm doing something wrong but HISE crashes every time I try to add a RR group in the Sampler.
This is the message I see in Xcode: -[TUINSCursorUIController activate:]: JUCEView_50f74cefa086f8b2 doesn't conform to NSTextInputClient protocol.
JUCE Assertion failure in Processor.cpp:147 -
@Tangerine_Sounds said in HISE Crashes When adding a RR Group in Sampler:
I try to add a RR group
What are the exact steps to recreate the issue?
-
@d-healey I click on the RR 1/1 button at top right of Sampler Module. When it asks how many RR's I want I enter 2 (or 3 ) and click OK - thats when it crashes
-
@Tangerine_Sounds Does this happen in a blank project? Which commit of HISE are you using?
-
@d-healey yes even with a blank project.
Which Commit? Good question. I've been trying to figure out connection to Git so that I'm always up to date. Your video was helpful but I'm thinking something has gone wrong. I get an error when I click Show Commit on Github.
-
@Tangerine_Sounds said in HISE Crashes When adding a RR Group in Sampler:
I'm thinking something has gone wrong.
What does it say the git hash is? If it's empty it means Christoph didn't add the hash I think.
But you can open the HISE source folder in a terminal and type
git log
to see the commits - the one at the top will be the one you have. -
@d-healey here it is:-
commit a037cfbf5d310ad908d5a9edf4389e75a7a898d5
Author: Christoph Hart christoph-hart@gmx.de
Date: Wed Nov 20 16:00:07 2024 +0100Im guessing I should update then?
-
@Tangerine_Sounds said in HISE Crashes When adding a RR Group in Sampler:
Im guessing I should update then?
Yes, build the latest develop branch
-
@d-healey I appreciate the help - thanks. I'll try again to get Git to work so that I'm always up to date. Installing Git was pretty confusing as there are multiple ways of doing it on Mac. I think I can just run it from Xcode though which seems to easiest solution.
-
@Tangerine_Sounds said in HISE Crashes When adding a RR Group in Sampler:
. Installing Git was pretty confusing
If you find the command line difficult you may want to install one of the GUI tools. I find these useful for dealing with merge conflicts.
-
@d-healey I now have the latest commit version but HISE still crashes when I add a RR in Sampler.
I can see in the XCODE debug report that there are 20 App issues
-
@Tangerine_Sounds Don't worry about those warnings. Try the latest pre built release of HISE and see if you get the same issue there
-
@d-healey said in HISE Crashes When adding a RR Group in Sampler:
Try the latest pre built release of HISE
I've tried it using the Master Build - is that what you mean by latest pre built release?
I also tried to 'Clean Build Folder...' in Xcode before launching in case that was causing issues.
Unfortunately I'm still having the same issue
-
@Tangerine_Sounds said in HISE Crashes When adding a RR Group in Sampler:
is that what you mean by latest pre built release
Yes
@Tangerine_Sounds said in HISE Crashes When adding a RR Group in Sampler:
I also tried to 'Clean Build Folder...' in Xcode before launching in case that was causing issues.
That won't have any effect
@Tangerine_Sounds said in HISE Crashes When adding a RR Group in Sampler:
Unfortunately I'm still having the same issue
Do you have another system you can test on?
-
@d-healey said in HISE Crashes When adding a RR Group in Sampler:
Do you have another system you can test on?
Yes, just tried it on an old mac mini and still got the same issue. That was using the Master build of Hise.
-
@Tangerine_Sounds very strange, I'll give it a try on my mac VM this evening.
-
I cannot reproduce this on MacOS here.
-
I'm unable to recreate this issue
-
@d-healey thanks for trying. That's very strange indeed then.