Cannot use opengl 3 apps on MacOS

Questions about Wine on macOS.
Locked
Poryblocky
Newbie
Newbie
Posts: 1
Joined: Wed Jul 26, 2023 1:06 pm

Cannot use opengl 3 apps on MacOS

Post by Poryblocky »

Title; apps using OpenGL3 seem to crash on Mac M1. This can be verified by running the Dear Imgui demo binaries found here.

Tested with wine-stable, wine-devel, and wine-crossover latest versions.

Code: Select all

0070:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1114
0024:fixme:module:dlopen_32on64_opengl32 loaded "/Applications/Wine Crossover.app/Contents/Resources/wine/lib/wine/x86_32on64-unix/opengl32.dll.so" early @ 0x68793000
0024:fixme:msg:ChangeWindowMessageFilterEx 00020042 233 1 00000000
0024:fixme:msg:ChangeWindowMessageFilterEx 00020042 4a 1 00000000
0024:fixme:msg:ChangeWindowMessageFilterEx 00020042 49 1 00000000
0024:fixme:msg:ChangeWindowMessageFilterEx 00030042 233 1 00000000
0024:fixme:msg:ChangeWindowMessageFilterEx 00030042 4a 1 00000000
0024:fixme:msg:ChangeWindowMessageFilterEx 00030042 49 1 00000000
GLFW Error 65543: WGL: Failed to create OpenGL context
GLFW Error 65544: WGL: Failed to clear current context
I dont know if there would be any way to force Wine to use the Core OpenGL context, seeing as it can seemingly only access version 2.1
will30uk
Newbie
Newbie
Posts: 3
Joined: Sat Aug 19, 2023 6:03 pm

Re: Cannot use opengl 3 apps on MacOS

Post by will30uk »

I can confirm I get the same error with openGL3 on an AMD mackintosh running Ventura 13.4

Thank you for those demo binaries, very useful to be aware of. They all worked for me except the openGL3 and Vulkan ( though Vulkan may be just because I haven't installed necessary wine trick)
Locked