Skip to content

Instantly share code, notes, and snippets.

@orklann
Created November 21, 2013 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orklann/7576389 to your computer and use it in GitHub Desktop.
Save orklann/7576389 to your computer and use it in GitHub Desktop.
Colloquy Running Exception
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
@j15e
Copy link

j15e commented Mar 23, 2014

Got this error, to, found a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment