Displaying 3 results from an estimated 3 matches for "restorethunklock".
2002 Dec 23
1
Application hangs
Hi I'm trying to run a application that hangs before showing the main window.
The last thing I got in debugmsg are:
0944c780:Ret x11drv.MsgWaitForMultipleObjectsEx() retval=00000001 ret=407ca79e
0944c780:Call kernel32.RestoreThunkLock(00000002) ret=407ca7b5
0944c780:Ret kernel32.RestoreThunkLock() retval=00000000 ret=407ca7b5
0944c780:Call kernel32._EnterSysLevel(40805be8) ret=407aa52c
0944c780:Ret kernel32._EnterSysLevel() retval=400f5b30 ret=407aa52c
0944c780:Call kernel32._LeaveSysLevel(40805be8) ret=407aa55c
0944c780:Ret...
2001 Nov 21
1
X11DRV problem? (Backtrace)
...DLL..data+0x5919) (ebp=407d6dd0)
82 0x40084431 (KERNEL32.DLL.__wine_call_from_16_long+0x8d)
(ebp=407d6e00)
83 0x056f:0x017c (bp=7262)
84 0x400919d9 (KERNEL32.DLL.LoadModule16+0x429) (ebp=407d6efc)
85 0x4008cea8 (KERNEL32.DLL.SizeofResource+0xa28) (ebp=407d6f10)
86 0x400d5e44 (KERNEL32.DLL.RestoreThunkLock+0x614) (ebp=407d6f38)
87 0x400d504a (KERNEL32.DLL.WaitForMultipleObjectsEx+0x33a)
(ebp=407d6ff4)
88 0x4034a50a (NTDLL.DLL.memcpy+0x62612) (ebp=00000000)
Can someone please comment on this? Is this trace useful?
I'd appreciate any help, thanks
Regards, Ike
--
. ....
2009 Jun 19
0
Wine release 1.1.24
...32.IsUserAnAdmin.
urlmon/tests: Fix a typo in an ok message.
mlang/tests: Some old IE versions truncate one character too short.
mlang: Implement IMultiLanguage_GetNumberOfCodePageInfo, with test.
Dmitry Timoshkov (4):
wine.inf: Add kernel32.48/kernel32.49 (ReleaseThunkLock/RestoreThunkLock) to the RelayExclude list.
user32: Add support for SPI_GETFOCUSBORDERWIDTH and SPI_GETFOCUSBORDERHEIGHT.
user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.
user32: Invalidate button on WM_KILLFOCUS, like Windows does.
Eric Pouech (1):
dbghelp: Improve sp...