altstoreio / altstoreio/AltStore
JIT could not be enabled for DolphiniOS
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 14.4k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
The process 'altjit' failed with code 1. The process 'python3' failed with code 1. ImportError: dlopen(/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so, 0x0002): tried: '/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (no such file), '/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))
Title
JIT could not be enabled for DolphiniOS.
Source Line
96
executableURL
file:///Applications/AltServer.app/Contents/MacOS/altjit
exitCode
1
output
Mounting personalized developer disk...
❌ Unable to mount personalized Developer Disk.
The process 'python3' failed with code 1. ImportError: dlopen(/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so, 0x0002): tried: '/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (no such file), '/Users/andreismachine/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))
Reinstalled Homebrew and pymobiledevice3, reinstalled through Xcode and am now getting this error. It seems like there are some files that are x86_64 that should be arm as this is being run on a M1 Mac.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the altjit entry point at Source Line 96 and the reported python3 failure; compare the x86_64 _cffi_backend with the required arm64 or arm64e architecture on the M1 Mac. Done means the personalized Developer Disk mounts and JIT can be enabled without exit code 1.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, python, swift
- Domain
- desktop, mobile, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100