Closed higaru2 closed 2 months ago
Could you provide the error log? From Rack, go to Help menu, select Open User Folder, then look at the log.txt file.
What version of Rack are you using?
Did you build it from source or did you install from the Releases? If the latter, then which version?
Also, make sure to use the x84 version, not the arm64 version.
latest 4ms from Releases! latest vcvrack2 pro. x86 ofcourse. this is from error log:
[3.807 info src/plugin.cpp:167 loadPlugin] Loading plugin from /Users/wakax/Library/Application Support/Rack2/plugins-mac-x64/4msCompany [3.820 warn src/plugin.cpp:233 loadPlugin] Could not load plugin /Users/wakax/Library/Application Support/Rack2/plugins-mac-x64/4msCompany: Failed to load library /Users/wakax/Library/Application Support/Rack2/plugins-mac-x64/4msCompany/plugin.dylib: dlopen(/Users/wakax/Library/Application Support/Rack2/plugins-mac-x64/4msCompany/plugin.dylib, 6): Symbol not found: ____chkstk_darwin Referenced from: /Users/wakax/Library/Application Support/Rack2/plugins-mac-x64/4msCompany/plugin.dylib Expected in: /usr/lib/libSystem.B.dylib in /Users/wakax/Library/Application Support/Rack2/plugins-mac-x64/4msCompany/plugin.dylib
thanks Dan!!!!!
On Wed, Aug 21, 2024 at 6:03 PM Dan Green @.***> wrote:
Could you provide the error log? From Rack, go to Help menu, select Open User Folder, then look at the log.txt file.
What version of Rack are you using?
Did you build it from source or did you install from the Releases? If the latter, then which version?
Also, make sure to use the x84 version, not the arm64 version.
— Reply to this email directly, view it on GitHub https://github.com/4ms/4ms-vcv/issues/6#issuecomment-2302290176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3ZRBIAXNWRRC34COGYXB3ZSST5XAVCNFSM6AAAAABM33XOAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBSGI4TAMJXGY . You are receiving this because you authored the thread.Message ID: @.***>
OK, thanks, that's helpful. I'll look into the issue
thank you! it could be smth in the compiler
On Wed, 21 Aug 2024 at 19:05, Dan Green @.***> wrote:
OK, thanks, that's helpful. I'll look into the issue
— Reply to this email directly, view it on GitHub https://github.com/4ms/4ms-vcv/issues/6#issuecomment-2302453148, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3ZRBP5CVYZL37DFN5DAGDZSS3FRAVCNFSM6AAAAABM33XOAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBSGQ2TGMJUHA . You are receiving this because you authored the thread.Message ID: @.***>
OK yes, now I remember. The build flags specify a minimum of macos 10.15. I don't have access to anything older than that, so I can't test it. I will see if I can figure out how to lower this, though for now that would be the minimum os version (macOS Catalina)
I tried something simple (adding -fno-stack-check
to the build flags).
Can you try this version?
https://github.com/4ms/4ms-vcv/actions/runs/10493661605/artifacts/1838357753
Send me the error log again, if it doesn't work
i ll be home in 3-4 hours and i ll try! thnx
On Wed, 21 Aug 2024 at 19:28, Dan Green @.***> wrote:
I tried something simple (adding -fno-stack-check to the build flags). Can you try this version?
https://github.com/4ms/4ms-vcv/actions/runs/10493661605/artifacts/1838357753
— Reply to this email directly, view it on GitHub https://github.com/4ms/4ms-vcv/issues/6#issuecomment-2302501025, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3ZRBM2HQGORIEWNVN2XMLZSS5ZBAVCNFSM6AAAAABM33XOAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBSGUYDCMBSGU . You are receiving this because you authored the thread.Message ID: @.***>
Nysthi plugins maker on vcvrack forum had the same issue with his plugs
ask maybe he can hlp
On Wed, 21 Aug 2024 at 19:30, Higaru @.***> wrote:
i ll be home in 3-4 hours and i ll try! thnx
On Wed, 21 Aug 2024 at 19:28, Dan Green @.***> wrote:
I tried something simple (adding -fno-stack-check to the build flags). Can you try this version?
https://github.com/4ms/4ms-vcv/actions/runs/10493661605/artifacts/1838357753
— Reply to this email directly, view it on GitHub https://github.com/4ms/4ms-vcv/issues/6#issuecomment-2302501025, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3ZRBM2HQGORIEWNVN2XMLZSS5ZBAVCNFSM6AAAAABM33XOAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBSGUYDCMBSGU . You are receiving this because you authored the thread.Message ID: @.***>
hurray! bigups Dan. it works now:) problem solved! many with old machines like me will be very grateful!!!!!!!!!
thanks!
On Wed, Aug 21, 2024 at 7:33 PM Higaru @.***> wrote:
Nysthi plugins maker on vcvrack forum had the same issue with his plugs
ask maybe he can hlp
On Wed, 21 Aug 2024 at 19:30, Higaru @.***> wrote:
i ll be home in 3-4 hours and i ll try! thnx
On Wed, 21 Aug 2024 at 19:28, Dan Green @.***> wrote:
I tried something simple (adding -fno-stack-check to the build flags). Can you try this version?
https://github.com/4ms/4ms-vcv/actions/runs/10493661605/artifacts/1838357753
— Reply to this email directly, view it on GitHub https://github.com/4ms/4ms-vcv/issues/6#issuecomment-2302501025, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3ZRBM2HQGORIEWNVN2XMLZSS5ZBAVCNFSM6AAAAABM33XOAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBSGUYDCMBSGU . You are receiving this because you authored the thread.Message ID: @.***>
Wow, I wasn't expecting it to be that easy, but... hooray! I'll merge that in and close this.
vcvrack modules doesn't show on old intel based mac with macOS High Sierra.
maybe it can be fixed... thnx