wine icon indicating copy to clipboard operation
wine copied to clipboard

Wine build doesn't work without mingw

Open cidkidnix opened this issue 4 years ago • 2 comments

  • This is a known caveat, just making a issue for tracking

cidkidnix avatar Jul 18 '20 01:07 cidkidnix

Yes, this is due to the NumberOfSections field in the fake dll not matching the field in memory. A hack would be simply to increase the section count in the fake dll, but without actually adding fake sections, this may cause crashes when different code analyzes the file.

Guy1524 avatar Jul 20 '20 19:07 Guy1524

So is there a patchset/patches that you could provide or give instructions to how to implement the change and list it as a "fix" for without mingw at your own risk

cidkidnix avatar Jul 22 '20 02:07 cidkidnix