http://bugs.winehq.org/show_bug.cgi?id=13821
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-06-10 07:59:22 --- This would be won't fix. Looking at the GameOverlayRenderer.dll.log: Could not find a match for function preamble (unsupported op-code at 1 bytes): 55 89 E5 57 56 83 EC 20 8B 75 08 85 F6 0F 84 D1 Failed hooking LoadLibraryExW calls Could not find a match for function preamble (unsupported op-code at 1 bytes): 55 89 E5 53 E8 3E 0A FC FF 81 C3 BB C3 04 00 83 Failed hooking LoadLibraryExA calls
Tells that it's looking for those particular byte sequences in dlls. This can not bu satisfied without copying code verbatim and using the same toolchaing to compile Wine.