[GH-ISSUE #438] [BUG] App crashing after running for first time #402

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

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

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](https://github.com/user-attachments/files/19651366/LiveContainer_PleaseDoNotShortenTheExecutableNameBecauseItIsUsed-2025-04-08-180722.txt)
kerem 2026-03-03 15:33:18 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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"

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

@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

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

@hugeBlack commented on GitHub (Apr 8, 2025):

Send the latest crash log

<!-- gh-comment-id:2786797064 --> @hugeBlack commented on GitHub (Apr 8, 2025): Send the latest crash log
Author
Owner

@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.

<!-- gh-comment-id:2786838736 --> @Obs0N commented on GitHub (Apr 8, 2025): [LiveContainer_PleaseDoNotShortenTheExecutableNameBecauseItIsUsed-2025-04-08-191000.txt](https://github.com/user-attachments/files/19652146/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.
Author
Owner

@hugeBlack commented on GitHub (Apr 8, 2025):

Where can I get these sideload bypass dylibs?

<!-- gh-comment-id:2786901432 --> @hugeBlack commented on GitHub (Apr 8, 2025): Where can I get these sideload bypass dylibs?
Author
Owner

@Obs0N commented on GitHub (Apr 8, 2025):

I found them in the apptesters.org Telegram channel

Sideloadbypass.zip

<!-- gh-comment-id:2786926773 --> @Obs0N commented on GitHub (Apr 8, 2025): I found them in the apptesters.org Telegram channel [Sideloadbypass.zip](https://github.com/user-attachments/files/19652575/Sideloadbypass.zip)
Author
Owner

@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.json and notes.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.

<!-- gh-comment-id:2787051639 --> @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.json` and `notes.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.
Author
Owner

@Obs0N commented on GitHub (Apr 8, 2025):

Very well, I will just look for alternative apps. Appreciate your quick support!

<!-- gh-comment-id:2787199425 --> @Obs0N commented on GitHub (Apr 8, 2025): Very well, I will just look for alternative apps. Appreciate your quick support!
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#402
No description provided.