rofl0r / rofl0r/proxychains-ng
Missing compatible architecture on Apple Silicon & macOS Ventura
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 10.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
After upgrading my MBP to macOS Ventura 13.0, proxychains4 fails to run and throws this erorr:
It's weird that error message said have 'x86_64,arm64e', need '', I have no idea why arm64e doesn't work again (see https://github.com/rofl0r/proxychains-ng/issues/453 ). My proxychain4 is x86_64 + arm64 and libproxychains4.dylib is x86_64 + arm64e.
A temprary solution to bypass this issue is use arch -x86_64, like arch -x86_64 /opt/homebrew/bin/proxychains4 curl -I https://www.google.com could normally run:
cc @rofl0r
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
No source file or test is named. Start by reproducing the failure on macOS Ventura with the reported x86_64, arm64, and arm64e combinations, and review the related issue #453; done means proxychains4 runs natively without requiring arch -x86_64.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, macos
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100