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

Windows: Detect Vulkan in separate process #11802

Merged
merged 1 commit into from
Feb 16, 2019

Conversation

unknownbrackets
Copy link
Collaborator

@unknownbrackets unknownbrackets commented Feb 16, 2019

This should avoid crashes with broken AMD drivers that can't initialize Vulkan properly. Instead, Vulkan will show up as unavailable.

Disabled during debug to allow for debugging.

This seems like the best way to work around #11719, since it seems to only happen on Windows.

Important note: Not actually tested on an affected device with AMD drivers. Just simulated a crash by making pApplicationInfo invalid.

That said, expected to fix #11719 and fix #11679. Probably not #11654, but maybe?

-[Unknown]

This should avoid crashes with broken AMD drivers that can't initialize
Vulkan properly.  Instead, Vulkan will show up as unavailable.

Disabled during debug to allow for debugging.
@unknownbrackets unknownbrackets added this to the v1.8.0 milestone Feb 16, 2019
@hrydgard
Copy link
Owner

Wow, nice. I'm very sad that this is needed, it really shouldn't be, but this seems like the safest approach until AMD fixes their stuff (and even after, because not everyone will update their drivers..).

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