[Bug 50232] New: Path of Building: Crashes when loading

WineHQ Bugzilla wine-bugs at winehq.org
Tue Dec 1 03:07:25 CST 2020


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 at winehq.org
          Reporter: tlund at 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/v1.4.170.16/PathOfBuildingCommunity-Setup-1.4.170.16.zip

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/11/commits/951d5581e43da2b45d0bdd4bc46cc4e9a48341bd

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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list