I have been testing under wine 6.11 development on ubuntu 20.04 and have everything working, however there are some tradeoffs to what I had setup under wine 4.21.
A. You no longer can use the virtual desktops, they lag out bad on startup. Need to run in windowed mode (however this comes with a few new advantages)
B. Since you no longer need to run virtual desktops you can just run all windows from a single wine bottle/instance.
C. MQNext (macroquest) works perfectly on 6.11 devel with MQ2Nav (finally! due to directx 11 support under dxvk)
The quick and dirty
1. Install wine winehq-devel to get latest wine on ubuntu:
INI:
dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
apt-key add winehq.key
add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
apt update
apt install --install-recommends winehq-devel
2. Install dxvk
3. Install corefonts
INI:
apt-get install ttf-mscorefonts-installer
4. setup default wine bottle with dxvk
5. Launch EQ from installed location (I use ~/Games/EverQuest) with DXVK framerate hud for testing
INI:
DXVK_HUD=1 wine eqgame.exe patchme &
(Do this for each instance you want to run up, make sure WindowedMode=TRUE in your eqclient.ini!)
You should see a little HUD in the upper left corner of the screen that gives FPS stats. If so then you have DXVK (Vulkan DX11) support setup correctly! Congratz! You can remove the DXVK_HUD=1 from future startups.
6. Launch MacroQuest (MQNEXT) from installed directory (mine is in ~/Games/MacroQuest)
Notes:
A.
I still cannot get the launcher/patcher to run under wine 6.11 devel. It just hangs in a black screen. I need to revert to my old wine 4.21 install to get the patcher to update
Update: use the following to get launchpad to load properly for patching
Code:
export WINEDLLOVERRIDES=libglesv2=d
wine Launchpad.exe &
B. Running in windowed mode has the nice side effect of producing Gnome Alert Popups if a toon on a different "Workspace" gets a tell in a new tell popup window. For some reason the OS sees the update and lets you know that you have something happening over there. Pretty nice!
C. Initial game startup through the menus is a lot slower than under 4.21. But game play under DXVK is much faster! MacroQuest (ie. MQNext) is so much smoother!
I can provide more detailed updates and findings down the road. Been very swamped with work and have not had the time to produce a new official linux guide yet. This should get you guys going though!
Update: this is still working on the latest wine-development v7.7 as of 4/20/2022