Gcenx / macOS_Wine_builds

Official Winehq macOS Packages
459 stars 23 forks source link

Installation error Ventura 13.4 #62

Closed oharakate closed 1 year ago

oharakate commented 1 year ago

Hi, I get this error during installation with:

==> Purging files for version 7.0 of Cask wine-stable ==> Installing Cask wine-stable ==> Moving App 'Wine Stable.app' to '/Applications/Wine Stable.app'

:0: error: invalid Darwin version number: macosx13 :0: error: invalid version number in '--target=x86_64-apple-macosx13' ==> Purging files for version 8.0.1 of Cask wine-stable Error: Failure while executing; `/usr/bin/env /usr/bin/swift -target x86_64-apple-macosx13 /usr/local/Homebrew/Library/Homebrew/cask/utils/copy-xattrs.swift /usr/local/Caskroom/wine-stable/8.0.1/Wine\ Stable.app /Applications/Wine\ Stable.app` exited with 1. Here's the output: :0: error: invalid Darwin version number: macosx13 :0: error: invalid version number in '--target=x86_64-apple-macosx13' Machine is Ventura 13.4 and Intel. I'm no expert, so I'm stuck :)
Gcenx commented 1 year ago

That error isn’t coming from the wine packages but somewhere else

All the casks do is unpack the prebuilt “wine” package into place and add symlinks into $PATH so it’s usable directly from Terminal.

oharakate commented 1 year ago

Thanks, that's helpful!