Posted May 29, 2016
BG EE brings its own libraries - seems that one of them clashes with the latest ARCH / Manjaro etc. versions.
On startup, the problem manifests like this (if you start via the terminal):
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
With me, renaming the offending libraries / pointers in <bgEE-directory>/lib/ did the trick:
libstdc++.so.6 >> whatever... org_libstdc++.so.6
libstdc++.so.6.0.19 >> ditto
This forces BG to actually use the system libraries, which are up to date.
On startup, the problem manifests like this (if you start via the terminal):
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
With me, renaming the offending libraries / pointers in <bgEE-directory>/lib/ did the trick:
libstdc++.so.6 >> whatever... org_libstdc++.so.6
libstdc++.so.6.0.19 >> ditto
This forces BG to actually use the system libraries, which are up to date.