http://bugs.winehq.org/show_bug.cgi?id=27468
--- Comment #37 from Aric Stewart aric@codeweavers.com 2012-04-27 12:50:00 CDT --- (In reply to comment #36)
(In reply to comment #31)
What happens if you turn on +relay?
do you see the "Call hook proc" message?
it could be that call_hook_proc is being optimized into inline so the function would vanish but not necessary not be being used.
Hi Aric,
Yes there are "Call hook proc" message, appear twice:
0009:Call hook proc 0x19cf51 (id=WH_KEYBOARD_LL,code=0,wp=00000100,lp=00029:Call KERNEL32.InterlockedDecrement(022ca014) ret=30107bdd
What can I do to help this bug getting fixed?
Thanks.
So that shows that the call_hook_proc is being optimized into an inline function, so it being "missing" is not the problem.
generate a log with +hook,+relay, both with -O0 and -O2 and look for differences, that may give a clue as to where the failure really is.
-aric