Launch Crash on OS Sierra
-
I've tried building hise, but although I disable the IPP it still throws IPP errors, I then downloaded the IPP package, but I can't for the life of me work out how it's installed. I've spent days now trying to build this thing, so I''m just gonna BUMP ths post till someone can help.
-
Can you post the build errors? It should be compilable without IPP, but I don't have a system without IPP installed, so I can't really reproduce a fresh system.
Otherwise the IPP library comes with a standard installer, which should copy all necessary files into the right place automatically.
-
I can't work out how to export the log from xcode (I'm such a frigging moron with this techie stuff) so I did a screen grab...
https://drive.google.com/open?id=0B0ceEM0ZKi4IdFh6V3p2a2c3Nk0 -
Could you point me in the IPP installers direction??? I just got a folder with .sh files but when I click them they just open xcode and give me a bunch of text.
Thanks in advance. -
It was a long time that I installed IPP on OSX, but if there is not a proper installer, I think you have done something wrong. Running shell scripts (what the .sh extension is) was definitely not necessary.
Did you register at Intel and downloaded the IPP Community Edition (it's a 500MB download)?
On the other hand, I think I know how to fix your build errors, so you don't need to hassle around with IPP:
- Open the Projucer app found in
{HISE SOURCE FOLDER}/tools/projucer
- Load the standalone project found under
{HISE SOURCE FOLDER}/projects/standalone/HISE Standalone.jucer
(the procedure is the same for the plugin version found atprojects/plugin/HISE.jucer
) - Click on Xcode (MacOSX) in the left pane.
- Remove everything in the Extra Linker Flags field (these are library files that are installed with IPP).
- Click on Save Project and open in IDE
- Xcode should open with the project and you should be able to proceed as known.
Let me know if this works.
- Open the Projucer app found in
-
I think I sorted it??? I installed ipp (I totally missed the drop down for the download and got the linux version) So I installed and built... But when I check the version in the plugin it still says Build version 649?? I'm hoping this is just a build oversight, and it's only changed on official builds. Also, no 16 outputs version in the betas?
I think it's good, vst seems stable on my system now :)
Cheers again for this amazing work, and putting up with a programming noob. -
OK... So I loaded some samples, selected them, tried to delete and got a crash again...
https://docs.google.com/document/d/1ekKUlPvOlsKORlxJa5B1XEKG53PFler-vtIpDCz8vr4/edit?usp=sharing -
Thanks, I'll check this out. Are you in the Sampler workspace or in the main workspace? I realized there are some stability issues in the Sampler Workspace that could lead to crashes like this.
-
I was deleting them from within a sampler patch window in the main view... I selected the sample velocity ranges and deleted from there (the velocity squares).
I either used a right click function on the ranges (If there is one?) or just hit the delete key... Sorry can't remember which process I used now. -
I've just committed a fix for this. Please check if the crash still occurs (I could not reproduce it, but I think I know what was causing the crash thanks to your crash report).