cfillion / reapack

📦 Package manager for REAPER
https://reapack.com
GNU Lesser General Public License v3.0
316 stars 23 forks source link

ReaPack won't install on MacOS Ventura #71

Open lukas-runge opened 1 year ago

lukas-runge commented 1 year ago

Hello everyone,

I just tried to install reapack on my Machine (M2 MacBook Pro) and failed with: "A libcurl function was given a bad argument (43)".

Bildschirmfoto 2023-07-21 um 21 28 38

I am running curl version 7.88.1:

curl 7.88.1 (x86_64-apple-darwin22.0) libcurl/7.88.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.51.0
Release-Date: 2023-02-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL threadsafe UnixSockets

Is there a fix for this? 🤔

Thank you guys for your help!

Best regards, @lukas-runge

YoBunnyTiger commented 7 months ago

Hi! How did you fix the problem?

lukas-runge commented 7 months ago

Hi @YoBunnyTiger,

I didn't fix it back then, but when I tried to install it now (with the current versions of Reaper and ReaPack) it worked flawlessly. 🥳 So it seems to be fixed. 🤔 Maybe a clean reinstall of reaper helps if you are already running on the newest versions. 🙌

Kind regards, @lukas-runge

onemoarcherry commented 7 months ago

same error on intel mac os 11, reaper 6.30, 6.70, 7.11

cfillion commented 7 months ago

I'm unable to duplicate on a fresh install of macOS 11.7 x86_64. Does this also happens in a brand new portable install of REAPER with no other extensions installed, no project opened, as well as FX plugin scanning disabled? (In order to identify if it's because of some other plugin versus an issue with the general OS environment.)

Disabling FX scanning

Screen Shot 2024-02-14 at 06 24 56

onemoarcherry commented 7 months ago

Is portable mac os version exists? I cleaned user-lib-appsupp-folder got same story I have installed song switcher (It is the only one i need reapack for) Trying install something other -> libcurl error 43

Uninstalled all from reapack Cannot install anything, cause error libcurl

0xtobit commented 4 months ago

Does this also happens in a brand new portable install of REAPER with no other extensions installed, no project opened, as well as FX plugin scanning disabled? (In order to identify if it's because of some other plugin versus an issue with the general OS environment.)

Thank you @cfillion! The above solution worked for me. 🎊 🎉 ❤️ 🤝

I was experiencing the same issue Reaper 7.15 and latest ARM(m2) OS X (14.4.1): Screenshot 2024-04-30 at 3 18 14 PM

Closing all projects then restarting reaper to a blank project got ReaPack to function. Enabling/disabling plugin scanning seemed to have no effect (no pun intended).

After some experimentation, functionality seems to be inversally tied to use of the Waves CLA-3A compressor VST plugin which opens in another process on the dock called reaper_host_x86_64 which also has it running in a separate window: Screenshot 2024-04-30 at 3 38 26 PM Removing that plugin from FX in the project (disabling was not sufficient) allows libcurl to succeed and ReaPack to function without even restarting Reaper for me.

Hope this helps!