https://bugs.winehq.org/show_bug.cgi?id=55710
--- Comment #33 from Zeb Figura z.figura12@gmail.com --- (In reply to Paul Gofman from comment #32)
Paul, do you have any suggestions or an idea how to make the patch work on systems like the one I have here? Or the only solution is to disable the patch?
I am afraid, as I mentioned in the previous message, *this* patch cannot work with arbitrary native so addresses layout, there is no obvious way to make it address independent. It might be possible now, when PE split is complete, to implement that through Linux syscall thunk, although that won't work on 2018 system anyway and I am not working on that now.
Wait, the PE split *is* complete now, right? We don't have any direct calls / callbacks anymore, or am I wrong?