-
Notifications
You must be signed in to change notification settings - Fork 941
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
AltServer Crashes Attempting to Install AltStore #201
Comments
Bit of a long shot here, but does your Serial Number in About This Mac say Unknown or Unavailable? I'm having the same issue, but I have a feeling it's got something to do with the fact that my mac has forgotten its serial number, which is causing a number of other issues related to iCloud. |
Actually yes. Serial Number 'Unavailable'. However, no other iCloud related issues. |
Yep- looked into this a bit last night, found that deviceSerialNumber loading into anisetteData is nil for me. Wasn't sure if it was the my phone or mac but I can confirm my mac has forgotten its serial number. |
I'm glad to know someone else has the same symptoms haha. Guess it's time for a trip to the Apple Store 😬 |
Same issue here with a SIGABRT, but my mac has a serial number so maybe not the same issue at all. How do I get hold of the traceback? Have been digging in Console but no luck so far. |
I have something similar. I have catalina vmware image. AltStore was installed and I managed to jailbreak once with it using unc0ver. But now AltServer crushes after login/pass entered. |
Happening for me too:
I managed to pull these 3 messages from Console.app:
My gear:
Not sure if it's relevant, but a prior log message (cleared it already) from Does any of this point to a possible cause? Also this seems like a very cool app and I'm excited to get it working. |
Maybe #280 has the fix? |
hi there! sorry for the lack of response - are you still experiencing issues? |
AltServer crashes immediately after entering login to install AltStore. AltServer 1.3.2, macOS Catalina 10.15.5. Mail app open with plugin activated. Same issue experienced on multiple iPhones and multiple Macs.
This issue was present in previous versions as well.
Crash log below. Full log available.
System Integrity Protection: disabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[14]'
terminating with uncaught exception of type NSException
abort() called
Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff31653887 __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff6a4d5a9e objc_exception_throw + 48
2 CoreFoundation 0x00007fff31702806 _CFThrowFormattedException + 194
3 CoreFoundation 0x00007fff3170d1bb -[__NSPlaceholderDictionary initWithObjects:forKeys:count:].cold.5 + 0
4 CoreFoundation 0x00007fff3155e2d5 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 235
5 CoreFoundation 0x00007fff3155e1d0 +[NSDictionary dictionaryWithObjects:forKeys:count:] + 49
6 AltSign 0x000000010d29f1f8 -[ALTAppleAPI(Authentication) authenticateWithAppleID:password:anisetteData:verificationHandler:completionHandler:] + 1023
7 AltServer 0x000000010cebca56 AltServer + 55894
8 AltServer 0x000000010cebaf4a AltServer + 48970
9 AltServer 0x000000010cec7d69 AltServer + 101737
10 AltServer 0x000000010ceea76b AltServer + 243563
11 AltServer 0x000000010ceea6c9 AltServer + 243401
12 AltServer 0x000000010cee7313 AltServer + 230163
13 AltServer 0x000000010cee7a56 AltServer + 232022
14 AltServer 0x000000010cee7b0e AltServer + 232206
15 CoreFoundation 0x00007fff315cd3c9 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12
16 CoreFoundation 0x00007fff315cd35d ___CFXRegistrationPost1_block_invoke + 63
17 libdispatch.dylib 0x00007fff6b61a6c4 _dispatch_call_block_and_release + 12
18 libdispatch.dylib 0x00007fff6b61b658 _dispatch_client_callout + 8
19 libdispatch.dylib 0x00007fff6b626cab _dispatch_main_queue_callback_4CF + 936
20 CoreFoundation 0x00007fff31616c93 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
21 CoreFoundation 0x00007fff315d691a __CFRunLoopRun + 2042
22 CoreFoundation 0x00007fff315d5ac3 CFRunLoopRunSpecific + 466
23 HIToolbox 0x00007fff301f4abd RunCurrentEventLoopInMode + 292
24 HIToolbox 0x00007fff301f47d5 ReceiveNextEventCommon + 584
25 HIToolbox 0x00007fff301f4579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
26 AppKit 0x00007fff2e84fa99 _DPSNextEvent + 883
27 AppKit 0x00007fff2e84e2e0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
28 AppKit 0x00007fff2e83ffee -[NSApplication run] + 658
29 AppKit 0x00007fff2e811df6 NSApplicationMain + 777
30 AltServer 0x000000010cec3d99 AltServer + 85401
31 libdyld.dylib 0x00007fff6b674cc9 start + 1
The text was updated successfully, but these errors were encountered: