https://bugs.winehq.org/show_bug.cgi?id=52024
--- Comment #6 from Jason Brown jbrown@statslog.com --- Hi Zebediah,
Thank you for looking into this and for working on patch. I will so my best to review it, but please appreciate that this is a lower level than I am used to working with, so I will be a bit slow.
Lest you think I was trying to hand off the problem to you, I was not. I've been working on the regression testing as Louis suggested but it has been slow going. Each "make" takes about an hour, and I've been running the bisects in between all the other stuff I have to do, but I'm getting there! I'll attach my partial "git bisect log" momentarily.
It's been difficult because after many builds my test app often gets an error that looks like this:
wine: dlls/ntdll/unix/loader.c:779: load_ntdll_functions: Assertion `ntdll_exports' failed. Aborted (core dumped)
For those runs, I always used a "git bisect skip" command. I hope that was correct, but this is my first time trying this. My apologies if I haven't done this properly.
Lastly, "Run-time error '13': Type mismatch" is not the expected behaviour. I will post the output I am expecting to see tomorrow as I will have to build a known working version first.
Thanks again for taking the time to look into this, it is very much appreciated!