https://bugs.winehq.org/show_bug.cgi?id=43921
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover@wine-staging | |.com, michael@fds-team.de, | |sebastian@fds-team.de Component|-unknown |-unknown Product|Wine |Wine-staging
--- Comment #2 from Matteo Bruni matteo.mystral@gmail.com --- Sounds like a staging bug then.
My guess is this is due to:
err:wgl:glxdrv_wglShareLists Could not share display lists, one of the contexts has been current already !
vs
err:wgl:glxdrv_wglShareLists Recreating OpenGL context to share display lists, although the context has been current!
I.e. it works mostly by chance on plain Wine and the staging patches fixing / hacking around wglShareLists() end up breaking it, again mostly by chance. If that's actually it, I don't think there is any way to fix this properly.