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

Several vulkan_context @ _debug_messenger_callback() errors on run #66722

Closed
RandallCurtis opened this issue Oct 1, 2022 · 1 comment · Fixed by #66883
Closed

Several vulkan_context @ _debug_messenger_callback() errors on run #66722

RandallCurtis opened this issue Oct 1, 2022 · 1 comment · Fixed by #66883

Comments

@RandallCurtis
Copy link

Godot version

4.0beta2

System information

Windows11, i7-11700, GTX 970

Issue description

When running a project, I get a few GOG Galaxy and OBS Studio related errors, yet the project seems to run fine otherwise. I do have GOG Galaxy installed but not OBS Studio.
Here is the log output:

Godot Engine v4.0.beta2.official.f8745f2f7 - https://godotengine.org
USER WARNING: GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
	loaderAddLayerProperties: 'layers' tag not supported until file version 1.0.1, but C:\ProgramData\GOG.com\Galaxy\redists\overlay\injected\galaxy_overlay_vklayer_x64.json is reporting version "1
	Objects - 1
		Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 2295500668752
   at: _debug_messenger_callback (drivers/vulkan/vulkan_context.cpp:168) - GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
	loaderAddLayerProperties: 'layers' tag not supported until file version 1.0.1, but C:\ProgramData\GOG.com\Galaxy\redists\overlay\injected\galaxy_overlay_vklayer_x64.json is reporting version "1
	Objects - 1
		Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 2295500668752
USER WARNING: GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
	ReadDataFilesInRegistry: Registry lookup failed to get layer manifest files.
	Objects - 1
		Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 2295500668752
   at: _debug_messenger_callback (drivers/vulkan/vulkan_context.cpp:168) - GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
	ReadDataFilesInRegistry: Registry lookup failed to get layer manifest files.
	Objects - 1
		Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 2295500668752
USER ERROR: GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
	Failed to open dynamic library "C:\ProgramData\obs-studio-hook\.\graphics-hook32.dll" with error 193
	Objects - 1
		Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 2295500668752
   at: _debug_messenger_callback (drivers/vulkan/vulkan_context.cpp:171) - GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
	Failed to open dynamic library "C:\ProgramData\obs-studio-hook\.\graphics-hook32.dll" with error 193
	Objects - 1
		Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 2295500668752
Vulkan API 1.2.182 - Using Vulkan Device #0: NVIDIA - NVIDIA GeForce GTX 970
USER ERROR: GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
	Failed to open dynamic library "C:\ProgramData\obs-studio-hook\.\graphics-hook32.dll" with error 193
	Objects - 1
		Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 2295500668752
   at: _debug_messenger_callback (drivers/vulkan/vulkan_context.cpp:171) - GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
	Failed to open dynamic library "C:\ProgramData\obs-studio-hook\.\graphics-hook32.dll" with error 193
	Objects - 1
		Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 2295500668752

Steps to reproduce

No specific steps, errors occur on run in a new project with one scene and one node.

Minimal reproduction project

No response

@Calinou
Copy link
Member

Calinou commented Oct 1, 2022

See #56089. These errors should be made into verbose messages, as they're harmless.

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

Successfully merging a pull request may close this issue.

3 participants