Hi,
Can you please fix the Mac wallet? It is not working from day one (on either OS X 10.9.0 or latest 10.9.2), and I believe the
libdb_cxx-4.8.dylib is missing!
Process: Continuumcoin-Qt [2335]
Path: /Volumes/VOLUME/ContinuumCoin-Qt.app/Contents/MacOS/Continuumcoin-Qt
Identifier: org.bitcoinfoundation.Bitcoin-Qt
Version:
Code Type: X86-64 (Native)
Parent Process: launchd [179]
Responsible: Continuumcoin-Qt [2335]
Date/Time: 2014-02-26 21:27:53.341 -0500
OS Version: Mac OS X 10.9.2 (13C64)
Report Version: 11
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: /opt/local/lib/db48/libdb_cxx-4.8.dylib Referenced from: /Volumes/VOLUME/ContinuumCoin-Qt.app/Contents/MacOS/Continuumcoin-Qt
Reason: image not found
hi,
some users complained that libdb_cxx-4.8 is not loaded. But its linked to the app and also copied into it.
can you try copying the app to your system instead starting it from the .dmg image.
Otherwise the explanation below is a temporary solution for the issue. I am rebuilding the .app
to link the library again manually.
You can copy the libdb_cxx-4.8.dylib from the CTM.app framework into your /op/local/lib/:
type this 2 commands in your comandline (terminal):
sudo mkdir /opt/local/lib/db48
(cp copies the library into the folder. you have to be in the same directory your app is)
cp ContinuumCoin-Qt.app/Contents/Frameworks/libdb_cxx-4.8.dylib /opt/local/lib/db48
if you have any questions, don't hesitate to contact us.
cheers,
bitsta