http://bugs.winehq.org/show_bug.cgi?id=35186
--- Comment #2 from Pavel Řezníček cigydd@gmail.com --- I solved the issue by myself. My mom's graphics card is an outdated integrated Intel and one has to add a flag LIBGL_ALWAYS_SOFTWARE=1 into the environment which disables hardware graphics acceleration. Mesa stopped support for the card. In my case, I use a desktop (Mate) which doesn't source the ~/.bashrc file where I had the flag. So I moved the setting to /etc/profile and the error in question disappeared.