mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-26 01:25:52 +03:00
[GH-ISSUE #327] [BUG] can’t open added applications #298
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#298
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 @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
@hugeBlack commented on GitHub (Jan 29, 2025):
What's your iOS version?
@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.@ThisIsJoelito commented on GitHub (Jan 29, 2025):
iOS Version 18.3 line 166 and LiveContainer 3.2.0
@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
@ThisIsJoelito commented on GitHub (Jan 29, 2025):
When I reboot I get the same error over and over again :/
@hugeBlack commented on GitHub (Jan 29, 2025):
What's your device?
@ThisIsJoelito commented on GitHub (Jan 29, 2025):
iPhone 14 Pro
@hugeBlack commented on GitHub (Jan 29, 2025):
Ok, so issue solved?
@ThisIsJoelito commented on GitHub (Jan 29, 2025):
No, unfortunately not, I accidentally closed
@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