https://bugs.winehq.org/show_bug.cgi?id=42174
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@fds-team.de
--- Comment #3 from Michael Müller michael@fds-team.de --- The crash is related to your graphic card (driver):
-------- fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend. [...] 0081:Ret d3d10_1.D3D10CreateDevice1() retval=80004005 ret=474e62e7 0081:Call KERNEL32.UnhandledExceptionFilter(0033edb0) ret=0040908c wine: Unhandled page fault on read access to 0x00000000 at address 0x33ffa8:0x006036e3 (thread 0081), starting debugger... --------
As you can see in the first line, wine prints a warning that your graphic driver does not support the necessary OpenGL / GLSL features to emulate DirectX 10. When the application tries to make use of it, the initialization of d3d10 fails, eventually leading to the crash. The crash itself is more or less a bug of the application as it should verify the return code and show an error instead.
When using the NVIDIA driver with a gtx 660, the application starts fine but has some rendering issues. Could you attach the output of glxinfo?