[GH-ISSUE #327] [BUG] can’t open added applications #298

Closed
opened 2026-03-03 15:32:28 +03:00 by kerem · 10 comments
Owner

Originally created by @ThisIsJoelito on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/327

Describe the bug

I can’t open an application and when I restarted my phone because I thought it would fix it this error appeared..

Assertion failed: (ret == KERN_SUCCESS), file main.m, line 135.

Call stack: (
0 CoreFoundation 0x00000001837bd098 47427277-EE15-3C17-AD68-6886B0380B5E + 540824
1 libobjc.A.dylib 0x0000000180abf2e4 objc_exception_throw + 88
2 CoreFoundation 0x00000001838b8648 47427277-EE15-3C17-AD68-6886B0380B5E [+ 1570376](tel:+ 1570376)
3 LiveContainer_PleaseDoNotShortenThe 0x0000000102607520 __assert_rtn + 96
4 LiveContainer_PleaseDoNotShortenThe 0x00000001026058a0 overwriteExecPath + 348
5 LiveContainer_PleaseDoNotShortenThe 0x0000000102604e74 invokeAppMain + 1072
6 LiveContainer_PleaseDoNotShortenThe 0x00000001026047f0 LiveContainerMain + 272
7 dyld 0x00000001a8f5fd34 77C1EED2-2ED7-396A-BA34-E770120D81D4 + 212276)

Instructions to reproduce

Installed Sidestore via Altserver
Installed LiveContainer IPA latest build
Setup JIT less
Added some apps but I can’t open them

What version of LiveContainer are you using?

Version 3.2.0-release (main/7ac835f)

Other info

No response

Originally created by @ThisIsJoelito on GitHub (Jan 28, 2025). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/327 ### Describe the bug I can’t open an application and when I restarted my phone because I thought it would fix it this error appeared.. Assertion failed: (ret == KERN_SUCCESS), file main.m, line 135. Call stack: ( 0 CoreFoundation 0x00000001837bd098 47427277-EE15-3C17-AD68-6886B0380B5E + 540824 1 libobjc.A.dylib 0x0000000180abf2e4 objc_exception_throw + 88 2 CoreFoundation 0x00000001838b8648 47427277-EE15-3C17-AD68-6886B0380B5E [+ 1570376](tel:+ 1570376) 3 LiveContainer_PleaseDoNotShortenThe 0x0000000102607520 __assert_rtn + 96 4 LiveContainer_PleaseDoNotShortenThe 0x00000001026058a0 overwriteExecPath + 348 5 LiveContainer_PleaseDoNotShortenThe 0x0000000102604e74 invokeAppMain + 1072 6 LiveContainer_PleaseDoNotShortenThe 0x00000001026047f0 LiveContainerMain + 272 7 dyld 0x00000001a8f5fd34 77C1EED2-2ED7-396A-BA34-E770120D81D4 + 212276) ### Instructions to reproduce Installed Sidestore via Altserver Installed LiveContainer IPA latest build Setup JIT less Added some apps but I can’t open them ### What version of LiveContainer are you using? Version 3.2.0-release (main/7ac835f) ### Other info _No response_
kerem 2026-03-03 15:32:28 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hugeBlack commented on GitHub (Jan 29, 2025):

What's your iOS version?

<!-- gh-comment-id:2620371401 --> @hugeBlack commented on GitHub (Jan 29, 2025): What's your iOS version?
Author
Owner

@hugeBlack commented on GitHub (Jan 29, 2025):

It looks like you are NOT on 3.2.0, but in 2.1.2, we do not provide support for that version now. Please check it in the first place. If not, upgrade.

This assertion exists in 2.1.2 on line 135 github.com/khanhduytran0/LiveContainer@fd71dd78cd/main.m (L135)

But on line 146 in 3.2.0 github.com/khanhduytran0/LiveContainer@d950e05019/main.m (L146) and this line should not be reached if you are using a11+ devices.

<!-- gh-comment-id:2620384459 --> @hugeBlack commented on GitHub (Jan 29, 2025): It looks like you are NOT on 3.2.0, but in 2.1.2, we do not provide support for that version now. Please check it in the first place. If not, upgrade. This assertion exists in 2.1.2 on line 135 https://github.com/khanhduytran0/LiveContainer/blob/fd71dd78cd360d2bdd1572441ac0c4b16dc9a155/main.m#L135 But on line 146 in 3.2.0 https://github.com/khanhduytran0/LiveContainer/blob/d950e0501944282d757bc5c3b60557d8b64e43c9/main.m#L146 and this line should not be reached if you are using a11+ devices.
Author
Owner

@ThisIsJoelito commented on GitHub (Jan 29, 2025):

iOS Version 18.3 line 166 and LiveContainer 3.2.0

<!-- gh-comment-id:2620851279 --> @ThisIsJoelito commented on GitHub (Jan 29, 2025): iOS Version 18.3 line 166 and LiveContainer 3.2.0
Author
Owner

@hugeBlack commented on GitHub (Jan 29, 2025):

Please try reboot your device and see if this issue is resolved.
I can't reproduce this issue on arm64 and arm64e devices on iOS 18.3

<!-- gh-comment-id:2620941669 --> @hugeBlack commented on GitHub (Jan 29, 2025): Please try reboot your device and see if this issue is resolved. I can't reproduce this issue on arm64 and arm64e devices on iOS 18.3
Author
Owner

@ThisIsJoelito commented on GitHub (Jan 29, 2025):

When I reboot I get the same error over and over again :/

<!-- gh-comment-id:2620993201 --> @ThisIsJoelito commented on GitHub (Jan 29, 2025): When I reboot I get the same error over and over again :/
Author
Owner

@hugeBlack commented on GitHub (Jan 29, 2025):

What's your device?

<!-- gh-comment-id:2621003346 --> @hugeBlack commented on GitHub (Jan 29, 2025): What's your device?
Author
Owner

@ThisIsJoelito commented on GitHub (Jan 29, 2025):

iPhone 14 Pro

<!-- gh-comment-id:2621181501 --> @ThisIsJoelito commented on GitHub (Jan 29, 2025): iPhone 14 Pro
Author
Owner

@hugeBlack commented on GitHub (Jan 29, 2025):

Ok, so issue solved?

<!-- gh-comment-id:2621198028 --> @hugeBlack commented on GitHub (Jan 29, 2025): Ok, so issue solved?
Author
Owner

@ThisIsJoelito commented on GitHub (Jan 29, 2025):

No, unfortunately not, I accidentally closed

<!-- gh-comment-id:2621262343 --> @ThisIsJoelito commented on GitHub (Jan 29, 2025): No, unfortunately not, I accidentally closed
Author
Owner

@ThisIsJoelito commented on GitHub (Jan 29, 2025):

The funny thing is that LiveContainer worked perfectly when I was on version 18.1 but since then it doesn't work

<!-- gh-comment-id:2621265640 --> @ThisIsJoelito commented on GitHub (Jan 29, 2025): The funny thing is that LiveContainer worked perfectly when I was on version 18.1 but since then it doesn't work
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#298
No description provided.