trouble with uxtheme dll

Stefan Leichter Stefan.Leichter at camLine.com
Tue Dec 6 16:51:51 CST 2005


Am Montag, 5. Dezember 2005 11:48 schrieb Alexandre Julliard:
> Stefan Leichter <Stefan.Leichter at 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



More information about the wine-devel mailing list