http://bugs.winehq.org/show_bug.cgi?id=23234
Summary: DelayLoadFailureHook failed to delay load user32.dll.DialogBoxParamW Product: Wine Version: 1.2-rc3 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: amos.t@hotmail.it
Hello,
I have patched the wine1.2rc3 version of wine with the DIBEngine patch http://bugs.winehq.org/attachment.cgi?id=28187 (DIB Engine - Fixed for wine-1.2-rc1) and I have configured, compiled and installed wine. When I run without the WINEDIB=ON option a programs that simply shows a window with a button it works without problems, but when I use WINEDIB=ON the following errors appear:
user@core2duo:~/Test$ WINEDIB=ON wine ./WinWithButton.exe err:module:DelayLoadFailureHook failed to delay load shlwapi.dll.DelayLoadFailureHook wine: Call from 0x7b8369b2 to unimplemented function shlwapi.dll.DelayLoadFailureHook, aborting wine: Unimplemented function shlwapi.dll.DelayLoadFailureHook called at address 0x7b8369b2 (thread 000b), starting debugger... err:module:DelayLoadFailureHook failed to delay load user32.dll.DialogBoxParamW wine: Call from 0x7b8369b2 to unimplemented function user32.dll.DialogBoxParamW, aborting wine: Unimplemented function user32.dll.DialogBoxParamW called at address 0x7b8369b2 (thread 0010), starting debugger... err:module:DelayLoadFailureHook failed to delay load user32.dll.DialogBoxParamW wine: Call from 0x7b8369b2 to unimplemented function user32.dll.DialogBoxParamW, aborting wine: Unimplemented function user32.dll.DialogBoxParamW called at address 0x7b8369b2 (thread 0012), starting debugger... err:module:DelayLoadFailureHook failed to delay load user32.dll.DialogBoxParamW wine: Call from 0x7b8369b2 to unimplemented function user32.dll.DialogBoxParamW, aborting wine: Unimplemented function user32.dll.DialogBoxParamW called at address 0x7b8369b2 (thread 0014), starting debugger... err:module:DelayLoadFailureHook failed to delay load user32.dll.DialogBoxParamW
My pc is a Core2Duo with 4GB of ram and with installed Ubuntu10.04LTS 64bit.
What could I do? Thanks in advance... AmoxT