You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TimeTracker will no longer open for me, since about a week ago. I've tried using AppCleaner.app to uninstall and then tried using 1.3.13 and 1.3.12.
Here are the logs:
5/31/15 12:49:33.645 AM Time Tracker[87185]: Subview frame: {{nan, 0}, {nan, 0}}
5/31/15 12:49:33.645 AM Time Tracker[87185]: Subview frame: {{nan, 0}, {nan, 0}}
5/31/15 12:49:33.645 AM Time Tracker[87185]: The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
5/31/15 12:49:33.650 AM Time Tracker[87185]: <BWSplitView: 0x1002051e0>: the delegate <BWSplitView: 0x1002051e0> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:
5/31/15 12:49:33.650 AM Time Tracker[87185]: Split view bounds: {{0, 0}, {0, 0}}
5/31/15 12:49:33.650 AM Time Tracker[87185]: Subview frame: {{0, 0}, {0, nan}}
5/31/15 12:49:33.650 AM Time Tracker[87185]: Subview frame: {{0, nan}, {0, nan}}
5/31/15 12:49:33.651 AM Time Tracker[87185]: The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
5/31/15 12:49:33.673 AM Time Tracker[87185]: *** Assertion failure in -[NSView initWithFrame:], /SourceCache/AppKit/AppKit-1347.57/AppKit.subproj/NSView.m:1788
5/31/15 12:49:33.675 AM Time Tracker[87185]: An uncaught exception was raised
5/31/15 12:49:33.675 AM Time Tracker[87185]: Frame containing non-finite values {{0, 0}, {0, nan}} passed to [NSView initWithFrame:]
5/31/15 12:49:33.675 AM Time Tracker[87185]: (
0 CoreFoundation 0x00007fff8e1b403c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff837b576e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8e1b3e1a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff8dde68cb -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fff820a7eeb -[NSView initWithFrame:] + 403
5 AppKit 0x00007fff820e7726 -[NSCustomView nibInstantiateWithObjectInstantiator:] + 654
6 AppKit 0x00007fff820a17fe -[NSIBObjectData instantiateObject:] + 264
7 AppKit 0x00007fff820a0e51 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
8 AppKit 0x00007fff82080205 loadNib + 384
9 AppKit 0x00007fff8207f72b +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
10 AppKit 0x00007fff8222ece7 +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
11 AppKit 0x00007fff8207f3d2 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 631
12 AppKit 0x00007fff82077e89 NSApplicationMain + 605
13 Time Tracker 0x000000010000108c start + 52
)
5/31/15 12:49:33.676 AM Time Tracker[87185]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Frame containing non-finite values {{0, 0}, {0, nan}} passed to [NSView initWithFrame:]'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff8e1b403c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff837b576e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8e1b3e1a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff8dde68cb -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fff820a7eeb -[NSView initWithFrame:] + 403
5 AppKit 0x00007fff820e7726 -[NSCustomView nibInstantiateWithObjectInstantiator:] + 654
6 AppKit 0x00007fff820a17fe -[NSIBObjectData instantiateObject:] + 264
7 AppKit 0x00007fff820a0e51 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
8 AppKit 0x00007fff82080205 loadNib + 384
9 AppKit 0x00007fff8207f72b +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
10 AppKit 0x00007fff8222ece7 +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
11 AppKit 0x00007fff8207f3d2 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 631
12 AppKit 0x00007fff82077e89 NSApplicationMain + 605
13 Time Tracker 0x000000010000108c start + 52
)
The text was updated successfully, but these errors were encountered:
Check the FAQ for the location of the data files (https://code.google.com/p/time-tracker-mac/wiki/FAQ). You might be able to fix it by removing <userhome>/Library/Application Support/TimeTracker/data.plist. If that doesn't help, try the other data file.
TimeTracker will no longer open for me, since about a week ago. I've tried using AppCleaner.app to uninstall and then tried using 1.3.13 and 1.3.12.
Here are the logs:
5/31/15 12:49:33.645 AM Time Tracker[87185]: Subview frame: {{nan, 0}, {nan, 0}}
5/31/15 12:49:33.645 AM Time Tracker[87185]: Subview frame: {{nan, 0}, {nan, 0}}
5/31/15 12:49:33.645 AM Time Tracker[87185]: The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
5/31/15 12:49:33.650 AM Time Tracker[87185]: <BWSplitView: 0x1002051e0>: the delegate <BWSplitView: 0x1002051e0> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:
5/31/15 12:49:33.650 AM Time Tracker[87185]: Split view bounds: {{0, 0}, {0, 0}}
5/31/15 12:49:33.650 AM Time Tracker[87185]: Subview frame: {{0, 0}, {0, nan}}
5/31/15 12:49:33.650 AM Time Tracker[87185]: Subview frame: {{0, nan}, {0, nan}}
5/31/15 12:49:33.651 AM Time Tracker[87185]: The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
5/31/15 12:49:33.673 AM Time Tracker[87185]: *** Assertion failure in -[NSView initWithFrame:], /SourceCache/AppKit/AppKit-1347.57/AppKit.subproj/NSView.m:1788
5/31/15 12:49:33.675 AM Time Tracker[87185]: An uncaught exception was raised
5/31/15 12:49:33.675 AM Time Tracker[87185]: Frame containing non-finite values {{0, 0}, {0, nan}} passed to [NSView initWithFrame:]
5/31/15 12:49:33.675 AM Time Tracker[87185]: (
0 CoreFoundation 0x00007fff8e1b403c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff837b576e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8e1b3e1a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff8dde68cb -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fff820a7eeb -[NSView initWithFrame:] + 403
5 AppKit 0x00007fff820e7726 -[NSCustomView nibInstantiateWithObjectInstantiator:] + 654
6 AppKit 0x00007fff820a17fe -[NSIBObjectData instantiateObject:] + 264
7 AppKit 0x00007fff820a0e51 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
8 AppKit 0x00007fff82080205 loadNib + 384
9 AppKit 0x00007fff8207f72b +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
10 AppKit 0x00007fff8222ece7 +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
11 AppKit 0x00007fff8207f3d2 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 631
12 AppKit 0x00007fff82077e89 NSApplicationMain + 605
13 Time Tracker 0x000000010000108c start + 52
)
5/31/15 12:49:33.676 AM Time Tracker[87185]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Frame containing non-finite values {{0, 0}, {0, nan}} passed to [NSView initWithFrame:]'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff8e1b403c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff837b576e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8e1b3e1a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff8dde68cb -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fff820a7eeb -[NSView initWithFrame:] + 403
5 AppKit 0x00007fff820e7726 -[NSCustomView nibInstantiateWithObjectInstantiator:] + 654
6 AppKit 0x00007fff820a17fe -[NSIBObjectData instantiateObject:] + 264
7 AppKit 0x00007fff820a0e51 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
8 AppKit 0x00007fff82080205 loadNib + 384
9 AppKit 0x00007fff8207f72b +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
10 AppKit 0x00007fff8222ece7 +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
11 AppKit 0x00007fff8207f3d2 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 631
12 AppKit 0x00007fff82077e89 NSApplicationMain + 605
13 Time Tracker 0x000000010000108c start + 52
)
The text was updated successfully, but these errors were encountered: