Guest User

Untitled

a guest
Jun 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.93 KB | None | 0 0
  1. Kampfbanane:MacOS claudiomettler$ ./Visiontek\ 3G\ USB\ Modem
  2. 2012-02-08 21:20:58.401 Visiontek 3G USB Modem[3181:407] initWithFram:0 0 616 369
  3. 2012-02-08 21:20:58.511 Visiontek 3G USB Modem[3181:407] *** Assertion failure in -[myWindow _setFrameworkScaleFactor:], /SourceCache/AppKit/AppKit-1138.23/AppKit.subproj/NSWindow.m:18556
  4. 2012-02-08 21:20:58.512 Visiontek 3G USB Modem[3181:407] An uncaught exception was raised
  5. 2012-02-08 21:20:58.516 Visiontek 3G USB Modem[3181:407] _setFrameworkScaleFactor called with non-nil _borderView
  6. 2012-02-08 21:20:58.526 Visiontek 3G USB Modem[3181:407] (
  7.     0   CoreFoundation                      0x99879d87 __raiseError + 231
  8.     1   libobjc.A.dylib                     0x91c84149 objc_exception_throw + 155
  9.     2   CoreFoundation                      0x997e1619 +[NSException raise:format:arguments:] + 137
  10.     3   Foundation                          0x9122f36f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
  11.     4   AppKit                              0x9a14d359 -[NSWindow(NSWindow_Scale) _setFrameworkScaleFactor:] + 184
  12.     5   AppKit                              0x9a14d29c -[NSWindow(NSWindow_Scale) _setScaleFactor:] + 44
  13.     6   AppKit                              0x9a14cc15 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 437
  14.     7   AppKit                              0x9a14c1b9 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1054
  15.     8   AppKit                              0x9a14bd2f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 70
  16.     9   Visiontek 3G USB Modem              0x00038c62 -[myWindow initWithContentRect:styleMask:backing:defer:] + 93
  17.     10  Visiontek 3G USB Modem              0x0003c3ca -[uiAppDelegate awakeFromNib] + 349
  18.     11  CoreFoundation                      0x997d753a -[NSObject performSelector:] + 58
  19.     12  CoreFoundation                      0x997d74b7 -[NSSet makeObjectsPerformSelector:] + 247
  20.     13  AppKit                              0x99fda197 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1315
  21.     14  AppKit                              0x99fcff3f loadNib + 380
  22.     15  AppKit                              0x99fcf329 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 235
  23.     16  AppKit                              0x99fcf233 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
  24.     17  AppKit                              0x99fcf167 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 418
  25.     18  AppKit                              0x9a256f29 NSApplicationMain + 445
  26.     19  Visiontek 3G USB Modem              0x0000256a start + 54
  27.     20  ???                                 0x00000001 0x0 + 1
  28. )
  29. 2012-02-08 21:20:58.527 Visiontek 3G USB Modem[3181:407] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '_setFrameworkScaleFactor called with non-nil _borderView'
  30. *** Call stack at first throw:
  31. (
  32.     0   CoreFoundation                      0x99879d87 __raiseError + 231
  33.     1   libobjc.A.dylib                     0x91c84149 objc_exception_throw + 155
  34.     2   CoreFoundation                      0x997e1619 +[NSException raise:format:arguments:] + 137
  35.     3   Foundation                          0x9122f36f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
  36.     4   AppKit                              0x9a14d359 -[NSWindow(NSWindow_Scale) _setFrameworkScaleFactor:] + 184
  37.     5   AppKit                              0x9a14d29c -[NSWindow(NSWindow_Scale) _setScaleFactor:] + 44
  38.     6   AppKit                              0x9a14cc15 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 437
  39.     7   AppKit                              0x9a14c1b9 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1054
  40.     8   AppKit                              0x9a14bd2f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 70
  41.     9   Visiontek 3G USB Modem              0x00038c62 -[myWindow initWithContentRect:styleMask:backing:defer:] + 93
  42.     10  Visiontek 3G USB Modem              0x0003c3ca -[uiAppDelegate awakeFromNib] + 349
  43.     11  CoreFoundation                      0x997d753a -[NSObject performSelector:] + 58
  44.     12  CoreFoundation                      0x997d74b7 -[NSSet makeObjectsPerformSelector:] + 247
  45.     13  AppKit                              0x99fda197 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1315
  46.     14  AppKit                              0x99fcff3f loadNib + 380
  47.     15  AppKit                              0x99fcf329 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 235
  48.     16  AppKit                              0x99fcf233 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
  49.     17  AppKit                              0x99fcf167 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 418
  50.     18  AppKit                              0x9a256f29 NSApplicationMain + 445
  51.     19  Visiontek 3G USB Modem              0x0000256a start + 54
  52.     20  ???                                 0x00000001 0x0 + 1
  53. )
  54. Trace/BPT trap: 5
Add Comment
Please, Sign In to add comment