DvorakDwarf/Infinite-Storage-Glitch

MacOS Error: Bad CPU type in executable

vnktsh opened this issue · 3 comments

Executing the release executable on MacOS gives bad CPU error.

Steps to reproduce:

  • chmod +x isg_4real
  • ./isg_4real
  • zsh: bad CPU type in executable: ./isg_4real

OS details:

Software:

    System Software Overview:

      System Version: macOS 13.2 (22D49)
      Kernel Version: Darwin 22.3.0
      Boot Volume: Macintosh HD
      Boot Mode: Normal
      Secure Virtual Memory: Enabled
      System Integrity Protection: Enabled
      Time since boot: 55 minutes, 56 seconds

Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: MacBookPro15,1
      Processor Name: 8-Core Intel Core i9
      Processor Speed: 2.3 GHz
      Number of Processors: 1
      Total Number of Cores: 8
      L2 Cache (per Core): 256 KB
      L3 Cache: 16 MB
      Hyper-Threading Technology: Enabled
      Memory: 16 GB
      System Firmware Version: 1916.80.2.0.0 (iBridge: 20.16.3045.0.0,0)
      OS Loader Version: 564.40.4~66
      Activation Lock Status: Disabled

Have you compiled the project from source or downloaded the release file?

If you just downloaded executable from releases page it won't work, because it's not executable for macOS. I have MacBook Pro, but with Aple Silicone and this project just works great.

The current release file is an ARM file. MacBooks with Apple chips run this just fine whereas Intel/AMD does not.
For now compile project from source.