Open CarbonFixer opened 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.
0001-dbghelp-Add-SymAddrIncludeInlineTrace-stub.txt
Does this patch help? I don't have the game so I can't test it.
@mohamadaljaf thanks! that fixed it
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.
@CarbonFixer Glad it's working now! :smile:
@kisak-valve Sure, merge request sent: https://gitlab.winehq.org/wine/wine/-/merge_requests/1395
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.
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