[GH-ISSUE #404] [BUG] All apps failing to launch with dlopen error #372

Closed
opened 2026-03-03 15:33:03 +03:00 by kerem · 4 comments
Owner

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:

  • Resign the app through SideStore
  • Reinstall the app through SideStore
  • Check JIT-Less Diagnosis, everything passes, including the Entitlement File
  • Repatch SideStore
  • Change signer and force sign, both AltSign and ZSign report the same error
  • Enable and disable all fixes/compatibility settings
  • Reinstalling LiveContainer apps
  • Convert to shared app and back to private app
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: - Resign the app through SideStore - Reinstall the app through SideStore - Check JIT-Less Diagnosis, everything passes, including the Entitlement File - Repatch SideStore - Change signer and force sign, both AltSign and ZSign report the same error - Enable and disable all fixes/compatibility settings - Reinstalling LiveContainer apps - Convert to shared app and back to private app
kerem 2026-03-03 15:33:03 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hugeBlack commented on GitHub (Mar 21, 2025):

#265 section 6

<!-- gh-comment-id:2744693781 --> @hugeBlack commented on GitHub (Mar 21, 2025): #265 section 6
Author
Owner

@derekriter commented on GitHub (Mar 22, 2025):

I have already checked all of section 6. None of those were incorrect.

<!-- gh-comment-id:2744701091 --> @derekriter commented on GitHub (Mar 22, 2025): I have already checked all of section 6. None of those were incorrect.
Author
Owner

@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

<!-- gh-comment-id:2744706139 --> @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
Author
Owner

@derekriter commented on GitHub (Mar 22, 2025):

I have reinstalled everything from scratch and it is now working!

Thanks for your help

<!-- gh-comment-id:2744726226 --> @derekriter commented on GitHub (Mar 22, 2025): I have reinstalled everything from scratch and it is now working! Thanks for your help
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#372
No description provided.