Hi,
On trying to start the game on a Linux laptop, it crashed out immediately. I initially thought it was issue 0018948 from mantis, but then looking at the Player.log file, I see
Selecting FBConfig
GLX_FBCONFIG_ID=107
GLX_BUFFER_SIZE=32
GLX_DOUBLEBUFFER=1
GLX_RED_SIZE=8
GLX_GREEN_SIZE=8
GLX_BLUE_SIZE=8
GLX_ALPHA_SIZE=8
GLX_DEPTH_SIZE=24
GLX_STENCIL_SIZE=8
GLX_SAMPLES_ARB=0
GLX_SAMPLE_BUFFERS_ARB=0
GLX_STEREO=0
GLX_CONFIG_CAVEAT=NONE
Desktop is 1280 x 800 @ 60 Hz
XError: GLXBadFBConfig (error 181, opcode 156/34, serial 58, XID 06600002, display 0x2db2d30
XError: GLXBadFBConfig (error 181, opcode 156/34, serial 61, XID 06600002, display 0x2db2d30
XError: GLXBadFBConfig (error 181, opcode 156/34, serial 64, XID 06600002, display 0x2db2d30
XError: GLXBadFBConfig (error 181, opcode 156/34, serial 67, XID 06600002, display 0x2db2d30
XError: GLXBadFBConfig (error 181, opcode 156/34, serial 70, XID 06600002, display 0x2db2d30
XError: GLXBadFBConfig (error 181, opcode 156/34, serial 73, XID 06600002, display 0x2db2d30
XError: GLXBadFBConfig (error 181, opcode 156/34, serial 76, XID 06600002, display 0x2db2d30
XError: GLXBadFBConfig (error 181, opcode 156/34, serial 79, XID 06600002, display 0x2db2d30
Failed to create valid graphics context: please ensure you meet the minimum requirements
E.g. OpenGL core profile 3.2 or later for OpenGL Core renderer
Is the last line the significant one, i.e., it actually needs OpenGL 3.2?