mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #483] [BUG] App fails to launch in LiveContainer — “file system sandbox blocked mmap()” error #437
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#437
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 @KatttTheFemboi on GitHub (May 2, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/483
Describe the bug
For whatever reason LiveContainer (or maybe the iOS sandbox?) doesn't let me run apps installed on here, here's a log for me trying to run Beatclone which I've ran before in the past easily using the SideStore version of LiveContainer:
dlopen(/private/var/mobile/Containers/Data/Application/B901CCD5-E300-43B8-A8DA-644F399220A8/Documents/Applications/com.beatclone.beatstar.app/Beatstar, 0x0109): tried: '/private/var/mobile/Containers/Data/Application/B901CCD5-E300-43B8-A8DA-644F399220A8/Documents/Applications/com.beatclone.beatstar.app/Beatstar' (file system sandbox blocked mmap() of '/private/var/mobile/Containers/Data/Application/B901CCD5-E300-43B8-A8DA-644F399220A8/Documents/Applications/com.beatclone.beatstar.app/Beatstar'), '/private/preboot/Cryptexes/OS/private/var/mobile/Containers/Data/Application/B901CCD5-E300-43B8-A8DA-644F399220A8/Documents/Applications/com.beatclone.beatstar.app/Beatstar' (no such file), '/private/var/mobile/Containers/Data/Application/B901CCD5-E300-43B8-A8DA-644F399220A8/Documents/Applications/com.beatclone.beatstar.app/Beatstar' (file system sandbox blocked mmap() of '/private/var/mobile/Containers/Data/Application/B901CCD5-E300-43B8-A8DA-644F399220A8/Documents/Applications/com.beatclone.beatstar.app/Beatstar')
As you can see it complains about sandbox related things
Device: iPhone 15 Pro
Version: iOS 18.0
App: Beatclone (Worked before)
Launch Mode: JIT-Less (launching with JIT worked at least on MelonX, but the JIT-Less test passes so that shouldn't be the issue?)
Apps also tested: Discord IPA
Certificate: KravaSign
Instructions to reproduce
What version of LiveContainer are you using?
3.3.0-release
Other info
No response
@hugeBlack commented on GitHub (May 3, 2025):
Livecontainer only works if your cert has get-taks-allow
See https://developer.apple.com/forums/thread/126537
@dennis777 commented on GitHub (May 3, 2025):
Sorry I don't mean to bother, is there a way to get that entitlement on my dev certificate? Or is there a way to sign the IPA with my developer account with that entitlement? I tried building and installing from source in Xcode but I get a bunch of signing errors. I'm not familiar with the signing process outside of the usual Xcode build and run which has never led me to any issues