http://bugs.winehq.org/show_bug.cgi?id=58973
--- Comment #9 from imaxm memax@gmx.fr --- (In reply to Rémi Bernon from comment #8)
Thank you! It looks like the strings returned by glGetString get invalidated even (probably because of a GL context change) though the documentation says that they are supposed to be static.
https://gitlab.winehq.org/wine/wine/-/merge_requests/9491 should fix the issue.
You're welcome! I tested your merge request and it does indeed fix the issue. Thank you!