https://bugs.winehq.org/show_bug.cgi?id=41670 --- Comment #16 from acescopezz(a)gmail.com --- (In reply to rob from comment #15)
The 3 fixme's I see in common with my output are:
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:ntdll:EtwEventRegister fixme:ntdll:EtwEventSetInformation
(That hex flag is LOAD_LIBRARY_SEARCH_SYSTEM32)
I found this on MSDN referring to this flag: If this value is used, %windows%\system32 is searched for the DLL and its dependencies. Directories in the standard search path are not searched. This value cannot be combined with LOAD_WITH_ALTERED_SEARCH_PATH. Windows 7, Windows Server 2008 R2, Windows Vista and Windows Server 2008: This value requires KB2533623 to be installed. Windows Server 2003 and Windows XP: This value is not supported. (most important thing is it is not supported on windows xp) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.