Try VKD3D_CONFIG=force_raw_va_cbv ? This is also DGC (ugh), so also try testing with a newer driver. 535 is getting rather ancient.
Thank you for the fast reply. Wasn't expecting to be this fast :)
VKD3D_CONFIG=force_raw_va_cbv
allows me to run the game and it seems to work at first glance.
Frome time to time it prints this in the console but seems to run:
557.563:0524:069c:info:vkd3d-proton:vkd3d_pipeline_library_disk_thread_main: Flushing disk cache (wakeup counter since last flush = 6). It seems like application has stopped creating new PSOs for the time being.
560.678:0524:069c:info:vkd3d-proton:vkd3d_pipeline_library_disk_thread_main: Pipeline cache marked dirty. Flush is scheduled.
Those are not errors, that's just logging as expected. I'll add a profile for EvE.
EDIT: You didn't attach any logs, what's the exe name for the game?
I have attached logs from the now working run with VKD3D_CONFIG=force_raw_va_cbv
The running mechanism of Eve is complicated as it uses a launcher. I don't know how all of this reflects into your profile.
I run the launcher with:
env WINEPREFIX="/home/user/.wine" WINEESYNC=0 WINEFSYNC=0 VKD3D_CONFIG=force_raw_va_cbv wine C:\users\user\AppData\Local\eve-online\eve-online.exe
The launcher for itself will spawn a few processes showing the name eve-online.exe
and then will launch for each game client you start (Eve is an MMORPG where it is not unusual that you play with more than one account at the same time) lots of processes (about 20) containing the name "exefile.exe"
Does https://github.com/HansKristian-Work/vkd3d-proton/pull/2417 work without any hacks?
Should work now.
VKD3D_CONFIG=force_raw_va_cbvx2 2025-03WINEESYNC=0x1 2025-03WINEFSYNC=0x1 2025-03WINEPREFIX="/home/user/.wine"x1 2025-03VKD3D_CONFIG=force_raw_va_cbv`x1 2025-03PROTON_LOG=1x1 2025-03
Please describe your issue as accurately as possible. Include screenshots or videos if relevant
Software information
Eve Online - www.eveonline.com
Eve Online has a free to play option. So reproducing the bug should be possible for anyone.
crashes with message in console:
598.603:0888:088c:err:vkd3d-proton:d3d12_command_signature_init_state_template_dgc: Root parameter 0 is not a raw VA. Cannot implement command signature which updates root descriptor.
System information
Log files
Please attach Proton or Wine logs as a text file:
PROTON_LOG=1 %command%and attach the correspondingsteam-xxxxx.logfile in your home directory.wine game.exe > game.log 2>&1and attach the resultinggame.logfile.