Advertisement
Guest User

Console output

a guest
Sep 29th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.69 KB | None | 0 0
  1. 29/09/15 11:14:27,738 Porting Kit Legacy: An uncaught exception was raised
  2. 29/09/15 11:14:27,740 Porting Kit Legacy: *** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (CIColorClamp)
  3. 29/09/15 11:14:27,746 Porting Kit Legacy: (
  4. 0 CoreFoundation 0x00007fff8d027f56 __exceptionPreprocess + 198
  5. 1 libobjc.A.dylib 0x00007fff876d1d5e objc_exception_throw + 43
  6. 2 CoreFoundation 0x00007fff8d027d8a +[NSException raise:format:arguments:] + 106
  7. 3 CoreFoundation 0x00007fff8d027d14 +[NSException raise:format:] + 116
  8. 4 Foundation 0x00007fff8643f705 _decodeObjectBinary + 2714
  9. 5 Foundation 0x00007fff86440976 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
  10. 6 Foundation 0x00007fff8641745c -[NSArray(NSArray) initWithCoder:] + 486
  11. 7 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  12. 8 Foundation 0x00007fff8643eab2 _decodeObject + 201
  13. 9 AppKit 0x00007fff8d7169ed -[NSView initWithCoder:] + 1494
  14. 10 AppKit 0x00007fff8d719480 -[NSControl initWithCoder:] + 52
  15. 11 AppKit 0x00007fff8d7193c2 -[NSSegmentedControl initWithCoder:] + 50
  16. 12 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  17. 13 Foundation 0x00007fff86440976 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
  18. 14 Foundation 0x00007fff8641745c -[NSArray(NSArray) initWithCoder:] + 486
  19. 15 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  20. 16 Foundation 0x00007fff8643eab2 _decodeObject + 201
  21. 17 AppKit 0x00007fff8d716832 -[NSView initWithCoder:] + 1051
  22. 18 AppKit 0x00007fff8d7163a1 -[NSCustomView initWithCoder:] + 652
  23. 19 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  24. 20 Foundation 0x00007fff86440976 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
  25. 21 Foundation 0x00007fff8641745c -[NSArray(NSArray) initWithCoder:] + 486
  26. 22 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  27. 23 Foundation 0x00007fff8643eab2 _decodeObject + 201
  28. 24 AppKit 0x00007fff8d716832 -[NSView initWithCoder:] + 1051
  29. 25 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  30. 26 Foundation 0x00007fff8643eab2 _decodeObject + 201
  31. 27 AppKit 0x00007fff8d80793e -[NSWindowTemplate initWithCoder:] + 3998
  32. 28 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  33. 29 Foundation 0x00007fff86440976 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
  34. 30 Foundation 0x00007fff86440377 -[NSSet(NSSet) initWithCoder:] + 519
  35. 31 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  36. 32 Foundation 0x00007fff8643eab2 _decodeObject + 201
  37. 33 AppKit 0x00007fff8d61b1b9 -[NSIBObjectData initWithCoder:] + 2099
  38. 34 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  39. 35 Foundation 0x00007fff8643eab2 _decodeObject + 201
  40. 36 AppKit 0x00007fff8d61a864 loadNib + 235
  41. 37 AppKit 0x00007fff8d619db8 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
  42. 38 AppKit 0x00007fff8d619cd3 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
  43. 39 AppKit 0x00007fff8d619c16 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
  44. 40 AppKit 0x00007fff8d88acd7 NSApplicationMain + 398
  45. 41 Porting Kit Legacy 0x0000000100001224 start + 52
  46. 42 ??? 0x0000000000000002 0x0 + 2
  47. )
  48. 29/09/15 11:14:27,747 Porting Kit Legacy: *** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (CIColorClamp)'
  49. *** First throw call stack:
  50. (
  51. 0 CoreFoundation 0x00007fff8d027f56 __exceptionPreprocess + 198
  52. 1 libobjc.A.dylib 0x00007fff876d1d5e objc_exception_throw + 43
  53. 2 CoreFoundation 0x00007fff8d027d8a +[NSException raise:format:arguments:] + 106
  54. 3 CoreFoundation 0x00007fff8d027d14 +[NSException raise:format:] + 116
  55. 4 Foundation 0x00007fff8643f705 _decodeObjectBinary + 2714
  56. 5 Foundation 0x00007fff86440976 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
  57. 6 Foundation 0x00007fff8641745c -[NSArray(NSArray) initWithCoder:] + 486
  58. 7 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  59. 8 Foundation 0x00007fff8643eab2 _decodeObject + 201
  60. 9 AppKit 0x00007fff8d7169ed -[NSView initWithCoder:] + 1494
  61. 10 AppKit 0x00007fff8d719480 -[NSControl initWithCoder:] + 52
  62. 11 AppKit 0x00007fff8d7193c2 -[NSSegmentedControl initWithCoder:] + 50
  63. 12 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  64. 13 Foundation 0x00007fff86440976 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
  65. 14 Foundation 0x00007fff8641745c -[NSArray(NSArray) initWithCoder:] + 486
  66. 15 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  67. 16 Foundation 0x00007fff8643eab2 _decodeObject + 201
  68. 17 AppKit 0x00007fff8d716832 -[NSView initWithCoder:] + 1051
  69. 18 AppKit 0x00007fff8d7163a1 -[NSCustomView initWithCoder:] + 652
  70. 19 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  71. 20 Foundation 0x00007fff86440976 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
  72. 21 Foundation 0x00007fff8641745c -[NSArray(NSArray) initWithCoder:] + 486
  73. 22 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  74. 23 Foundation 0x00007fff8643eab2 _decodeObject + 201
  75. 24 AppKit 0x00007fff8d716832 -[NSView initWithCoder:] + 1051
  76. 25 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  77. 26 Foundation 0x00007fff8643eab2 _decodeObject + 201
  78. 27 AppKit 0x00007fff8d80793e -[NSWindowTemplate initWithCoder:] + 3998
  79. 28 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  80. 29 Foundation 0x00007fff86440976 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
  81. 30 Foundation 0x00007fff86440377 -[NSSet(NSSet) initWithCoder:] + 519
  82. 31 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  83. 32 Foundation 0x00007fff8643eab2 _decodeObject + 201
  84. 33 AppKit 0x00007fff8d61b1b9 -[NSIBObjectData initWithCoder:] + 2099
  85. 34 Foundation 0x00007fff8643f797 _decodeObjectBinary + 2860
  86. 35 Foundation 0x00007fff8643eab2 _decodeObject + 201
  87. 36 AppKit 0x00007fff8d61a864 loadNib + 235
  88. 37 AppKit 0x00007fff8d619db8 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
  89. 38 AppKit 0x00007fff8d619cd3 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
  90. 39 AppKit 0x00007fff8d619c16 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
  91. 40 AppKit 0x00007fff8d88acd7 NSApplicationMain + 398
  92. 41 Porting Kit Legacy 0x0000000100001224 start + 52
  93. 42 ??? 0x0000000000000002 0x0 + 2
  94. )
  95. 29/09/15 11:14:29,553 ReportCrash: Saved crash report for Porting Kit Legacy[423] version 1.6 (1.6.33) to /Users/GijsV/Library/Logs/DiagnosticReports/Porting Kit Legacy_2015-09-29-111429_Gijss-MacBook.crash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement