https://bugs.winehq.org/show_bug.cgi?id=50232
Bug ID: 50232 Summary: Path of Building: Crashes when loading Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: tlund@ymail.com Distribution: ---
Created attachment 68739 --> https://bugs.winehq.org/attachment.cgi?id=68739 Backtrace from running wine
I'm a developer for Path of Building, working on this issue: https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/1678 On Wine, Path of Building crashes upon startup.
You can download a standalone ZIP of the program here: https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases/download/...
We ship a custom graphics DLL with PoB, and recently open sourced it, changing some code to make it license-friendly mostly. Here is that repo: https://github.com/PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic
I submitted a patch to fix our library, but the patch mostly consists of removing the offending call to ShowWindow. Here is the patch: https://github.com/PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic/pull...
I'm thinking there is a bug in Wine regarding that function call, as the program works fine in Windows.
Attached are output files from the following commands: 1. wine Path\ of\ Building.exe
Note that this was run in a VM on a fresh copy of Ubuntu 20.04.1 and wine was installed through apt install.