mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #261] [BUG] Opening any app gives the same error #235
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#235
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 @EliotFuzz on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/261
Describe the bug
dlopen(/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube, 0x0109): tried: '/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (code signature invalid in '/private/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (errno=1) sliceOffset=0x0048C000, codeBlobOffset=0x0055EC40, codeBlobSize=0x00014900), '/private/preboot/Cryptexes/OS/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (no such file), '/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (code signature invalid in '/private/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (errno=1) sliceOffset=0x0048C000, codeBlobOffset=0x0055EC40, codeBlobSize=0x00014900), '/private/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (code signature invalid in '/private/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (errno=1) sliceOffset=0x0048C000, codeBlobOffset=0x0055EC40, codeBlobSize=0x00014900), '/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (no such file), '/private/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (code signature invalid in '/private/var/mobile/Containers/Data/Application/F0091887-80F6-46DE-9689-00538955C388/Documents/Applications/com.google.ios.youtube.app/YouTube' (errno=1) sliceOffset=0x0048C000, codeBlobOffset=0x0055EC40, codeBlobSize=0x00014900)
Instructions to reproduce
install live container
Patch SideStore
try to run any app in JIT less mode
What version of LiveContainer are you using?
Version 3.1.0-release (main/c56e79)
Other info
Iphone 15
IOS version 18.0.1
JIT-Less Mode Test Passed
I saw a similar issue That was supposedly fixed in august. on that one there was supposedly a workaround using ldid -S YouTube.App
what is this and how do I use it?
@michael1900 commented on GitHub (Dec 17, 2024):
I never had this problem and all works well at this moment. Try the last version here: https://github.com/hugeBlack/LiveContainer/actions
@EliotFuzz commented on GitHub (Dec 17, 2024):
Latest Build works TY TY. I didn't even know I wasn't on the latest build.