-
Notifications
You must be signed in to change notification settings - Fork 38
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
NVidia 535.x VK_ERROR_INITIALIZATION_FAILED on Debian #2787
Comments
Hello @davidsl118, please copy the contents of Steam Runtime Diagnostics from Steam ( |
Same issue here on Debian Unstable. |
Same here... Debian (bookworm), can't start the game since the ringmaster update... |
any workaround for this? |
I tried some solutions like |
I tried with proton too, I have the same problem. It opens for like 5-10 seconds and then closes |
There was a problem earlier this week which could cause a system crash running out of descriptors shortly after startup. This has been fixed now, and OP's report is a different issue. If you are not crashing on startup with a @davidsl118 can you go through the following steps to help diagnosing this: |
I ain't davids118 but here goes my own logs:
|
Same here |
Tried to remove the file |
Thanks but I would prefer to look at the entire set of logs, not just the error line. |
Here I zipped all logs. |
@kagmole You should just run |
And here's mine. Removed all files from |
Tried to disable the iGPU (dGPU only) in the UEFI settings but no chance. :) |
@TTimo Here are the compressed logs. |
Thanks @davidsl118, I appreciate your patience. The logs didn't reveal anything unfortunately. It looks like you are on an Optimus laptop, so let's try a few things:
On my Optimus system this reports If you don't specify the
You can find more information about Optimus at https://wiki.debian.org/NVIDIA%20Optimus |
The Steam Linux runtime folder may be here for Debian, if you used the Steam installer from the Debian repository:
|
I ran these Sadly it didn't help for me |
Same as @TormenTeDx, except graphic card is:
|
Hi @TTimo. I get the vkcube rendered with or without the argument, and in both cases the same discrete GPU is selected. Since this was not what you expected, I did not test the next step. |
Ok .. so next thing to try, enabling verbose in the Vulkan loader:
That will save out a log to |
Here you go: |
I'll have to pour over the logs some more tomorrow, but can you also try setting |
You mean like this? |
Ok that makes the whole loading business cleaner, and at least removes that possibility of a problem. At this point we're starting to suspect the combo of 535 drivers and recent NVidia hardware (3080 and up). We may be requesting extensions in the recent Dota2 update that the drivers are unhappy about. It'll take a few days but we'll add some options to test that out. Corollary is that you should try with newer drivers, 550 or ideally 560 but it seems Debian is lagging behind, we've asked for those to be added in experimental. |
cool, thanks. 535 are the newest one right now on stable debian afaik. |
Same for Debian Unstable. Version 535.183.06-1. |
535.183.01 happens to still be available in the Debian 12 repositories (versioned |
I tried to downgrade but the DKMS build fails with Linux kernel 6.10.9-amd64. |
If that's the case, then there must be some other factor in why you see this but @kagmole's friend does not. Everyone here seems to have mentioned dual-GPU (Nvidia + other), so perhaps that's part of it. |
I have single gpu, 3080 rtx, its probably because of debian. I've heard it works on ubuntu fine |
I tried to disable the iGPU to only have one dGPU but no luck on this as well. |
Do you have As packaged in Debian, it's a Recommends (weak dependency, installed by default but possible to turn off), but there are indications that it should perhaps be a required dependency. |
Or, more generally, if any of the dependencies of |
|
Hmm, something must have gone wrong during installation or upgrade of your drivers: normally Recommends are selected for installation automatically, unless either (a) you explicitly turned them off (in which case you're accepting the risk that some things will not work), or (b) they were temporarily impossible to install for some reason. |
Must be option (b) since I'm on Unstable. I do admit I neglect to check on packages starting with |
I can't believe it, I installed libnvidia-rtcore and it works too. I think it wasn't installed since beggining and it just wasn't required for dota before... cause it basically stopped working after the ringmaster update |
Perhaps it's actually only required for games that use particular Vulkan features, and Dota started using those features recently? |
Yep we do try to enable some raytracing extensions since recently. |
After installing libnvidia-rtcore the game launches fine. Many thanks! |
Reported as https://bugs.debian.org/1081314 |
Dota failing to launch after the most recent update (Major update with compendium)
The text was updated successfully, but these errors were encountered: