Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Topic on Talk:Game Porting Toolkit

arch -x86_64 zsh not working

3
Idchef (talkcontribs)

running `arch -x86_64 zsh` gives me following error `arch: posix_spawnp: zsh: Bad CPU type in executable`

Stjepan.hadjic (talkcontribs)

Same with me.

I found a workaround.

  • Open Finder
  • Go to Applications/Utilities
  • Find Terminal.app
  • Right-Click > Get Info > Check Open using Rosetta

Now your Terminal app will load with i386 arch

Jonathan (talkcontribs)

run 'arch -x86_64 /bin/zsh'