Been installing windows games using Wine but got a problem, it shows an error that tell me if there's something wrong with OpenGL.
Searching for a while and find a solution, indeed my local machine need to upgrade ia32-libs, that's it.
sudo apt install ia32-libs
For archlinux use this instead:
sudo pacman -S lib32-libglvnd
I'm using onboard graphic card so no need to upgrade any GPU driver ;)