https://bugs.winehq.org/show_bug.cgi?id=49208
--- Comment #25 from Paul Gofman pgofman@codeweavers.com --- (In reply to Mohammad Amin Chitgarha from comment #24)
wiping .local/share/wineprefixes is not a fix.
I'm trying to reproduce the steps again, and after making sure the steps are reproducible, I'll post them here.
Thanks, but the reason for the problem is pretty much clear at the moment, no new information required.
kernelbase.dll has grown in size and in some builds (bit more likely on Staging but mainstream also) does not fit between its supposed base address and kernel32.dll. When that happens, kernelbase gets relocated to the lower address space and takes the place of .exe image which is built relocations.
I think the fix will follow but for the moment stripping kernelbase.dll is a temporary workaround.