https://bugs.winehq.org/show_bug.cgi?id=43599
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3d |directx-d3dx9
--- Comment #10 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Fabian Maurer from comment #5)
Prerequisites: Clean 64bit wineprefix.
For some reason it works with `WINEDLLOVERRIDES="d3dcompiler_46.dll=d;d3dcompiler_47.dll=d" wine EnginePrime.exe`
Alternatively, copy a 64bit d3dcompiler_47 from windows into wine's system32 folder and use `WINEDLLOVERRIDES="d3dcompiler_46.dll=n" wine EnginePrime.exe`
Doesn't make sense to me at all, but try it out, it works.
I imagine the application takes a different codepath if d3dcompiler is not present.