ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
24.53k stars 1.07k forks source link

Football Manager 2023 Editor (2066750) #6320

Open CarbonFixer opened 2 years ago

CarbonFixer commented 2 years ago

Compatibility Report

System Information

I confirm:

steam-2066750.log This is the crash dump of the application itself: Editor 2023 v23.1.1.1764377 (2022.11.15 20.21.13).log

Symptoms

The editor seems to load ok at first, but when clicking the "People" button on the left bar, it crashes and shows a message that a crash dump was saved to disk.

Reproduction

  1. Launch Football Manager 2023 Editor
  2. Click on the "People" button on the left side of the screen
kisak-valve commented 2 years ago

Hello @CarbonFixer, wine: Call from 000000007B01274E to unimplemented function dbghelp.dll.SymAddrIncludeInlineTrace, aborting looks like the line of interest from your log.

mohamadaljaf commented 2 years ago

0001-dbghelp-Add-SymAddrIncludeInlineTrace-stub.txt

Does this patch help? I don't have the game so I can't test it.

CarbonFixer commented 2 years ago

@mohamadaljaf thanks! that fixed it

kisak-valve commented 2 years ago

Hello @mohamadaljaf, if you're happy with your patch, then please send it to the upstream wine project for inclusion and after that, a Proton dev can look at backporting it to a Proton release.

mohamadaljaf commented 2 years ago

@CarbonFixer Glad it's working now! :smile:

@kisak-valve Sure, merge request sent: https://gitlab.winehq.org/wine/wine/-/merge_requests/1395

mohamadaljaf commented 1 year ago

Hi, just wanted to give an update on this. The stub was merged in commit 51c81714f264ca657117fd115694b0e9f4893eb7 and then later implemented by Eric Pouech in commit c99bafb7750badb0013581f13bc5bd560d9b332e.

The implementation may have different effects on the game compared to the stub.