Hi all, Fixing GetDeviceCaps exposed a thread process shared memory issue with WinLogon and Gimp.... Gimp bug, been around and the crash does not make sense until you see where the fault was located. Where? In client thread share memory. So, we need help and soon I will revert the hack in GetDeviceCaps. Maybe we are not passing everything to User32 that is needed.
Thanks, James
Hi! The best clue to the problem I can find is this: http://svn.reactos.org/svn/reactos?view=rev&revision=23540 Thanks, James
On Mon, Oct 20, 2008 at 11:26 PM, James Tabor jimtabor.rosdev@gmail.com wrote:
Hi all, Fixing GetDeviceCaps exposed a thread process shared memory issue with WinLogon and Gimp.... Gimp bug, been around and the crash does not make sense until you see where the fault was located. Where? In client thread share memory. So, we need help and soon I will revert the hack in GetDeviceCaps. Maybe we are not passing everything to User32 that is needed.
Thanks, James
Hi! Someone tell me why this looks wrong:
(ntoskrnl\vdm\vdmmain.c:25) VME detected but not yet supported (subsystems\win32\win32k\ntuser\misc.c:59) Language ID = 409 fixme:(dll\win32\shell32\iconcache.c:413) Failed to load IDI_SHELL_DOCUMENT icon! (subsystems\win32\win32k\ntuser\hook.c:1056) Not implemented: HookId 13 Global TRUE (subsystems\win32\csrss\win32csr\appswitch.c:265) InitializeAppSwitchHook hhk 00000000 WARNING: NtUserInitialize at subsystems\win32\win32k\ntuser\ntstubs.c:819 is UNIMPLEMENTED!
Thanks, James
Reminds me of something trying to create icons before we had a window station....
I guess we need CsrClientConnectToServer in user32's dllmain: http://www.openrce.org/reference_library/win32_call_chains/2003SP0/USER32/Us...
James Tabor schrieb:
Hi! Someone tell me why this looks wrong:
(ntoskrnl\vdm\vdmmain.c:25) VME detected but not yet supported (subsystems\win32\win32k\ntuser\misc.c:59) Language ID = 409 fixme:(dll\win32\shell32\iconcache.c:413) Failed to load IDI_SHELL_DOCUMENT icon! (subsystems\win32\win32k\ntuser\hook.c:1056) Not implemented: HookId 13 Global TRUE (subsystems\win32\csrss\win32csr\appswitch.c:265) InitializeAppSwitchHook hhk 00000000 WARNING: NtUserInitialize at subsystems\win32\win32k\ntuser\ntstubs.c:819 is UNIMPLEMENTED!
Thanks, James _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev