mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #622] Instagram rocket 384 not working #554
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#554
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 @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
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
@hugeBlack commented on GitHub (Jun 25, 2025):
Please send the crash log in iOS settings - Privacy Security - Analytics Improvements - Analytics Data - Search LiveContainer
@DrLubos commented on GitHub (Jun 25, 2025):
Crash logs:
LiveContainer-2025-06-25-145529.000.txt
LiveContainer-2025-06-25-145533.txt
LiveContainer-2025-06-25-145640.txt
LiveContainer.diskwrites_resource-2025-06-25-145529.txt
@hugeBlack commented on GitHub (Jun 26, 2025):
Update to latest nightly build and reinstall this app.
@pawel319-1 commented on GitHub (Jun 26, 2025):
Nightly build works for my similar issue. Thanks
@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
@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.
@m1337v commented on GitHub (Jul 6, 2025):
You mean the Selected Bundle function? Or am I missing something?
@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
@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.