http://bugs.winehq.org/show_bug.cgi?id=25260
Summary: The Secret of Monkey Island SE requires d3dx9_36 Product: Wine Version: 1.3.7 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: directx-d3dx9 AssignedTo: wine-bugs@winehq.org ReportedBy: xvachon@gmail.com CC: wine-bugs@winehq.org
The Secret of Monkey Island depends on some stubs in d3dx9_36 and fails to load.
In the console log, there is a loop of these three in particular.
fixme:d3dx:ID3DXEffectImpl_SetTechnique (0x20ed90)->((nil)): stub fixme:d3dx:ID3DXEffectImpl_Begin (0x20ed90)->(0x33c4f0, 0x1): stub fixme:d3dx:ID3DXEffectImpl_BeginPass (0x20ed90)->(0): stub
winetricks d3dx9_36 is a workaround.