[GH-ISSUE #622] Instagram rocket 384 not working #554

Closed
opened 2026-03-03 15:34:32 +03:00 by kerem · 9 comments
Owner

Originally created by @DrLubos on GitHub (Jun 25, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/622

Describe the issue

When I try to run cracked instagram rocker 384.0.0 it shows error "LiveContainer seems to crash during last app signing, and the app might be corrupted. Please consider reinstalling the app or switching to another signer.". I tried with latest AltStore and LiveContainer. Older Instagram rocket 369.0.0 is working, and also YouTube, which I am using.

Instructions to reproduce

  1. Install Instagram_384.0.0_Rocket_3.8.36_Cracked_LeTi.ipa
  2. Run installed Instagram
  3. Error "LiveContainer seems to crash during last app signing, and the app might be corrupted. Please consider reinstalling the app or switching to another signer."

What version of LiveContainer and iOS are you using?

3.5.52-Release (main/6638712) - nightly build from 23.06.2025, iOS 26 beta 2

Other

No response

Originally created by @DrLubos on GitHub (Jun 25, 2025). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/622 ### Describe the issue When I try to run cracked instagram rocker 384.0.0 it shows error "LiveContainer seems to crash during last app signing, and the app might be corrupted. Please consider reinstalling the app or switching to another signer.". I tried with latest AltStore and LiveContainer. Older Instagram rocket 369.0.0 is working, and also YouTube, which I am using. ### Instructions to reproduce 1. Install Instagram_384.0.0_Rocket_3.8.36_Cracked_LeTi.ipa 2. Run installed Instagram 3. Error "LiveContainer seems to crash during last app signing, and the app might be corrupted. Please consider reinstalling the app or switching to another signer." ### What version of LiveContainer and iOS are you using? 3.5.52-Release (main/6638712) - nightly build from 23.06.2025, iOS 26 beta 2 ### Other _No response_
kerem 2026-03-03 15:34:32 +03:00
Author
Owner

@hugeBlack commented on GitHub (Jun 25, 2025):

Please send the crash log in iOS settings - Privacy Security - Analytics Improvements - Analytics Data - Search LiveContainer

<!-- gh-comment-id:3004659527 --> @hugeBlack commented on GitHub (Jun 25, 2025): Please send the crash log in iOS settings - Privacy Security - Analytics Improvements - Analytics Data - Search LiveContainer
Author
Owner
<!-- gh-comment-id:3004692527 --> @DrLubos commented on GitHub (Jun 25, 2025): Crash logs: [LiveContainer-2025-06-25-145529.000.txt](https://github.com/user-attachments/files/20904043/LiveContainer-2025-06-25-145529.000.txt) [LiveContainer-2025-06-25-145533.txt](https://github.com/user-attachments/files/20904040/LiveContainer-2025-06-25-145533.txt) [LiveContainer-2025-06-25-145640.txt](https://github.com/user-attachments/files/20904042/LiveContainer-2025-06-25-145640.txt) [LiveContainer.diskwrites_resource-2025-06-25-145529.txt](https://github.com/user-attachments/files/20904041/LiveContainer.diskwrites_resource-2025-06-25-145529.txt)
Author
Owner

@hugeBlack commented on GitHub (Jun 26, 2025):

Update to latest nightly build and reinstall this app.

<!-- gh-comment-id:3009013090 --> @hugeBlack commented on GitHub (Jun 26, 2025): Update to latest nightly build and reinstall this app.
Author
Owner

@pawel319-1 commented on GitHub (Jun 26, 2025):

Nightly build works for my similar issue. Thanks

<!-- gh-comment-id:3010360454 --> @pawel319-1 commented on GitHub (Jun 26, 2025): Nightly build works for my similar issue. Thanks
Author
Owner

@m1337v commented on GitHub (Jul 5, 2025):

I get the same issue (third time already) but it doesn't show any crashreport.
Happens to all apps - they don't launch.

Only thing that helped was saving the data from the files, reinstalling livecontainer and copying the files over.

First time it started happening was after the Multitaskdock/NSuserdefault changes and seems related to running instagram as it happened after running instagram for some time.
My guess is the NSUserDefaults gets corrupted

<!-- gh-comment-id:3038775369 --> @m1337v commented on GitHub (Jul 5, 2025): I get the same issue (third time already) but it doesn't show any crashreport. Happens to all apps - they don't launch. Only thing that helped was saving the data from the files, reinstalling livecontainer and copying the files over. First time it started happening was after the Multitaskdock/NSuserdefault changes and seems related to running instagram as it happened after running instagram for some time. My guess is the NSUserDefaults gets corrupted
Author
Owner

@hugeBlack commented on GitHub (Jul 5, 2025):

@m1337v Your issue is not related with this issue. This issue is caused by these instagram mods having too little space for code signature load command.

Your guess is right. This is because some apps stores too many data into NSUserDefaults so iOS refuses to save more data and it becomes worse in LiveContainer because it saves all current app's NSUserDefaults in its own NSUserDefaults. You can use the option in iOS settings app to specify an app and force lc to dump back NSUserDefaults.

We are already aware of this issue. However we haven't come up with any solution yet.

<!-- gh-comment-id:3038830923 --> @hugeBlack commented on GitHub (Jul 5, 2025): @m1337v Your issue is not related with this issue. This issue is caused by these instagram mods having too little space for code signature load command. Your guess is right. This is because some apps stores too many data into NSUserDefaults so iOS refuses to save more data and it becomes worse in LiveContainer because it saves all current app's NSUserDefaults in its own NSUserDefaults. You can use the option in iOS settings app to specify an app and force lc to dump back NSUserDefaults. We are already aware of this issue. However we haven't come up with any solution yet.
Author
Owner

@m1337v commented on GitHub (Jul 6, 2025):

You can use the option in iOS settings app to specify an app and force lc to dump back NSUserDefaults.

You mean the Selected Bundle function? Or am I missing something?

<!-- gh-comment-id:3041081830 --> @m1337v commented on GitHub (Jul 6, 2025): > You can use the option in iOS settings app to specify an app and force lc to dump back NSUserDefaults. You mean the Selected Bundle function? Or am I missing something?
Author
Owner

@hugeBlack commented on GitHub (Jul 6, 2025):

@m1337v anyways, I have fixed this issue. You can delete and reinstall the latest lc, and this issue should not happen again

<!-- gh-comment-id:3041243413 --> @hugeBlack commented on GitHub (Jul 6, 2025): @m1337v anyways, I have fixed this issue. You can delete and reinstall the latest lc, and this issue should not happen again
Author
Owner

@m1337v commented on GitHub (Jul 6, 2025):

Looks good! I fixed it by introducing a function to clear NSUserDefaults in the LCDataManagementView. But preventing it from occuring it in the first place is the better way for sure. If the clearing function is useful let me know and I'll create a PR.
Could help in not having to delete but running the function and just reinstalling.

<!-- gh-comment-id:3041288608 --> @m1337v commented on GitHub (Jul 6, 2025): Looks good! I fixed it by introducing a function to clear NSUserDefaults in the LCDataManagementView. But preventing it from occuring it in the first place is the better way for sure. If the clearing function is useful let me know and I'll create a PR. Could help in not having to delete but running the function and just reinstalling.
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#554
No description provided.