Arthur Poiret
Arthur Poiret
The app is not notarized by Apple and flagged as downloaded from the internet (MacOs put it in quarantine). You can fix this by following a simple procedure described here:...
From #194 > I have reports from **macOS Ventura** users about restrictions far heavier for non-notarized app. The procedure seems to be the following for **Ventura** (but needs confirmation) >...
Reopening this issue. Based on user feedback, things seems different for **Sonoma**.
Hello @verstaerkermusic, Thanks for reporting the issue. To help me understanding the root cause, can you extract error logs from your home directory: ```sh /home/{you}/.owlplug/logs ``` [Troubleshooting OwlPlug](https://github.com/DropSnorz/OwlPlug/wiki/Troubleshooting#common-debug-operations)
Hello, thanks for the logs ! It seems the [apache-commons](https://github.com/apache/commons-io) library used to delete the directory is trying to perform file permission switch before the delete operation. ``` 41823 ERROR...
Hello @verstaerkermusic I've published a fix in [OwlPlug 1.28.0](https://github.com/DropSnorz/OwlPlug/releases/tag/1.28.0), can you still reproduce the issue ?
Unfortunately the app is not notarized by Apple (#31), so the damaged app message will be back after each update 😢 The workaround to bypass the error message change with...
Does the following file has specific file permission ? OwlPlug can't delete it and throws an `AccessDeniedException`. ``` /Library/Audio/Plug-ins/VST3/DC Snares.vst3/Contents/_CodeSignature/CodeResources ```
Hello @pyl3 ! Thank you for reporting the issue. Can you share the logs in [`owlplug.log`](https://github.com/DropSnorz/OwlPlug/wiki/Troubleshooting#retrieve-application-logs) file ? It would help me to identify the root cause. Windows directory ```...
Thanks for the logs ! It looks like owlplug is trying to use `C:\Users\pyl3.owlplug\cache` intead of `C:\Users\pyl3\.owlplug\cache`. I was not able to reproduce the issue on a Windows 10 host,...