Newer winehq-binary build?

I see that winehq-binary-229 is wine-5.0, but unfortunately it was compiled without vulkan support. Can it be updated to have 5.0.3 compiled with vulkan support so that enterprising folks can try to install dxvk into the WINEPREFIX?

I have confirmed that dxvk 1.5.5 (installed with winetricks) with wine 5.0.3 from winehq Ubuntu deb packages appears to work, and delivers 3x the FPS on my hardware (60 FPS rock solid across 3 clients instead of 30 FPS on one client, 20 fps for 2, and 10 fps on 3 at once)

wget https://binaries.eveonline.com/evelauncher-1747682.tar.gz
tar -xvvzf evelauncher-1747682.tar.gz
./evelauncher/evelauncher.sh
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt install winehq-stable winetricks
# set wine to 'custom' from '/usr/bin/wine'
mv ~/.eve/wine ~/.eve/wine-old
WINEPREFIX=~/.eve/wineenv winetricks dxvk155
# launch an account in eve and profit.
1 Like

dxvk 1.7.3 works with wine 6.0 from winehq.

dxvk 1.8 is tested against wine 6.0

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.