Monero wallet GUI Beryllium Bullet v0.13.0.3
Mac OS Mojave
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x1] Library missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: /usr/local/Cellar/openssl/1.0.2p/lib/libcrypto.1.0.0.dylib
Referenced from: /Applications/monero-wallet-gui.app/Contents/Frameworks/libssl.1.0.0.dylib
Reason: image not found

I got the same message, however I am able to run monorod and its currently updating the blockchain
Dynamic Library Error
Dyld Error Message:
Library not loaded: /usr/local/Cellar/openssl/1.0.2p/lib/libcrypto.1.0.0.dylib <- missing
Referenced from: /Applications/monero-wallet-gui.app/Contents/Frameworks/libssl.1.0.0.dylib
Reason: image not found
ls /usr/local/
bin libexec share etc var
find /usr/ -name libcrypto.* -print
/usr//lib/libcrypto.42.dylib
/usr//lib/libcrypto.0.9.7.dylib
/usr//lib/libcrypto.41.dylib
/usr//lib/libcrypto.35.dylib
/usr//lib/libcrypto.dylib
/usr//lib/libcrypto.0.9.8.dylib
Can someone test this out:
openssl using brew install opensslThis would obviously be only a temporary fix until there are new binaries without this problem.
Installing OpenSSL via Homebrew has allowed me to then open monero-wallet-gui.
Okay, so a workaround is good, but I really don't feel the urge to install HomeBrew. Dev's any idea on when a fix is likely at all? BTW, thank you for all the great work.
openssl 1.0.2l -> 1.0.2p was indeed necessary for me
@xyberpix - Stoffu is currently investigating the issue. Hopefully we can produce a new Mac OS X build soon that includes a fix.
@dEBRUYNE-1 Thanks man, appreciate the update.
You're welcome.
Trying to install HomeBrew ( by Restart-Utility-Terminal Pad) but it would not happen and getting the message: "Could not resolve host: raw.githubusercontent.com"
Any idea what I can do?
@Makazar
The normal Terminal, not the Terminal in the Restart Utility.
@selsta
Thanks. Have done but now it displays this message and would not let me type anything: "Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod u+rwx /usr/local/bin
Password: "
Ok, figured out why. The password icon was displayed to signify that the password won't be shown when typing it. So I typed it in and the whole bunch of commands is downloading. Inept or what?😂
@selsta
YES! Installation of Homebrew completed, then installed 'brew install openssl' and the wallet has just opened!
Thanks guys.
I confirm GUI Beryllium Bullet v0.13.0.3 is working fine with Mac OS Mojave now installing homebrew https://brew.sh and running:
brew install openssl
Open the wallet, done ✅
+resolved
Surely this isn't resolved yet? We can't possibly expect the average person to install brew and openssl manually? That's insane.
We resolved this on the build machine, v0.13.0.4 has this fixed and should be out in the next days.
We resolved this on the build machine, v0.13.0.4 has this fixed and should be out in the next days.
any update on this? will this also fix the issue on older versions of osX? i am on 10.11.4.
thanks in advance!
will this also fix the issue on older versions of osX? i am on 10.11.4.
Yes and GUI v0.13.0.4 should be out soon.
Quick workaround:
`
$ sudo -i
root# mkdir /usr/local/Cellar/openssl/1.0.2p/lib/
root# ln -s /Applications/monero-wallet-gui.app/Contents/Frameworks/libcrypto.1.0.0.dylib /usr/local/Cellar/openssl/1.0.2p/lib/
`
I had both installed, but had to upgrade brew via: brew upgrade
Hello Iam trying to figure out how to install openssl. I am the avg person who has no idea how to do this. I have founs openssl in homebrew. Now trying to get the openssl to run on my mac. My mac says i need an app to run it. which app? any help to get thru would be amazing.
thanks!
Fred
It is sufficient to have installed openSSL with Brew (“brew install openssl” in a terminal, supposing you have Brew already installed). The Monero GUI is the app that will automatically find it when opening. If it doesn’t, maybe openSSL is not in the PATH (the default directories where the system looks for a program).
(From Brew)
openssl is keg-only, which means it was not symlinked into /usr/local,
because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.
If you need to have openssl first in your PATH run:
echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
This is fixed in the v0.13.0.4 binaries, openSSL is not required.
https://www.reddit.com/r/Monero/comments/9ti2on/gui_v01304_beryllium_bullet_released/
Most helpful comment
Can someone test this out:
opensslusingbrew install opensslThis would obviously be only a temporary fix until there are new binaries without this problem.