Whisky-App / Whisky

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

[Bug]: Whisky does not create bottles #137

Closed zanderp25 closed 1 year ago

zanderp25 commented 1 year ago

Description

Every time I try to create a bottle, nothing happens. It does show up after a relaunch, but the bottle folder only has a plist. I go check the log and this is the only thing that shows up: log screenshot, without the logging I then launch Whisky from the command line and it shows this when I try to make a bottle: Whisky launched directly from command line, text says "Failed to create new bottle." I then tried to run the executable in the GPT dmg file and it gave me this: "Error: No available formula with the name "game-porting-toolkit"." Edit: I don't think this last bit is related, because the readme says to install something first before that

Steps to reproduce

I don't know how this would be reproducible, I just dragged the GPT dmg to the thing that says to drag it there.

Expected behaviour

It's expected to create a bottle?

Logs

Whisky Version: pre-0.3.1
Date: 6/18/2023, 11:15:10 AM
macOS Version: Version 14.0 (Build 23A5257q)
Bottle Name: Genshin
Wine Version: 7.7
Windows Version: win10
Bottle URL: /Users/zanderp25/Library/Containers/com.isaacmarovitz.Whisky/Bottles/Genshin

Arguments: winecfg -v win10

What version of Whisky are you using?

pre-0.3.0

What version of macOS are you using?

Sonoma (macOS 14)

Issue Language

zanderp25 commented 1 year ago

After further research, I ran the command mentioned in #40:

arch -x86_64 /usr/local/bin/brew install zlib freetype sdl2 libgphoto2 faudio jpeg libpng mpg123 libtiff libgsm glib gnutls libusb gettext openssl@1.1 sane-backends

Whisky now creates bottles as intended.