![]() |
|
#1
|
||||
|
![]() Quote:
i'm using the most up to date AMD drivers, i don't know where i can get installs of the 32 bit versions. perhaps i can use some sort of dll overrides to fix the issue? it's weird overall as i'd expect the latest most up to date version of my distro and wine should theoretically run this all out of the box. | |||
#2
|
|||
|
![]() Hmm. Could be worth a try overriding d3dx9 with winetricks. I do this on my setup, but can't remember if its required. See https://wiki.winehq.org/Winetricks for installing, or linux mint might have it available with apt.
Either way, building off of the previous post, try something like:
Also, what is the output of this command:
| ||
Last edited by lillyjsm; 09-14-2022 at 07:16 PM..
Reason: Spelling
|
#3
|
||||
|
![]() Quote:
Things i did to help replicate for you
Code:
winetricks d3dx9 | |||
![]() |
|
|