http://bugs.winehq.org/show_bug.cgi?id=7091
Summary: Exception in IDirect3DDevice8 when starting Eets Product: Wine Version: CVS Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: paran+wine@lysator.liu.se
The trial version of the shareware game Eets (http:// www.eetsgame.com/news/download) crashes with an unhandled exception. Seems to be related to d3d8 pixel shaders.
I use Ubuntu 6.10 with linux 2.6.17-10-generic, linux 2.6.17- 10-generic, gcc 4.1.2. My wine is from winehqs apt- repository. However, to debug this I have re-compiled the 0.9.28 deb-package from source to get debug symbols. I have also tested with latest git (0.9.28-gfa053b7).
When Eets.exe starts it first show a mshtml page with links to buy the game, enter key or continue. When clicking continue and the game tries to start the exception occurs. The backtrace shows that the exceptions is from the return statement of IDirect3DDevice8Impl_GetPixelShaderFunction.
Attached are traces (warn+all,trace+d3d,+ddraw,+d3d_shader,fixme+all,err+all) from 0.9.28 and 0.9.28-gfa053b7