Whisky-App / Whisky

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

[Bug]: Soundcraft Si Offline doesn't run, wineusb error in logs #665

Open ajs256 opened 10 months ago

ajs256 commented 10 months ago

Description

When I try to run Soundcraft SI Offline, no window appears and I get an error in the logs (attached below) about not being able to find wineusb.sys.so.

Steps to reproduce

  1. Create a new bottle
  2. Download DotNet 4.0 and Soundcraft SI Offline for Impact
  3. Run the DotNet installer in the bottle - it runs successfully
  4. Run the MSI installer for SI Offline - it also runs successfully
  5. Try to run the pinned shortcut for SI Offline
  6. Notice nothing happens

Expected behaviour

I was expecting the SI Offline app to run as intended.

Logs

Whisky Version: 2.2.1
Date: 2023-11-30T21:05:22Z
macOS Version: 14.1.1

Bottle Name: SiImpact
Bottle URL: /Users/ajs256/Library/Containers/com.isaacmarovitz.Whisky/Bottles/12A27DD5-ACF1-4843-ABFF-7BAAEEDF965F

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

Metal HUD: false
Metal Trace: false

Arguments: start /unix /Users/ajs256/Library/Containers/com.isaacmarovitz.Whisky/Bottles/12A27DD5-ACF1-4843-ABFF-7BAAEEDF965F/drive_c/Program Files (x86)/Soundcraft/Si Offline Impact/SiImpactEditor.exe

Environment:
{
    "DXVK_ASYNC" = 1;
    WINEDEBUG = "fixme-all";
    WINEMSYNC = 1;
    WINEPREFIX = "/Users/ajs256/Library/Containers/com.isaacmarovitz.Whisky/Bottles/12A27DD5-ACF1-4843-ABFF-7BAAEEDF965F";
}

msync: bootstrapped mach port on wine-4b746cf-msync.
msync: up and running.
007c:err:module:open_builtin_so_file failed to load .so lib "/Users/ajs256/Library/Application Support/com.isaacmarovitz.Whisky/Libraries/Wine/lib/wine/x86_64-unix/wineusb.sys.so"
007c:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142

What version of Whisky are you using?

2.2.1

What version of macOS are you using?

Sonoma (macOS 14)

Issue Language

ajs256 commented 10 months ago

When I run the setup.exe installer, which is what the documentation advises (both an EXE and an MSI are in the download, for some reason), I get the same error right away.