https://bugs.winehq.org/show_bug.cgi?id=57455
--- Comment #9 from Rafał Mużyło galtgendo@o2.pl --- Their debug log offers this for 0.5.0:
2d2c 11:08:32.461 Hooking function via IAT: GetProcAddress (C:\windows\system32\ kernel32.dll+0x19410) 2d2c 11:08:32.461 > dbgEngGetProcAddress(*MOD{&7BCF0000,"C:\windows\system32\ ntdll.dll"}, "__wine_dbg_strdup") 2d2c 11:08:32.461 < dbgEngGetProcAddress(*MOD{&7BCF0000,"C:\windows\system32\ ntdll.dll"}, "__wine_dbg_strdup") = 7BD2AE10 2d2c 11:08:32.461 > dbgEngGetProcAddress(*MOD{&7BCF0000,"C:\windows\system32\ ntdll.dll"}, "__wine_dbg_header") 2d2c 11:08:32.461 < dbgEngGetProcAddress(*MOD{&7BCF0000,"C:\windows\system32\ ntdll.dll"}, "__wine_dbg_header") = 7BD2ABD0 2d2c 11:08:32.461 ERROR: DbgEng: object creation failed: 0x80004002
With 0.4.0 it's:
2d38 11:14:30.683 Hooking function via IAT: GetProcAddress (C:\windows\system32\ kernel32.dll+0x19410) 2d38 11:14:30.683 > dbgEngGetProcAddress(&7BCF0000, "__wine_dbg_strdup") 2d38 11:14:30.683 < dbgEngGetProcAddress(&7BCF0000, "__wine_dbg_strdup") = 7BD2A E10 2d38 11:14:30.683 > dbgEngGetProcAddress(&7BCF0000, "__wine_dbg_header") 2d38 11:14:30.683 < dbgEngGetProcAddress(&7BCF0000, "__wine_dbg_header") = 7BD2A BD0 2d38 11:14:30.683 ERROR: DbgEng: object creation failed: 0x80004002 2d38 11:14:30.684 > dbgEngGetProcAddress(&7BCF0000, "__wine_dbg_output") 2d38 11:14:30.685 < dbgEngGetProcAddress(&7BCF0000, "__wine_dbg_output") = 7BD2A D50 2d38 11:14:30.685 DPI awareness was successfully changed to "permonitor" via Set ProcessDpiAwarenessContext 2d38 11:14:30.689 DDrawCompat loaded successfully 2d38 11:14:48.992 DDrawCompat detached successfully
In both cases it looks weird - those are wine internals...