Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message on Xash3d #128

Open
TheSalmonMan10544 opened this issue Mar 6, 2023 · 4 comments
Open

Error message on Xash3d #128

TheSalmonMan10544 opened this issue Mar 6, 2023 · 4 comments

Comments

@TheSalmonMan10544
Copy link

Getting all of these errors whenever I open up Xash3d. Have a feeling the issue is my Arc GPU
Screenshot (9)

@TheSalmonMan10544
Copy link
Author

I did some more searching here and it seems other people with the same card are getting the same error and it's a known issue.

@Ozymandias81
Copy link

Ozymandias81 commented Mar 8, 2023

Happens the same for me, which I have and AMD Vishera FX Black Edition 3.5ghz 6 core cpu and a GeForce GTX 1060 Turbo 6gb
Running under Windows 10 Pro 64 bit
image

@apyoungblood
Copy link

I got the same error on my PC running a Geforce GTX 1060 6GB card as well. So I looked into it and there's some more details that other people may want to be aware of to make sense of why this doesn't work on our systems:

This mod - the xash3d - engine uses Vulkan for its renderer.

Nvidia chipsets officially started hardware support for ray tracing in models from the 20-- series and newer. Typically they feature "RTX" in the title instead of "GTX." On the other hand if you have or want to purchase an AMD gpu - you will need a Radeon RX 6000 series or newer card.

Older Nvidia cards like the GTX 1060 do support ray tracing, but it's through a software feature patched into drivers from around mid 2019. That feature is called basic DirectX Raytracing (DXR). So if you've used it on your system - that's probably how. This also is incompatible with this particular mod, because DirectX is a different renderer than the Vulkan renderer used in this project.

So to recap if you're system gives you errors it's likely that some components don't fully support the feature. The easiest fix if you really want the feature would be to purchase and install a new GPU of the Nvidia 20-series RTX or greater, or AMD Radeon RX 6000 or greater. The newer hardware does ray tracing on the hardware itself, which is more ideal.

@Andrew-Cottrell
Copy link

Andrew-Cottrell commented Mar 11, 2023

FYI, apparently @yunyxn got it working on some GTX 10xx cards (e.g., GTX 1060 6 GB) with a modified RayTracedGL1.zip.

Ref: #2 and sultim-t/RayTracedGL1#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants