Open Jameswatts5 opened 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
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:
VALIDATING AUDIO UNIT: 'aufx' - 'yJSI' - 'Yg31'
Manufacturer String: yg331 AudioUnit Name: JS Inflator Component Version: 2.0.3 (0x20003)
PASS
TESTING OPEN TIMES: COLD: FATAL ERROR: OpenAComponent: result: -1,0xFFFFFFFF
validation result: couldn’t be opened