https://bugs.winehq.org/show_bug.cgi?id=43461 Stephan Alt <alt.stephan(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #4 from Stephan Alt <alt.stephan(a)web.de> --- Resolved the issue in a 2 step process. step 1: Copied D3DCompiler_43.dll from another application (in my case Diablo III) into the executable path. d3dcompiler_43.dll set to "native, the builtin" in winecfg. This resolved the crash issue on startup and allowed to play the game in "play mode" only. Trying to enter the editor crashed the program with no meaningful log. step 2: Suspecting that DX10/11 might be the root cause of the problem (loads of warnings from wine output), I disabled the following dlls in winecfg: d3d10.dll, d3d10_1.dll, d3d10core.dll, d3d11.dll and dxgi.dll. NoLimits2 seems to work like a charm now. Regards, Stephan -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.