https://bugs.winehq.org/show_bug.cgi?id=43091
--- Comment #5 from Jacek Caban jacek@codeweavers.com --- Thanks for logs. The application does calls GetProcAddress with kernel32 handle and oridinal numbers before the crash, followed by weird calls like GetFirmwareEnvironmentVariableW with arguments that don't make sense. I guess it expects other functions to be returned. Quick check on Windows suggests that oridinals it uses don't make much sense. It needs more debugging.
As another note, regression SHA doesn't make much sense. Maybe it's 29f0b2824068496eca4a0e19ce3e464d965cf010? Both should revert clearly, so it should be easy to test with git revert.