FloatingPanel icon indicating copy to clipboard operation
FloatingPanel copied to clipboard

Fatal Exception: CALayerInvalidGeometry

Open larryonoff opened this issue 5 years ago • 0 comments

FloatingPanel version 1.7.5

CALayer position contains NaN: [nan nan]

Fatal Exception: CALayerInvalidGeometry
0  CoreFoundation                 0x185d3a364 __exceptionPreprocess
1  libobjc.A.dylib                0x184f80528 objc_exception_throw
2  CoreFoundation                 0x185d3a2ac -[NSException initWithCoder:]
3  QuartzCore                     0x189d86690 CA::Layer::set_position(CA::Vec2<double> const&, bool)
4  QuartzCore                     0x189d7863c -[CALayer setPosition:]
5  UIKit                          0x18f4fdc1c __44+[UIView(Animation) _stopAnimationWithUUID:]_block_invoke
6  UIKit                          0x18f229a14 +[UIView(Animation) performWithoutAnimation:]
7  UIKit                          0x18f4fda2c +[UIView(Animation) _stopAnimationWithUUID:]
8  UIKit                          0x18fef9a50 -[UIViewPropertyAnimator stopAnimation:]
9  FloatingPanel                  0x10551c150 FloatingPanelCore.handle(panGesture:) + 401 (FloatingPanelCore.swift:401)
10 FloatingPanel                  0x10551c6e8 @objc FloatingPanelCore.handle(panGesture:) (<compiler-generated>)
11 UIKit                          0x18f8b8cd0 -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:]
12 UIKit                          0x18f8bd2c4 _UIGestureRecognizerSendTargetActions
13 UIKit                          0x18f395aa8 _UIGestureRecognizerSendActions
14 UIKit                          0x18f24cc38 -[UIGestureRecognizer _updateGestureWithEvent:buttonEvent:]
15 UIKit                          0x18f8a6b34 _UIGestureEnvironmentUpdate
16 CoreFoundation                 0x185ce1edc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
17 CoreFoundation                 0x185cdf894 __CFRunLoopDoObservers
18 CoreFoundation                 0x185cdfe50 __CFRunLoopRun
19 CoreFoundation                 0x185bffe58 CFRunLoopRunSpecific
20 GraphicsServices               0x187aacf84 GSEventRunModal
21 UIKit                          0x18f27f67c UIApplicationMain
22 inpreview                      0x104d8d0a0 main + 14 (IPVNavigatioImageButton.swift:14)
23 libdyld.dylib                  0x18571c56c start

larryonoff avatar Aug 07 '20 15:08 larryonoff