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

Problems with vkd3d #90

Closed
LonFas opened this issue May 12, 2024 · 3 comments
Closed

Problems with vkd3d #90

LonFas opened this issue May 12, 2024 · 3 comments

Comments

@LonFas
Copy link

LonFas commented May 12, 2024

When I try to run some exe files I get an error:

0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0024:fixme:thread:get_thread_times not implemented on this platform 0108:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 000000000177FF50 0024:fixme:coreaudio:ca_channel_layout_to_channel_mask Unhandled channel 0xffffffff 0100:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA. 0100:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA. 0100:err:msvcrt:_wassert (L"!optional_user_extension_count || user_extension_supported",L"/Users/gcenx/Documents/GitHub_old/codeweavers-wine/libs/vkd3d/libs/vkd3d/device.c",361) Assertion failed: !optional_user_extension_count || user_extension_supported, file /Users/gcenx/Documents/GitHub_old/codeweavers-wine/libs/vkd3d/libs/vkd3d/device.c, line 361

Version: wine-9.0 (latest brew wine-stable)
MacOS 14.4.1 (23E224) M1 Air


p.s. Before update i saw a little different path:

Assertion failed: !optional_user_extension_count || user_extension_supported, file /Users/gcenx/Documents/GitHub/codeweavers-wine/libs/vkd3d/libs/vkd3d/device.c, line 361

~/.wine directory clean (recreated after delete)

@LonFas
Copy link
Author

LonFas commented May 13, 2024

I opened a ticket here because the error clearly shows statically linked paths on the mantainers PC. I think this does not fall under the condition https://github.com/Gcenx/macOS_Wine_builds?tab=readme-ov-file#dont-open-wine-issues-here

@LonFas
Copy link
Author

LonFas commented Jun 18, 2024

0100:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.
0100:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.
0100:err:msvcrt:_wassert (L"!optional_user_extension_count || user_extension_supported",L"/private/tmp/wine-9.0/libs/vkd3d/libs/vkd3d/device.c",361)
Assertion failed: !optional_user_extension_count || user_extension_supported, file /private/tmp/wine-9.0/libs/vkd3d/libs/vkd3d/device.c, line 361

0024:err:msvcrt:_wassert (L"!optional_user_extension_count || user_extension_supported",L"/private/tmp/wine-9.0/libs/vkd3d/libs/vkd3d/device.c",361)
Assertion failed: !optional_user_extension_count || user_extension_supported, file /private/tmp/wine-9.0/libs/vkd3d/libs/vkd3d/device.c, line 361

Unfortunately, changing build paths did not produce results. I still see "full paths"

@relalis
Copy link

relalis commented Nov 8, 2024

You're seeing those paths because it's a debug message showing where the source file is for the failed assertion. This is not a packaging bug, this is most likely a Vulkan extension that isn't supported in MoltenVK or on Apple Silicon.

@Gcenx Gcenx closed this as not planned Won't fix, can't repro, duplicate, stale Jan 25, 2025
Repository owner deleted a comment from LonFas Jan 28, 2025
Repository owner deleted a comment from LonFas Jan 28, 2025
Repository owner locked and limited conversation to collaborators Jan 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants