doitsujin / dxvk

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

Split Second: game doesn't want to boot. #4407

Closed RaptorZX4 closed 4 weeks ago

RaptorZX4 commented 4 weeks ago

dxvk_splitsecond

When i try to boot up the game in Windows XP (32bit), using d3d9.dll, it gives me this error message.

I use a Windows XP computer to run Windows XP games. Computer is a Dell Vostro 230, with a Core 2 Duo E8600, 4gb DDR3, Geforce GTX 745 4gb. The game run without the d3d9.dll in the game folder. But supposedly, according to PCGamingWiki, it run much better with DXVK, but even with the steps explained to make it work with DXVK (putting the 32bit d3d9.dll in the game's root), it doesn't boot at all.

Software information

Split Second. Highest details, full screen mode

System information

Blisto91 commented 4 weeks ago

Windows XP does not support Vulkan and therefor cannot use dxvk.

WinterSnowfall commented 4 weeks ago

If you're on Windows XP, you're already in an ideal situation for the vast majority of d3d8/d3d9 games. Even if dxvk could be used in such scenarios (but, as @Blisto91 mentioned above, it certainly can not, since Vulkan came out 15 years after Windows XP), there would be little point to it.

The PCGW mention is referring to usage on modern OSes such as Windows 10/11.

doitsujin commented 4 weeks ago

2001 called and wants its operating system back.

Seriously though, not sure what the expectation is here but running any sort of modern software on an OS that has been EOL for over a decade now is a losing proposition.

RaptorZX4 commented 4 weeks ago

ooohhhh! So that just confirm what i was thinking, DXVK is made for older games running on modern OSes such as Windows 10 and 11.

WinterSnowfall commented 4 weeks ago

DXVK is made for older games running on modern OSes such as Windows 10 and 11.

Actually it's made for use on Linux, but happens to help performance in a few scenarios on Windows 10/11 as well.

RaptorZX4 commented 4 weeks ago

DXVK is made for older games running on modern OSes such as Windows 10 and 11.

Actually it's made for use on Linux, but happens to help performance in a few scenarios on Windows 10/11 as well.

alright, thanks for the clarification.

RaptorZX4 commented 4 weeks ago

2001 called and wants its operating system back.

Seriously though, not sure what the expectation is here but running any sort of modern software on an OS that has been EOL for over a decade now is a losing proposition.

Ok, but there are still more modern solutions made for retro computers, like CuteMouse which is a mouse driver for DOS that takes only like 2 or 3kb of memory, instead of the drivers from back then which used 20-40kb of conventional memory which is A LOT especially when those DOS game require you to have 580kb+ of free conventional memory.

I just though DXVK was one of those modern solutions for older computers, when it's pretty much the other way around, to help running older games on newer computers with modern OSes.