Failed to start application with GL_VENDOR “Apple”

Questions about Wine on macOS.
Locked
SimonKuzmichev
Newbie
Newbie
Posts: 1
Joined: Wed Sep 27, 2023 1:59 pm

Failed to start application with GL_VENDOR “Apple”

Post by SimonKuzmichev »

I encountered a problem running the DiscordTimes game on MacOS with M1. Other applications using wine64 launch, tested on (Notepad++) With DiscordTimes the problem is described in the logs below:

Code: Select all

0108:err:environ:init_peb starting L"Z:\Users\simon\Downloads\DiscordTimesbyUnder\DiscordTimes.exe" in experimental wow64 mode 
0108:fixme:thread:get_thread_times not implemented on this platform 
0108:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR “Apple”. Returning HW_VENDOR_NVIDIA. 
0108:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 
010c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION (0x506) from glClear @ /Users/gcenx/Downloads/wine-staging-8.10/dlls/wined3d/context_gl.c / 2338. 
0108:fixme:ddraw:ddraw7_WaitForVerticalBlank iface 02487E58, flags 0x4, event 00000000 stub! 
0108:err:system:NtUserChangeDisplaySettings Changing L"\\.\DISPLAY1" display settings returned -2. 
010c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION (0x506) from glClear @ /Users/gcenx/Downloads/wine-staging-8.10/dlls/wined3d/context_gl.c / 2338.
If anyone has any ideas on how to fix this, I would be very grateful.
justberti
Newbie
Newbie
Posts: 1
Joined: Sat Nov 11, 2023 4:20 am

Re: Failed to start application with GL_VENDOR “Apple”

Post by justberti »

I've got the same issue with Heroes 3 on a Mac Book Pro with a M2:

Code: Select all

0294:err:environ:init_peb starting L"C:\\GOG Games\\HoMM 3 Complete\\Heroes3.exe" in experimental wow64 mode
0294:fixme:keyboard:NtUserActivateKeyboardLayout Changing user locale is not supported
0294:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.
0294:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0294:err:system:NtUserChangeDisplaySettings Changing L"\\\\.\\DISPLAY1" display settings returned -2.
0294:err:seh:KiUserCallbackDispatcher ignoring exception
0298:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION (0x506) from glClear @ /Users/gcenx/Documents/GitHub/wine/dlls/wined3d/context_gl.c / 2339.
Locked