The answer is right there in your logs:
"GL_RENDERER: Software Rasterizer"
Set the env variable LIBGL_DEBUG=verbose to get more information about this problem.
Most likely the libraries shipped with the game is causing this problem. You can force it to use system libraries by deleting/moving libgcc, libstdc+++ etc.


Reply With Quote
