Whisky-App / Whisky

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

Bottles disappearing on creation #798

Open Paran0idAndr01d opened 7 months ago

Paran0idAndr01d commented 7 months ago

Description

Whenever I try to create a bottle they disappear from the menu as soon as I create them. I was wondering if you could provide some insight as to why this is happening and how I can fix it. Thank you!

Steps to reproduce

Im not exactly sure why this is happening, as this is not normal by all accounts.

Expected behaviour

I expected it to show up in the bottle menu.

Logs

Whisky Version: 2.2.3
Date: 2024-01-26T01:51:37Z
macOS Version: 14.2.1

Bottle Name: for demonstration purposes
Bottle URL: /Users/rowanoconnor/Library/Containers/com.isaacmarovitz.Whisky/Bottles/2D9A1722-BC11-4B79-9666-2F58C54C655E

Wine Version: 7.7.0
Windows Version: win10
Enhanced Sync: msync

Metal HUD: false
Metal Trace: false

Arguments: winecfg -v win10

Environment:
{
    "DXVK_ASYNC" = 1;
    WINEDEBUG = "fixme-all";
    WINEMSYNC = 1;
    WINEPREFIX = "/Users/rowanoconnor/Library/Containers/com.isaacmarovitz.Whisky/Bottles/2D9A1722-BC11-4B79-9666-2F58C54C655E";
}

What version of Whisky are you using?

2.2.3

What version of macOS are you using?

Sonoma (macOS 14)

Issue Language

tmegow commented 5 months ago

@Paran0idAndr01d I ran into this same symptom. I was able to workaround it by creating a bottle via the cli utility. Afterwards, the bottle can be managed via the Whisky GUI.

% whisky create df
Created new bottle "df".
% whisky list
+------+-----------------+--------------------------------------------------------------------------+
| Name | Windows Version | Path                                                                     |
+------+-----------------+--------------------------------------------------------------------------+
| df   | Windows 10      | ~/Library/Containers/Whisky/Bottles/1131E376-E2C4-456E-8956-009DB08C9821 |
+------+-----------------+--------------------------------------------------------------------------+