-
Notifications
You must be signed in to change notification settings - Fork 11
Description
OSX 10.10.5 wallet wont boot
and this are the error messages from
1) GUI (part listed)
Radium-Qt quit unexpectedly
Dyld Error Message:
Symbol not found: _clock_gettime
Referenced from: /Applications/Radium-Qt.app/Contents/MacOS/../Frameworks/libdb_cxx-4.8.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
| header | header | header |
|---|---|---|
| 0 | dyld | 0x00007fff6e362075 dyld_fatal_error + 1 |
| 1 | dyld | 0x00007fff6e3652a8 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 180 |
| 2 | libdyld.dylib | 0x00007fff89f503ba dyld_stub_binder + 282 |
| 3 | ??? | 0x0000000103c1c008 0 + 4357996552 |
| 4 | libdb_cxx-4.8.dylib | 0x0000000103bf3028 __os_unique_id + 67 |
| 5 | libdb_cxx-4.8.dylib | 0x0000000103bcb978 __env_attach + 1084 |
| 6 | libdb_cxx-4.8.dylib | 0x0000000103bc92c7 __env_attach_regions + 225 |
| 7 | libdb_cxx-4.8.dylib | 0x0000000103bc8c36 __env_open + 205 |
| 8 | libdb_cxx-4.8.dylib | 0x0000000103b02358 DbEnv::open(char const*, unsigned int, int) + 80 |
| 9 | co.radium.radium-Qt | 0x0000000103238635 CDBEnv::Open(boost::filesystem::path) + 805 |
| 10 | co.radium.radium-Qt | 0x00000001031fc015 AppInit2(boost::thread_group&) + 9125 |
| 11 | co.radium.radium-Qt | 0x00000001030f1dce main + 4846 |
| 12 | co.radium.radium-Qt | 0x00000001030d60a4 start + 52 |
2) terminal:
/Applications/Radium-Qt.app/Contents/MacOS/Radium-Qt ; exit;
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Applications/Radium-Qt.app/Contents/MacOS/../Frameworks/libdb_cxx-4.8.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime
Referenced from: /Applications/Radium-Qt.app/Contents/MacOS/../Frameworks/libdb_cxx-4.8.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
Trace/BPT trap: 5
logout
[Process completed]