dxvk: DXVAD fails to load libraries running EVE Online
Hello, I am cross-posting from EVE forum dev for this issue I can’t find a fix. Disclaimer: I am very poor in IT skills and please I beg you to do not take assumptions and guide me accordingly, if you have the time and the patience to explain also I will very keen to do my best to learn something new.
The Issue: On Ubuntu 23.04 Graphics: Intel® HD Graphics 4400 (HSW GT2) I had to change the hard disk forcing me a fresh OS install and of Eve Online. Followed the work of Anderson Geten in this post after the assistance provided (Reno Arkasson is me) I manage to make it work well enough.
Outputs say: Appears DXVAD struggle to reach the level required d3d12 and d3d11 to eventually failing to load msmpeg2vdec.dll and failing the execution of DirectXRedist.exe, Trinity platform dx11 results invalid and crash.
Under steam tha game manage get loaded twice (once in 40 the second in 70 minutes) but completely frozen and with repetitive request to kill the process for not responding. But it loaded. This make me think that the issue is software not hardware (Steam always got awful performances on Eve with my pc… while though wine it’s playable).
The best results I achieved gives this output when I execute eve.exe with WINEPREFIX=$HOME/wineprefixes/eve/ wine eve.exe
Here follows the full output up to the launcher loaded:
In preview the Markdown styling was messed up, this is the link to pastebin.com
At this point the Launcher successfully starts. Now it’s time to hit Play Now to load the game and here come the troubles, first the terminal output:
In preview the Markdown styling was messed up, this is the link to pastebin.com
Now the following output comes from the EVE LogLite, a diagnostic feature of the launcher:
In preview the Markdown styling was messed up, this is the link to pastebin.com
I will link my post on the devs Eve Online forum for your information, perhaps, as I made you open half of a dozen tabs of links here the last pastebin about a curious think might save time spotting more mistakes in my workaround: here the link. I have the feeling I am changing parameters on two different interfaces, reading my posts something changed getting better with the string WINEPRE… and deteriorated with wine eve.exe… Idk… I really hope you could help me out in this. Thanks in advance for your time, hope to hear from you!
About this issue
- Original URL
- State: closed
- Created 9 months ago
- Comments: 15 (6 by maintainers)
Your Intel GPU is an old Haswell model that doesn’t support vulkan 1.3, so that’s probably the problem. You can try to either use DXVK 1.10.3 or set
MESA_VK_VERSION_OVERRIDE=1.3
as environment variable.DXVA has nothing to do with DXVK.