Created
November 21, 2013 05:09
-
-
Save orklann/7576389 to your computer and use it in GitHub Desktop.
Colloquy Running Exception
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-11-21 13:09:09.785 ColloquyDaemon[3431:303] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Connection could not be registered. Another process likely has registered with the same name.' | |
*** First throw call stack: | |
( | |
0 CoreFoundation 0x00007fff8dbcb41c __exceptionPreprocess + 172 | |
1 libobjc.A.dylib 0x00007fff8d5c2e75 objc_exception_throw + 43 | |
2 ColloquyDaemon 0x000000010000b802 -[CQDaemonClientConnectionController init] + 802 | |
3 ColloquyDaemon 0x000000010000b4a6 __55+[CQDaemonClientConnectionController defaultController]_block_invoke + 54 | |
4 libdispatch.dylib 0x00007fff90d9e2ad _dispatch_client_callout + 8 | |
5 libdispatch.dylib 0x00007fff90d9e21c dispatch_once_f + 79 | |
6 ColloquyDaemon 0x000000010000b44d +[CQDaemonClientConnectionController defaultController] + 141 | |
7 ColloquyDaemon 0x000000010000ace0 -[CQColloquyDaemon run] + 128 | |
8 ColloquyDaemon 0x000000010000b292 CQColloquyDaemonMain + 82 | |
9 ColloquyDaemon 0x0000000100001352 main + 34 | |
10 ColloquyDaemon 0x0000000100001324 start + 52 | |
) | |
libc++abi.dylib: terminating with uncaught exception of type NSException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got this error, to, found a solution?