Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sent to safe mode when getting notification #5

Open
Dojutsu opened this issue Apr 17, 2020 · 2 comments
Open

Sent to safe mode when getting notification #5

Dojutsu opened this issue Apr 17, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@Dojutsu
Copy link

Dojutsu commented Apr 17, 2020

Getting a notification from the app Kippo sends me straight into safe mode.

@Skittyblock
Copy link
Owner

Crash log?

@Dojutsu
Copy link
Author

Dojutsu commented Apr 17, 2020

Date: 4/16/20, 7:26 PM
Process: SpringBoard
Bundle id: com.apple.springboard
Device: iPhone X, iOS 13.3.1
Bundle version: 1.0

Exception type: NSInvalidArgumentException
Reason: -[__NSCFConstantString characterAtIndex:]: Range or index out of bounds
Culprit: Pokebox.dylib

Call stack:
0 CoreFoundation 0x0000000186b3aa5c 0x186a0f000 + 0x12ba48 // __exceptionPreprocess
1 libobjc.A.dylib 0x0000000186861fa4 0x18685c000 + 0x5fa4 // objc_exception_throw
2 CoreFoundation 0x0000000186b90360 0x186a0f000 + 0x181360 // -[__NSCFString characterAtIndex:].cold.1
3 CoreFoundation 0x0000000186b90390 0x186a0f000 + 0x181390 // -[__NSCFString getCharacters:range:].cold.1
4 CoreFoundation 0x0000000186a21100 0x186a0f000 + 0x12100 // -[__NSDictionaryM copyWithZone:]
5 Pokebox.dylib 0x000000010144dde8 0x101444000 + 0x9de8 // refreshViews
6 UIKitCore 0x000000018a5ab6c0 0x18a1bd000 + 0x3ee6c0 // -[UIViewController _setViewAppearState:isAnimating:]
7 UIKitCore 0x000000018a5ac0e0 0x18a1bd000 + 0x3ef0e0 // -[UIViewController _endAppearanceTransition:]
8 UIKitCore 0x000000018a4c51ec 0x18a1bd000 + 0x3081ec // __48-[UIPresentationController transitionDidFinish:]_block_invoke
9 UIKitCore 0x000000018a4c4fcc 0x18a1bd000 + 0x307fcc // -[UIPresentationController transitionDidFinish:]
10 UIKitCore 0x000000018a4c976c 0x18a1bd000 + 0x30c76c // __56-[UIPresentationController runTransitionForCurrentState]_block_invoke.503
11 UIKitCore 0x000000018a5cd5a8 0x18a1bd000 + 0x4105a8 // -[_UIViewControllerTransitionContext completeTransition:]
12 UserNotificationsUIKit 0x00000001aae1ae3c 0x1aada7000 + 0x73e3c // __81-[NCBannerPresentationAnimator _animatePresentationOfViewController:withContext:]_block_invoke.33
13 UserNotificationsUIKit 0x00000001aae11fd8 0x1aada7000 + 0x6afd8 // -[NCAnimationCoordinator animationEnded:]
14 UIKitCore 0x000000018a5cd5fc 0x18a1bd000 + 0x4105fc // -[_UIViewControllerTransitionContext completeTransition:]
15 UserNotificationsUIKit 0x00000001aae11f94 0x1aada7000 + 0x6af94 // __44-[NCAnimationCoordinator animateTransition:]_block_invoke.39
16 UIKitCore 0x000000018b049d90 0x18a1bd000 + 0xe8cd90 // -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:]
17 UIKitCore 0x000000018b01dc70 0x18a1bd000 + 0xe60c70 // -[UIViewAnimationState sendDelegateAnimationDidStop:finished:]
18 UIKitCore 0x000000018b01e178 0x18a1bd000 + 0xe61178 // -[UIViewAnimationState animationDidStop:finished:]
19 UIKitCore 0x000000018b01e2c8 0x18a1bd000 + 0xe612c8 // -[UIViewAnimationState animationDidStop:finished:]
20 QuartzCore 0x000000018d5cfdac 0x18d46d000 + 0x162dac // CA::Layer::run_animation_callbacks(void*)
21 libdispatch.dylib 0x0000000186807184 0x1867ab000 + 0x5c184 // _dispatch_client_callout
22 libdispatch.dylib 0x00000001867ea34c 0x1867ab000 + 0x3f34c // _dispatch_main_queue_callback_4CF$VARIANT$armv81
23 CoreFoundation 0x0000000186ab85e4 0x186a0f000 + 0xa95e4 // CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
24 CoreFoundation 0x0000000186ab35d8 0x186a0f000 + 0xa45d8 // __CFRunLoopRun
25 CoreFoundation 0x0000000186ab2adc 0x186a0f000 + 0xa3adc // CFRunLoopRunSpecific
26 GraphicsServices 0x0000000190a53328 0x190a50000 + 0x3328 // GSEventRunModal
27 UIKitCore 0x000000018abc063c 0x18a1bd000 + 0xa0363c // UIApplicationMain
28 SpringBoard 0x00000001be4064a4 0x1be31a000 + 0xec4a4 // SBSystemAppMain
29 libdyld.dylib 0x000000018693c360 0x18693b000 + 0x1360 // start

{"NSExceptionReason":"-[__NSCFConstantString characterAtIndex:]: Range or index out of bounds","ProcessBundleID":"com.apple.springboard","ProcessName":"SpringBoard","Culprit":"Pokebox.dylib"}

@Skittyblock Skittyblock added the bug Something isn't working label Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants