Kiriki-liszt / JS_Inflator

JS Inflator is a copy of Sonox Inflator.
GNU General Public License v3.0
219 stars 25 forks source link

crashed validation logic pro #40

Open Jameswatts5 opened 1 month ago

Jameswatts5 commented 1 month ago

hi, i got this issue on installing. using Logic pro 11.1 and macOS Sonoma 14.6.1 ive reinstalled a few times using different versions of the plugin

validating Audio Unit JS Inflator by yg331:

AU Validation Tool
Version: 1.10.0 
Copyright 2003-2019, Apple Inc. All Rights Reserved.
Specify -h (-help) for command options

VALIDATING AUDIO UNIT: 'aufx' - 'yJSI' - 'Yg31'

Manufacturer String: yg331 AudioUnit Name: JS Inflator Component Version: 2.0.3 (0x20003)

validation result: couldn’t be opened

Kiriki-liszt commented 1 month ago

Hello! Thanks for checking it out! Maybe, have you tried CodeSigning the plugin? Apple automatically blocks any unregistered plugins by them, so we have to manually mark plugins(usually developed by small indie devs) as approved It's in 'how to use' section of main repo page, https://github.com/Kiriki-liszt/JS_Inflator?tab=readme-ov-file#macos

If it doesn't go well, CodeSign plugins in console as

sudo xattr -r -d com.apple.quarantine /Library/Audio/Plug-Ins/VST3/JS_Inflator.vst3  
sudo xattr -r -d com.apple.quarantine /Library/Audio/Plug-Ins/Components/JS_Inflator.component

sudo codesign --force --sign - /Library/Audio/Plug-Ins/VST3/JS_Inflator.vst3  
sudo codesign --force --sign - /Library/Audio/Plug-Ins/Components/JS_Inflator.component  

tested by @jonasborneland here

This happened before with same situation with same error code, and resolved with CodeSigning! https://github.com/Kiriki-liszt/JS_Inflator/issues/32#issuecomment-2219531589