Open LonFas opened 6 months ago
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
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"
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)