https://bugs.winehq.org/show_bug.cgi?id=50232
--- Comment #1 from tlund@ymail.com --- Created attachment 68740 --> https://bugs.winehq.org/attachment.cgi?id=68740 winedbg relay channel output
Unfortunately, the output of: WINEDEBUG=+relay winedbg Documents/Path\ of\ Building.exe
Is too large to upload here or on pastebin, but I've attached a snippet of the output.
There's a call to ShowWindow without a return at ret=00799505, which I think is causing the crash. If I set the second parameter to the ShowWindow call to something other than 'SW_HIDE', the program runs fine, just shows the window instead.