mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-26 01:25:52 +03:00
[GH-ISSUE #775] [BUG] The built-in SideStore crashed and the certificate was revoked. #698
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#698
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IVBXData on GitHub (Aug 20, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/775
Describe the bug
There was a crash error in the built-in SideStore, and the suspected certificate was revoked in advance.
Wrong content:
dlopen(/private/var/containers/Bundle/Application/3D13518E-770F-4000-8063-1E3108EC7E7A/App.app/Frameworks/SideStoreApp.framework/SideStore, 0x0109): tried: '/private/var/containers/Bundle/Application/3D13518E-770F-4000-8063-1E3108EC7E7A/App.app/Frameworks/SideStoreApp.framework/SideStore' (code signature invalid in <0B125A13-2973-378A-9BA6-DB7023072528> '/private/var/containers/Bundle/Application/3D13518E-770F-4000-8063-1E3108EC7E7A/App.app/Frameworks/SideStoreApp.framework/SideStore' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x01283C10, codeBlobSize=0x00042FA0), '/private/preboot/Cryptexes/OS/private/var/containers/Bundle/Application/3D13518E-770F-4000-8063-1E3108EC7E7A/App.app/Frameworks/SideStoreApp.framework/SideStore' (no such file), '/private/var/containers/Bundle/Application/3D13518E-770F-4000-8063-1E3108EC7E7A/App.app/Frameworks/SideStoreApp.framework/SideStore' (code signature invalid in <0B125A13-2973-378A-9BA6-DB7023072528> '/private/var/containers/Bundle/Application/3D13518E-770F-4000-8063-1E3108EC7E7A/App.app/Frameworks/SideStoreApp.framework/SideStore' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x01283C10, codeBlobSize=0x00042FA0)
Instructions to reproduce
After installing LiveContainer for a period of time (about one day), open the built-in SideStore (cannot be 100% reproduced)
What version of LiveContainer and iOS are you using?
LiveContainer+SideStore3.6.1,iOS26PB4
Other info
No response
@IVBXData commented on GitHub (Aug 20, 2025):
At present, I have only found one way to fix this problem, which is to reinstall LiveContainer.
@hugeBlack commented on GitHub (Aug 20, 2025):
Probably due to wrong usage of SideStore. Not a LiveContainer issue.