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

Weird vulkan debug message running godot editor or any project. #58112

Closed
albinaask opened this issue Feb 14, 2022 · 2 comments
Closed

Weird vulkan debug message running godot editor or any project. #58112

albinaask opened this issue Feb 14, 2022 · 2 comments

Comments

@albinaask
Copy link
Contributor

Godot version

4.0.Alpha_2

System information

Windows 10, AMD Ryzen 2700x, Nvidia 1070ti

Issue description

Whenever I run a project from the editor I get this error:

E 0:00:00:0080 _debug_messenger_callback: GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
loader_get_json: Failed to open JSON file C:\Program Files\Rockstar Games\Social Club\SocialClubVulkanLayer.json
Objects - 1
Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 268251824
<C++ Source> drivers/vulkan/vulkan_context.cpp:157 @ _debug_messenger_callback()

I think it has to do with the fact that my computer believes I have vulkan installed for GTA 5 still, but the game is long gone. However I think some residue might be left of that vulkan context that Godot finds and tries to interact with, but fails and thus causes the weird debug message. The project runs fine, but it just throws a random message at me.

When I run the editor from a command line (the console window is gone for me(see other BugReport)) it throws the same message, but still runs well

Steps to reproduce

  1. ? (Seriosly don't know what is up and how to reproduce... but probably involving deinstalling vulkan driver, download a game using vulkan, run said game, then deintalling said game and then run the editor?)

Minimal reproduction project

N/A

@Calinou
Copy link
Member

Calinou commented Feb 14, 2022

Duplicate of #56089.

@Flavelius
Copy link
Contributor

In case anyone else stumbles upon this and the rockstar games spyware is definitely not installed:
delete the corresponding key in the registry under:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\ExplicitLayers
and the error will be gone.

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

No branches or pull requests

3 participants