Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX Sonoma on Apple Silicon requesting to install Rosetta #439

Open
eaglexeye69 opened this issue Feb 26, 2024 · 3 comments
Open

OSX Sonoma on Apple Silicon requesting to install Rosetta #439

eaglexeye69 opened this issue Feb 26, 2024 · 3 comments

Comments

@eaglexeye69
Copy link

Describe the bug
When latest version is downloaded on Apple Silicon, the app will not run without installing Rosetta

To Reproduce
Browse to https://angryip.org/download/#mac
Download [Bundle for Mac ARM (M1/M2)]
right-click and Open for the first Time

Expected behavior
App should open

Screenshots
image

Versions (please copy from the About dialog or complete manually):

  • Version of Angry IP Scanner - 3.9.1
  • OS, version, CPU architecture - OSX Sonoma, 14.3.1, M3 Pro
  • Java version, vendor (java -version) - or if Windows installer was used with bundled Java
@Javihache
Copy link

Same problem here

@ulrichloose
Copy link

#444 (comment)

@danielrumata
Copy link

As ulrichloose described, the problem lies in ipscan being a shell script and not a binary executable. Here are the terminal commands to fix it. Note you will need shc to compile the shell script to binary executable (install it via homebrew or build it from source).
cd /Applications/Angry\ IP\ Scanner.app/Contents/MacOS/
mv ipscan ipscan-backup
shc -f ipscan-backup -o ipscan
xattr -cr /Applications/Angry\ IP\ Scanner.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants