lovasoa / dezoomify-rs

Zoomable image downloader for Google Arts & Culture, Zoomify, IIIF, and others
https://dezoomify-rs.ophir.dev
GNU General Public License v3.0
739 stars 66 forks source link

Dezoomify-rs for MacOS: latest binaries are for ARM macs #250

Open Muddysoil opened 4 months ago

Muddysoil commented 4 months ago

Hi, I have a strange issue with v2.12.1 to v2.12.4. When I try to open Dezoomify-rs in Terminal on macOS, I get immediately the following massage:

"Bad CPU type in executable logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed.

[Process completed]"

This happens every time, and I have to close the window, because I cannot write anything nor click anything within the Terminal window.

Do you know what is happening and why?

Thank you for your help!

lovasoa commented 4 months ago

You are probably using a computer with a recent apple ARM processor.

You can install dezoomify-rs for your computer using homebrew: https://formulae.brew.sh/formula/dezoomify-rs#default

Muddysoil commented 4 months ago

No, I am using an older Intel Mac Pro 2008 with macOS El-Capitan.

All the previous versions before v2.12.1 worked well.

wahlstedt commented 3 months ago

The v2.12.4 macOS version is compiled as an arm64 executable only. The previous 2.12.3 macOS version is the (correct) x86_64 architecture.

(Can be checked with the file -b command)

lovasoa commented 2 months ago

Homebrew provides compiled binaries for both ARM and Intel CPUs: https://formulae.brew.sh/formula/dezoomify-rs#default