We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try and run the latest release (0.87) I get this error:
willjenkins@bees ~> Downloads/Volt.app/Contents/MacOS/volt dyld: Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib Referenced from: /Users/willjenkins/Downloads/Volt.app/Contents/MacOS/volt Reason: image not found fish: 'Downloads/Volt.app/Contents/Mac…' terminated by signal SIGABRT (Abort) willjenkins@bees ~> sw_vers ProductName: macOS ProductVersion: 11.2.1 BuildVersion: 20D74
The text was updated successfully, but these errors were encountered:
Haha, I pointed this out not too long ago on the V discord. I am surprised to only see this issue spring up only now.
To fix:
brew install openssl
Volt should now launch.
Sorry, something went wrong.
For people using MacPorts, the commands to get Volt to run are:
sudo port install openssl sudo mkdir -p /usr/local/opt/[email protected] sudo ln -s /opt/local/lib /usr/local/opt/[email protected]/lib
Warning: [email protected] 1.1.1l is already installed and up-to-date. To reinstall 1.1.1l, run: brew reinstall [email protected]
l1x@mano Volt.app % ./Contents/MacOS/volt dyld: Library not loaded: /opt/homebrew/opt/[email protected]/lib/libssl.1.1.dylib Referenced from: /Applications/Volt.app/./Contents/MacOS/volt Reason: image not found zsh: abort ./Contents/MacOS/volt
l1x@mano Volt.app % locate libssl.1.1.dylib /usr/local/Cellar/[email protected]/1.1.1l/lib/libssl.1.1.dylib
Why is Volt assuming that path?
No branches or pull requests
When I try and run the latest release (0.87) I get this error:
The text was updated successfully, but these errors were encountered: