Skip to content

Fix to disable options that crash on AMD Navi 32 and Navi 48#1032

Open
mithrand0 wants to merge 1 commit intoreactivedrop_betafrom
hotfix/amd-gpu-crash
Open

Fix to disable options that crash on AMD Navi 32 and Navi 48#1032
mithrand0 wants to merge 1 commit intoreactivedrop_betafrom
hotfix/amd-gpu-crash

Conversation

@mithrand0
Copy link
Contributor

Just a quick workaround, but in the meantime, this fixes #1001

@mithrand0 mithrand0 marked this pull request as draft March 11, 2026 16:27
@jhh8
Copy link
Member

jhh8 commented Mar 11, 2026

if someone has r_shadows 0 then having rd_flashlightshadows 1 and/or rd_env_projectedtexture_enabled 1 wont matter, game will act like those are on 0

@mithrand0 mithrand0 marked this pull request as ready for review March 18, 2026 09:42
// if AMD
if (info.m_VendorID == 0x1002) {
// navi 32
if (strstr(driverName, "7700") != null) return true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should either be using nullptr or NULL; not sure what null is.

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

Successfully merging this pull request may close these issues.

Crash on lobby join - AMD Related?

3 participants