Closed yrrv1980 closed 6 years ago
It looks like you might not have the 'boost' library installed on your machine.
There are a couple of ways to resolve this. If you have Homebrew installed you can open the terminal app and run the command:
brew install boost
If that command doesn't work, open a Finder window and navigate to the Applications directory. Find the Raven app that was installed, right-click on it and choose Show Package Contents. In the Contents directory, open the Frameworks directory. Find a file called libboost_system.dylib, select the file and click the command+C keys, then the Command+V keys. At the bottom of the Contents directory, you should now have a copy of the libboost_system.dylib file. Right click and rename the file to be _libboostsystem-mt.dylib. Then simply drag and drop the new file into the Frameworks directory.
Hopefully this is the issue. Please post a new comment and let us know if this resolves the issue...
It also looks like @underDarkSkies has compiled an installer for OSX that resolves this issue. You can pull his DMG down and install it here: https://github.com/underdarkskies/Ravencoin/releases/tag/v2.0.1
Thanks ! really appreciate the help, I was able to make it work with the Installer.
I'm going to leave this here for now because it provides the solution. We will be building new 2.0.2 binaries that should work on High Sierra.
Hi, I have a similar issue with latest built Raven-2.0.3-osx.dmg ... running on OSX 10.13.6.
Error Report: Process: Raven-Qt [29746] Path: /Applications/Coins/Raven-Qt.app/Contents/MacOS/Raven-Qt Identifier: org.ravenfoundation.Raven-Qt Version: 2.0.3 (2.0.3) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Raven-Qt [29746] User ID: 501
Date/Time: 2018-08-15 10:25:23.741 +0200 OS Version: Mac OS X 10.13.6 (17G65) Report Version: 12 Bridge OS Version: 3.0 (14Y664) Anonymous UUID: 1A9D007D-4F90-6AEF-F3B2-8A96739E6014
Sleep/Wake UUID: 3B9AC087-552B-4F26-A1BD-7CD927188D9F
Time Awake Since Boot: 120000 seconds Time Since Wake: 1600 seconds
System Integrity Protection: disabled
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: @loader_path/libboost_system-mt.dylib Referenced from: /Applications/Coins/Raven-Qt.app/Contents/Frameworks/libboost_thread-mt.dylib Reason: image not found
Binary Images:
0x1039ff000 - 0x10451bfff +org.ravenfoundation.Raven-Qt (2.0.3 - 2.0.3)
Hi, The following did the trick:
=> In applications go to Raven app that was installed and rightclick on it and choose Show Package Contents. In the Contents directory open the Frameworks directory find the file called libboost_system.dylib now you have to copy this and paste it in the same frameworks directory now you should have a copy of libboost_system.dylib file and now rename the file to be libboost_system-mt.dylib
@gaetan29 Thank You
Related to: https://github.com/litecoin-project/litecoin/issues/369 Working on a solution.
@TronBlack this was already fixed in #164 You simply need to use the build process I outlined.
The inclusion of libboost_system-mt was removed in a PR. Putting it back in. Making new builds.
Hi, here is the report I pulled from the issue:
RavenQt issue.pdf
I hope this helps thanks