-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Comments
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 |
Unfortunately, changing build paths did not produce results. I still see "full paths" |
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. |
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)
The text was updated successfully, but these errors were encountered: