mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #438] [BUG] App crashing after running for first time #402
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#402
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 @Obs0N on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/438
Describe the bug
Tried to use the app ‘Music Memos - Chords & Lyrics’ but it seems to have sideloading detection, so I injected the sideload bypass dylibs and it works when I run the app for the first time, but not on consecutive runs. So instead of using LiveContainer’s TweakLoader, I injected the dylibs into the app using ESign but the same issue happened.
Instructions to reproduce
Install app into LiveContainer, run app, works fine, close LiveContainer, open app again, app crashes with no message.
What version of LiveContainer are you using?
Version 3.3.53-Release (main/f0abb5c)
Other info
I can use the app by reinstalling it over and over as it will work the first time I open it. (Even with the same bundle id)
I feel like I might be doing something wrong within LiveContainer, because it works just fine on SideStore, but I am not sure so I came here.
Here’s the latest crash log:
LiveContainer_PleaseDoNotShortenTheExecutableNameBecauseItIsUsed-2025-04-08-180722.txt
@hugeBlack commented on GitHub (Apr 8, 2025):
It's Satella Jailed that is causing this issue. Can you try removing it and run the app again?
Also, you may try hold the app -> settings -> enable "spoof sdk version"
@Obs0N commented on GitHub (Apr 8, 2025):
Removed Satella Jailed and injected only the 2 sideload bypasses and Tweak Loader dylibs, didn’t work
Enabled “spoof sdk version”, didn’t work
Both at same time also didn’t work
@hugeBlack commented on GitHub (Apr 8, 2025):
Send the latest crash log
@Obs0N commented on GitHub (Apr 8, 2025):
LiveContainer_PleaseDoNotShortenTheExecutableNameBecauseItIsUsed-2025-04-08-191000.txt
Just to clarify, I used the “Chord ai - Play any song!” ipa since they are both suffering from the same issue.
@hugeBlack commented on GitHub (Apr 8, 2025):
Where can I get these sideload bypass dylibs?
@Obs0N commented on GitHub (Apr 8, 2025):
I found them in the apptesters.org Telegram channel
Sideloadbypass.zip
@hugeBlack commented on GitHub (Apr 8, 2025):
Well it turns out that these 2 apps have another layer of Jailbreak protection. The app will try to delete 2 files inside its own bundle(
color_reduction_list.jsonandnotes.json), which will fail if the app is installed correctly and without Jailbreak. However in lc, its bundle is not readonly so it detects that these 2 files are deleted so it crashes itself.Unfortunately I can't propose any good solution since the app can simply make a system call to manipulate the files, bypassing any form of hooking.
@Obs0N commented on GitHub (Apr 8, 2025):
Very well, I will just look for alternative apps. Appreciate your quick support!