View Single Post
  #17  
Old 09-19-2022, 04:16 AM
AoG AoG is offline
Large Bat

AoG's Avatar

Join Date: Dec 2020
Posts: 11
Default

Quote:
Originally Posted by lillyjsm [You must be logged in to view images. Log in or Register.]
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:
  • WINEPREFIX="$HOME/wine32" winetricks d3dx9

Also, what is the output of this command:
  • dpkg -l | grep -i mesa
Grep output https://pastebin.com/nN4aSaGe
Things i did to help replicate for you
  1. Moved my EQ install to that directory
  2. Opened folder in terminal
  3. launched via WINEARCH=win32 wine eqgame.exe patchme
Launched it and it issue is still present. maybe i should try adding
Code:
winetricks d3dx9
as an argument when launching after the "patchme" ? forgive me inexperience i am not too good with linux
Reply With Quote