Whisky-App / Whisky

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

[Bug]: Dark Souls Remastered crashes very frequently when ran through whisky #973

Closed mdkuni closed 6 months ago

mdkuni commented 6 months ago

Description

When trying to play dark souls remastered on steam using whisky, I am able to load into the game and play for a bit, but am pretty much guaranteed a crash after about 10 minutes of play time. There seems to be just about no pattern to the crashes, as they happen even if I just leave the game open and not touch it at all as well.

sorry if my formatting stinks, this is my first time using github

Steps to reproduce

Open Steam through Whisky Launch Dark Souls Remastered Load into game Do anything for a bit Game crashes Also using a ps4 controller, unsure if that has any effect.

Expected behaviour

expected Launch DSR load into game does not crash this is the only game I've ever had crashing issues on whisky with, but it is probably also the oldest game ive ever tried to run through whisky. again unsure if that has an effect of any kind.

Logs


Whisky Version: 2.3.2
Date: 2024-05-07T02:59:27Z
macOS Version: 14.4.1

Bottle Name: steam
Bottle URL: /Users/me/Library/Containers/com.isaacmarovitz.Whisky/Bottles/DAE0C87C-39FF-4BE8-A7CE-DABD3BEC8CED

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

Metal HUD: true
Metal Trace: false

DXVK: true
DXVK Async: false
DXVK HUD: off

Arguments: reg query HKCU\Control Panel\Desktop -v LogPixels

Environment:
{
    "GST_DEBUG" = 1;
    "MTL_HUD_ENABLED" = 1;
    WINEDEBUG = "fixme-all";
    WINEDLLOVERRIDES = "dxgi,d3d9,d3d10core,d3d11=n,b";
    WINEESYNC = 1;
    WINEMSYNC = 1;
    WINEPREFIX = "/Users/me/Library/Containers/com.isaacmarovitz.Whisky/Bottles/DAE0C87C-39FF-4BE8-A7CE-DABD3BEC8CED";
}

0078:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
wine: Call from 000000017002DA38 to unimplemented function ntoskrnl.exe.IoCreateFileEx, aborting
wine: Unimplemented function ntoskrnl.exe.IoCreateFileEx called at address 000000017002DA38 (thread 00d0), starting debugger...
00ec:err:ole:start_rpcss Failed to start RpcSs service
00dc:err:dbghelp_msc:codeview_process_info Unknown CODEVIEW signature 00200020 in module L"vgk.sys"
0044:err:service:process_send_command service protocol error - failed to read pipe r = 0  count = 0!

HKEY_CURRENT_USER\Control Panel\Desktop
    LogPixels    REG_DWORD    0x60

What version of Whisky are you using?

2.3.2

What version of macOS are you using?

Sonoma (macOS 14)

Issue Language

mdkuni commented 6 months ago

fixed it. had to change renderer with wine tricks to gl instead of Vulkan