mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #404] [BUG] All apps failing to launch with dlopen error #372
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#372
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 @derekriter on GitHub (Mar 21, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/404
Describe the bug
After updating to SideStore 0.6.0, all of my apps are now immediately crashing upon launch with an error such as
dlopen(/private/var/mobile/Containers/Data/Application/197293FA-4123-4757-B025-A9CB3CB61882/Documents/Applications/[com.christianselig.Apollo.app/Apollo](http://com.christianselig.apollo.app/Apollo), 0x0109): tried: '/private/var/mobile/Containers/Data/Application/197293FA-4123-4757-B025-A9CB3CB61882/Documents/Applications/[com.christianselig.Apollo.app/Apollo](http://com.christianselig.apollo.app/Apollo)' (code signature invalid in <9E4EC7AC-92B8-3A03-856C-CE3664D76B97> '/private/var/mobile/Containers/Data/Application/197293FA-4123-4757-B025-A9CB3CB61882/Documents/Applications/[com.christianselig.Apollo.app/Apollo](http://com.christianselig.apollo.app/Apollo)' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00D80AA0, codeBlobSize=0x0005CC60), '/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/197293FA-4123-4757-B025-A9CB3CB61882/Documents/Applications/[com.christianselig.Apollo.app/Apollo](http://com.christianselig.apollo.app/Apollo)' (no such file), '/private/var/mobile/Containers/Data/Application/197293FA-4123-4757-B025-A9CB3CB61882/Documents/Applications/[com.christianselig.Apollo.app/Apollo](http://com.christianselig.apollo.app/Apollo)' (code signature invalid in <9E4EC7AC-92B8-3A03-856C-CE3664D76B97> '/private/var/mobile/Containers/Data/Application/197293FA-4123-4757-B025-A9CB3CB61882/Documents/Applications/[com.christianselig.Apollo.app/Apollo](http://com.christianselig.apollo.app/Apollo)' (errno=1) sliceOffset=0x00000000, codeBlobOffset=0x00D80AA0, codeBlobSize=0x0005CC60)Instructions to reproduce
Install any ipa file and try to launch it.
What version of LiveContainer are you using?
3.3.1-release (main/92b68be)
Other info
Things I have already tried:
@hugeBlack commented on GitHub (Mar 21, 2025):
#265 section 6
@derekriter commented on GitHub (Mar 22, 2025):
I have already checked all of section 6. None of those were incorrect.
@hugeBlack commented on GitHub (Mar 22, 2025):
IT IS CORRECT. Check if the "certificate last update date" changes when you reopen sidestore. If it do change, force resign you app and try again.
If it still doesn't work, then remove both sidestore and livecontainer and do a fresh install
@derekriter commented on GitHub (Mar 22, 2025):
I have reinstalled everything from scratch and it is now working!
Thanks for your help