https://bugs.winehq.org/show_bug.cgi?id=54313
--- Comment #8 from Jactry Zeng jactry92@gmail.com --- (In reply to Jactry Zeng from comment #7)
(In reply to Dean Chen from comment #6)
'OpenGL not found issue'
How to solve this problem, any suggestions or helpful clues。
You can use `dpkg -S libGL.so.1` to figure out which package of Ubuntu provides the library. You will need to install the i386 version of it for this case.
Oh, `dpkg -S` only searches installed packages, sorry for the confusion.
So likely for Ubuntu 22.04, the package you want is libgl1:i386.