Kegworks-App / Kegworks

A user-friendly tool used to make wine wrapped ports of Windows software for macOS.
232 stars 5 forks source link

[Bug]: Kegworks unavailable on brew #17

Closed tavurth closed 2 weeks ago

tavurth commented 2 weeks ago

macOS Version

Sequoia (macOS 15)

Apple Silicon or Intel

Apple Silicon

Wrapper Version

Wineskin-3.0.8

Engine

WS12WineCX23.7.1

Application/Game Name

Installation

Render Used

WineD3D

Description of problem

▶ brew uninstall --force --zap wineskin
brew install --cask --no-quarantine gcenx/wine/kegworks
==> Implied `brew uninstall --cask wineskin`
Warning: No zap stanza present for Cask 'wineskin'
==> Removing all staged versions of Cask 'wineskin'
Warning: Cask 'kegworks' is unavailable: '/usr/local/Homebrew/Library/Taps/gcenx/homebrew-wine/Casks/kegworks.rb' does not exist.
==> Searching for similarly named casks...
Error: No casks found for kegworks.
▶ brew tap gcenx/wine
▶ brew install --cask --no-quarantine gcenx/wine/kegworks

Warning: Cask 'kegworks' is unavailable: '/usr/local/Homebrew/Library/Taps/gcenx/homebrew-wine/Casks/kegworks.rb' does not exist.

Steps to reproduce

  1. follow readme instructions
  2. ...
  3. ... Error ...

Expected behavior

Working

LastRunWineLog

No response

Code of Conduct

rlarhsid commented 2 weeks ago
image

Works / Installs fine on my machine. I'm the exact same condition as you have, M1 Max with Sequoia beta. Maybe try which brew to see where you installed the homebrew. I estimate that the homebrew installation might have been wrong. Check if you installed the homebrew to opt, instead of usr.

Gcenx commented 2 weeks ago

Your local copy of my brew tap is outdated for some reason.

Run

brew update
brew upgrade

Then try again, if it still fails you’ll need to untap then try again, what your experiencing is a brew issue.

tavurth commented 2 weeks ago

After 8 tries and 40 different errors trying to just update home-brew it's working.

Closing, thank you