https://bugs.winehq.org/show_bug.cgi?id=48185
Hari Saksena hari.mail@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hari.mail@protonmail.ch
--- Comment #2 from Hari Saksena hari.mail@protonmail.ch --- Created attachment 65847 --> https://bugs.winehq.org/attachment.cgi?id=65847 Patch for regression b73cfa72edaed76744cfa9a19670bff3684c66ce
Also encountering same problem.
Reverting whole commit is a bad idea imo as that's breaking a lot of other applications.
Did +virtual log and was able to pinpoint error to ullAvailPhys and ullAvailPageFile in GlobalMemoryStatusEx. Reverting just these two to old values seems to correct issue without breaking other applications.
Attaching a patch for same.