https://bugs.winehq.org/show_bug.cgi?id=40221
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to rmoisto from comment #3)
After many hours of compiling from source for the first time, I'm at a point where I'm getting a "page fault on read access" exception. I compiled the code I got from git, not including your changes. I'd have to get to the same error I had before and then recompile with your changes to confirm this is the solution, right?
Yes.
Since the error I'm now getting has nothing to do with this bug, how do I solve it? It doesn't seem right to attach details of an unrelated error here. Googling doesn't really help with such non-descriptive errors.
Could you attach the full output? Does ./configure show any warnings?
You could also try doing: $ git reset --hard wine-1.9.4
before compiling, to test the same version you originally did, in case there was a regression.