Guest User

Untitled

a guest
Dec 1st, 2013
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. Last login: Sun Dec 1 10:08:14 on ttys014
  2. dirkks-macbook:~ dirkk$ /Users/dirkk/Dropbox/projects/nimrod/ray/test ; exit;
  3. Dec 1 10:08:22 dirkks-macbook.fritz.box test[79953] <Error>: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
  4. Dec 1 10:08:22 dirkks-macbook.fritz.box test[79953] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
  5. Dec 1 10:08:22 dirkks-macbook.fritz.box test[79953] <Error>: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
  6. Dec 1 10:08:22 dirkks-macbook.fritz.box test[79953] <Error>: kCGErrorInvalidConnection: CGSNewWindowWithOpaqueShape: Invalid connection
  7. 2013-12-01 10:08:22.498 test[79953:707] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow on line 263'
  8. *** First throw call stack:
  9. (
  10. 0 CoreFoundation 0x00007fff9581cf56 __exceptionPreprocess + 198
  11. 1 libobjc.A.dylib 0x00007fff8a919d5e objc_exception_throw + 43
  12. 2 CoreFoundation 0x00007fff9581cd8a +[NSException raise:format:arguments:] + 106
  13. 3 CoreFoundation 0x00007fff9581cd14 +[NSException raise:format:] + 116
  14. 4 AppKit 0x00007fff8b23a16f _NSCreateWindowWithOpaqueShape2 + 755
  15. 5 AppKit 0x00007fff8b1886c5 -[NSWindow _commonAwake] + 1875
  16. 6 AppKit 0x00007fff8b187360 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 1871
  17. 7 AppKit 0x00007fff8b1863af -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1502
  18. 8 AppKit 0x00007fff8b185d7f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 47
  19. 9 libSDL-1.2.0.dylib 0x000000010222dae5 -[SDL_QuartzWindow initWithContentRect:styleMask:backing:defer:] + 279
  20. 10 libSDL-1.2.0.dylib 0x000000010222b4de QZ_SetVideoMode + 1429
  21. 11 libSDL-1.2.0.dylib 0x00000001022227b1 SDL_SetVideoMode + 907
  22. 12 test 0x0000000102070339 testInit + 233
  23. 13 test 0x000000010206ffdb NimMain + 59
  24. 14 test 0x00000001020703a7 main + 71
  25. 15 test 0x00000001020508a4 start + 52
  26. 16 ??? 0x0000000000000001 0x0 + 1
  27. )
  28. terminate called throwing an exceptionTraceback (most recent call last)
  29. test.nim(4) test
  30. SIGABRT: Abnormal termination.
Advertisement
Add Comment
Please, Sign In to add comment