4

I have a game running on Lutris and I need to install d3dcompiler_43.dll library. However, when I try installing it trough Winetricks, the package is simply not on the list.

The only similar package (with a similar name) I see is d3dcompiler_47.dll, however, the game doesn't run with this one. My Wine version is 3.18. I am pretty sure the package used to be there, but I don't remember what wine version I used. Do you know how to install it without Winetricks? Or if I should I use another wine version instead in order to install it?

NIMISHAN
  • 1,625
  • 4
  • 20
  • 28
Vlad Skurtolov
  • 151
  • 1
  • 7

1 Answers1

2

Get yourself the most recent version of Winetricks as demonstrated here.. After you have done this you will see the required version as I demonstrate below:

andrew@ilium~$ winetricks list-all | grep d3dcompiler
d3dcompiler_43           MS d3dcompiler_43.dll (Microsoft, 2010) [downloadable]
d3dcompiler_47           MS d3dcompiler_47.dll (Microsoft, FIXME) [downloadable]
andrew@ilium~$ 

And then hopefully all will be well!

andrew.46
  • 39,359