macOS Catalina: wine doesn't work
See original GitHub issueHi!
Looks like wine
doesn’t work on macOS Catalina: https://forum.winehq.org/viewtopic.php?f=9&t=32590
% wine
zsh: bad CPU type in executable: wine
So, this package throws an error indeed. Example: https://github.com/electron/electron-packager/issues/1055
Would be nice to find a mitigation.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:38
- Comments:29 (3 by maintainers)
Top Results From Across the Web
How to get Wine working on Catalina? - Ask Different
Also, note that obviously wine on macOS Catalina will be able to run only some 64-bit windows apps and all 32-bit windows app...
Read more >macOS - WineHQ Wiki
Official WineHQ packages of the development and stable branches are available for macOS 10.8 to 10.14 (Wine won't work on macOS Catalina ...
Read more >Installing Wine on Mac | David Baumgold
Note that Wine does not work well with macOS 10.15 Catalina. Apple removed 32-bit support in Catalina, which is a critical part of...
Read more >Wine can't open any programs - Apple Community
Nothing seems to work. Wine used to work on my computer, being able to run programs such as Besiege, Speakonia, etc.
Read more >Has a wine for MacOS Catalina (64-bit) been released yet?
The answer is yes and no. Winehq releases won't allow running 32Bit executables on macOS Catalina. CrossOver-19 and above do function on ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
When I install wine on my Mac via Homebrew, I get a
/usr/local/bin/wine64
that works. If there were a 64-bit version of rcedit.exe, it would likely work with that wine binary.ok actually I found a solution to my problem.
I have installed wine-stable using brew cask. when I run the
wine
command I get the known error% wine zsh: bad CPU type in executable: wine
but there is a proper binary installed as well, so I just used the command
wine64
instead