Whisky-App / Whisky

A modern Wine wrapper for macOS built with SwiftUI
https://getwhisky.app
GNU General Public License v3.0
11.91k stars 253 forks source link

[Bug]: Not installing on 2020 M1 13in macbook pro #1097

Open ChitrakarSr opened 3 weeks ago

ChitrakarSr commented 3 weeks ago

Description

image

Terminal says my mac is intel. P.S. its not, its apple M1

Steps to reproduce

.

Expected behaviour

.

Logs

.

What version of Whisky are you using?

2.3.2

What version of macOS are you using?

Sonoma (macOS 14)

Issue Language

Gcenx commented 3 weeks ago

Looks like you have an Intel brew install, brew itself install you it can’t install an arm64 cask.

JSP100 commented 3 weeks ago

If you are installing Whisky, you DON'T need to change architecture for your Terminal. Kill all terminal sessions, start a new terminal window, then run which brew to see if Homebrew is configured correctly. For arm64 version of Homebrew, you should see /opt/homebrew/bin/brew in the output. if the output is not /opt/homebrew/bin/brew, then you probably have the x86_64 version of Homebrew installed.

haikuotiankong114514 commented 2 weeks ago

If you are installing Whisky, you DON'T need to change architecture for your Terminal. Kill all terminal sessions, start a new terminal window, then run which brew to see if Homebrew is configured correctly. For arm64 version of Homebrew, you should see /opt/homebrew/bin/brew in the output. if the output is not /opt/homebrew/bin/brew, then you probably have the x86_64 version of Homebrew installed.

image you see i have arm64 version installed, but whisky always tries to install WhiskyWine instead of gptk (as showned in most of the tutorials). Didn't know if its expected to happen