mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #125] [BUG] #112
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#112
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 @viperflame on GitHub (Aug 17, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/125
Describe the bug
Error code after opening livecontainer.
Instructions to reproduce
Assertion failed: (ret == KERN_SUCCESS), file main.m, line 135.
Call stack: (
0 CoreFoundation 0x00000001913fcf2c 76A3B198-3C09-323E-8359-0D4978E156F5 + 540460
1 libobjc.A.dylib 0x00000001892a32b8 objc_exception_throw + 60
2 CoreFoundation 0x00000001914fb6dc 76A3B198-3C09-323E-8359-0D4978E156F5 + 1582812
3 LiveContainer_PleaseDoNotShortenThe 0x0000000100167520 __assert_rtn + 96
4 LiveContainer_PleaseDoNotShortenThe 0x00000001001658a0 overwriteExecPath + 348
5 LiveContainer_PleaseDoNotShortenThe 0x0000000100164e74 invokeAppMain + 1072
6 LiveContainer_PleaseDoNotShortenThe 0x00000001001647f0 LiveContainerMain + 272
7 dyld 0x00000001b4ba3154 52039C94-4DA1-3638-BD52-020A0B5FA399 + 250196
)
What version of LiveContainer are you using?
Most latest (Version 2.1.2-release (/
fd71dd7)Other info
No response
@khanhduytran0 commented on GitHub (Aug 18, 2024):
What’s your iOS version, and is JIT enabled?
@viperflame commented on GitHub (Aug 21, 2024):
Ios version 17.6.1 and yes sidestore JIT also enabled.
On Sun, 18 Aug 2024 at 6:24 AM, Duy Tran Khanh @.***>
wrote: