[Linux] [nVidia] Pink Overlays

Started by notfood, January 13, 2018, 11:06:08 PM

Previous topic - Next topic

notfood

Thanks to user Madman666, discovered a way to fix the pink overlays issue that happens when you have nvidia drivers.

You need to set the enviromental variable __GL_IGNORE_GLSL_EXT_REQS to 1 so nVidia drivers don't fail to compile the shaders RimWorld requires.

Edit start_RimWorld.sh, go to the last line and prepend:
__GL_IGNORE_GLSL_EXT_REQS=1

so it looks like this:
#Locale resetting (important for Ubuntu players who are not native speakers of English) and launching the game.
__GL_IGNORE_GLSL_EXT_REQS=1 LC_ALL=C ./$GAMEFILE $LOG


That should solve all the issues with many mods that use overlays.