http://bugs.winehq.org/show_bug.cgi?id=58755
--- Comment #11 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Zeb Figura from comment #10)
(In reply to Zeb Figura from comment #9)
- 94447cee61 is supposed to catch broadly this. It doesn't catch the unix
call case (or the syscall case) because it tries to read the faulting instruction with virtual_handle_fault(), but here the faulting instruction isn't in a PE module. We can special-case those safely, I think.
I've submitted 9122 for this.
This patch fixes the problem for me, now 16-bit SKI.EXE runs with new wow64 build for me, thanks!