doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
13.14k stars 846 forks source link

Game is playable but getting constant crashes (Need For Speed Payback) #3465

Open iqbalrazi03 opened 1 year ago

iqbalrazi03 commented 1 year ago

My laptop can game, no problem, at the very moment. I just trying DXVK on Windows, because it piqued my interest and I don't have any Linux machines to poke around. I don't know whether it is DXVK's problem or my Intel Iris XE and XE Max's driver problem, every time I play Need For Speed Payback, it played smoothly for 5 minutes and suddenly crashed. I checked the logs, and found nothing.

Plus, I have nothing opened on the background. No overlays, nothing.

*Sorry, I'm a begineer but likes to tinker stuff like this.

Software information

Need For Speed Payback, DX11 x64

System information

Log files

NeedForSpeedPayback_d3d11.log NeedForSpeedPayback_dxgi.log

Blisto91 commented 1 year ago

warn: D3D11DeviceFeatures: Some formats not supported for resource sharing

I'm guessing that implies the game uses shared resources, which is not supported on Windows. Tho i dunno if that is related to your crash.

Looking at your specs it could also just be that you run out of memory/vram. Have you tried looking at memory usage before the crash?

iqbalrazi03 commented 1 year ago

Looking at your specs it could also just be that you run out of memory/vram. Have you tried looking at memory usage before the crash?

I did, it just used 3.5 out of 4GB VRAM and my RAM usage is just 85% out of the 8GB.

Blisto91 commented 1 year ago

While i was on Windows anyway i tried this game with dxvk, but i was unable to as it just crashes then when i hit resume game. Even when spoofing other GPU vendors and turning off EA overlay.

Blisto91 commented 1 year ago

@iqbalrazi03 Try a new test with dxvk 2.3 and latest driver.

pyrocks commented 9 months ago

Hi, I recently started playing NFS payback and I suffer from the red flashes during susnset/evening game time (my GPU is 6700xt, this is a known AMD issue). I read somewhere that DXVK can potentially fix this, but when I copy the x64 dlls from release 2.3 to the game's directory it crashes on startup and doesn't even load.

Blisto91 commented 9 months ago

Might be better if you make a new issue

iqbalrazi03 commented 9 months ago

Hi! I'm the author of this post.

Like the previous commenter said, it might be better if you make a new post. I also stopped playing NFS Payback since i encountered too many problems with DXVK in Windows.

Blisto91 commented 9 hours ago

@iqbalrazi03 Are you able to give this another try with dxvk master?