Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPJ Visualizer 2.1.0 has an update loop and doesn't load #72

Open
rubyglow opened this issue Oct 9, 2022 · 8 comments
Open

RPJ Visualizer 2.1.0 has an update loop and doesn't load #72

rubyglow opened this issue Oct 9, 2022 · 8 comments
Labels
question Further information is requested

Comments

@rubyglow
Copy link

rubyglow commented Oct 9, 2022

Hi Robert

The RPJ Visualizer 2.1.0 released in the library 6 hours ago has an update loop. In other words: Rack keeps wanting to update it.

It also doesn't load. From the log:

[0.353 info src/plugin.cpp:162 loadPlugin] Loading plugin from /Users/lab/Documents/Rack2/plugins/RPJVisualizer
[0.354 warn src/plugin.cpp:228 loadPlugin] Could not load plugin /Users/lab/Documents/Rack2/plugins/RPJVisualizer: Failed to load library /Users/lab/Documents/Rack2/plugins/RPJVisualizer/plugin.dylib: dlopen(/Users/lab/Documents/Rack2/plugins/RPJVisualizer/plugin.dylib, 6): Symbol not found: ____chkstk_darwin
Referenced from: /Users/lab/Documents/Rack2/plugins/RPJVisualizer/plugin.dylib
Expected in: /usr/lib/libSystem.B.dylib
in /Users/lab/Documents/Rack2/plugins/RPJVisualizer/plugin.dylib

OS: macOS 10.12.6

Thanks.

@rubyglow rubyglow changed the title RPJ Visualizer 2.1.0 has an update loop RPJ Visualizer 2.1.0 has an update loop and doesn't load Oct 9, 2022
@kockie69 kockie69 added the question Further information is requested label Oct 18, 2022
@kockie69
Copy link
Owner

A new version (2.1.3) has been released. Hope this fixes the issue for you.

@rubyglow
Copy link
Author

Thanks, but unfortunately not. Still an update loop with 2.1.3 and still doesn't load.

[0.347 info src/plugin.cpp:162 loadPlugin] Loading plugin from /Users/lab/Documents/Rack2/plugins/RPJVisualizer
[0.348 warn src/plugin.cpp:228 loadPlugin] Could not load plugin /Users/lab/Documents/Rack2/plugins/RPJVisualizer: Failed to load library /Users/lab/Documents/Rack2/plugins/RPJVisualizer/plugin.dylib: dlopen(/Users/lab/Documents/Rack2/plugins/RPJVisualizer/plugin.dylib, 6): Symbol not found: ____chkstk_darwin
Referenced from: /Users/lab/Documents/Rack2/plugins/RPJVisualizer/plugin.dylib
Expected in: /usr/lib/libSystem.B.dylib
in /Users/lab/Documents/Rack2/plugins/RPJVisualizer/plugin.dylib

Maybe the underlying LibM doesn't support my old macOS 10.12.6 anymore, in which case it's allright, don't sweat it, appreciate the effort.

@rubyglow
Copy link
Author

Was just looking at this and this and thinking that if you build RPJ Visualizer using Github Actions or Travis CI, that might be the problem, and if possible the minimal supported macOS version should be set explicitely in the build config, if possible.

@kockie69
Copy link
Owner

I am using Github for my builds and I am using the macos-latest which is macos-11. I can do macos-10.15 but that is still newer then your 10.12.6 so I don't think that will work. I am happy trying to create one for you to see if it works ...

@kockie69
Copy link
Owner

This is a build with the older mac version:

Mac-2.1.2.zip

@rubyglow
Copy link
Author

Thanks. Still doesn't work, same error. It's allright if you can't get it to work. There are a few people with old macOS versions like me but maybe you'll never hear from them :-) Thanks for trying though.

@kockie69
Copy link
Owner

kockie69 commented Oct 19, 2022 via email

@rubyglow
Copy link
Author

Works for me now on latest test build 2.1.6 and the issue can be closed. Thanks Robert!

https://community.vcvrack.com/t/lowfatmilk-now-officially-in-the-library/18381/31?u=larsbjerregaard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants