Am Montag, 5. Dezember 2005 11:48 schrieb Alexandre Julliard:
Stefan Leichter Stefan.Leichter@camLine.com writes:
As i understand you, the ordinals of uxtheme dll displayed in the relay trace are wrong. Different function calls (according to the number of arguments) in the relay log are displayed as function with the ordianl 1.
Most likely we failed to find the right module, and uxtheme happens to be the last in the module list. Try adding some debug in get_entry_point() in dlls/ntdll/relay.c to figure out what's going on.
Ok, looks like i have something found that might cause this trouble:
The element orig of the DEBUG_ENTRY_POINT struct (*relay) passed to this function is not initialized (null pointer).
Now i am looking for an idea to get closer to the root of the problem.
Bye Stefan