Thomas Faber thomas.faber@reactos.org writes:
This function is no longer present in Wine Gecko, so this re-aligns the vtable.
See https://www.winehq.org/pipermail/wine-devel/2015-April/107319.html
It doesn't work here:
../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so activex && touch activex.ok activex.c:1320: Test failed: unexpected call InPlaceDeactivate activex.c:1066: Test failed: unexpected call Close activex.c:1041: Test failed: unexpected call SetClientSite_NULL activex.c:1761: Test failed: OnUIActivate failed: 8000ffff activex.c:1716: Test failed: GetContainer failed: 8000ffff activex.c:1717: Test failed: container == NULL wine: Unhandled page fault on read access to 0x00000000 at address 0x7ecb5066 (thread 003a), starting debugger...
On 04/13/15 08:49, Alexandre Julliard wrote:
Thomas Faber thomas.faber@reactos.org writes:
This function is no longer present in Wine Gecko, so this re-aligns the vtable.
See https://www.winehq.org/pipermail/wine-devel/2015-April/107319.html
It doesn't work here:
../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so activex && touch activex.ok activex.c:1320: Test failed: unexpected call InPlaceDeactivate activex.c:1066: Test failed: unexpected call Close activex.c:1041: Test failed: unexpected call SetClientSite_NULL activex.c:1761: Test failed: OnUIActivate failed: 8000ffff activex.c:1716: Test failed: GetContainer failed: 8000ffff activex.c:1717: Test failed: container == NULL wine: Unhandled page fault on read access to 0x00000000 at address 0x7ecb5066 (thread 003a), starting debugger...
The patch revealed an existing bug. It should work fine with the patch that I just sent.
Jacek