Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] can’t open added applications #327

Open
ThisIsJoelito opened this issue Jan 28, 2025 · 10 comments
Open

[BUG] can’t open added applications #327

ThisIsJoelito opened this issue Jan 28, 2025 · 10 comments
Labels
bug Something isn't working

Comments

@ThisIsJoelito
Copy link

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

@ThisIsJoelito ThisIsJoelito added the bug Something isn't working label Jan 28, 2025
@hugeBlack
Copy link
Collaborator

What's your iOS version?

@hugeBlack
Copy link
Collaborator

hugeBlack commented 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

assert(ret == KERN_SUCCESS);

But on line 146 in 3.2.0

assert(ret == KERN_SUCCESS);
and this line should not be reached if you are using a11+ devices.

@ThisIsJoelito
Copy link
Author

iOS Version 18.3 line 166 and LiveContainer 3.2.0

@hugeBlack
Copy link
Collaborator

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
Copy link
Author

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

@hugeBlack
Copy link
Collaborator

What's your device?

@ThisIsJoelito
Copy link
Author

iPhone 14 Pro

@hugeBlack
Copy link
Collaborator

Ok, so issue solved?

@ThisIsJoelito ThisIsJoelito reopened this Jan 29, 2025
@ThisIsJoelito
Copy link
Author

No, unfortunately not, I accidentally closed

@ThisIsJoelito
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants