Reply To: openGL context creation failed (game does not start)

Home Forums Support openGL context creation failed (game does not start) Reply To: openGL context creation failed (game does not start)

#7635
mikael
Member

@loco1

I can give you the content of the settings.lua file which should be placed in the /local/ folder. I dont think this will change anything. What is your error ? What system do you have?

 

settings.lua file:

function data()

return {

fullScreen = true,

geometryQuality = 2,

invertPan = false,

invertRotate = false,

invertRotateKeys = false,

invertTilt = false,

invertZoom = false,

masterVolume = 0.30000001192093,

maxDegreeOfAnisotropy = 4,

menuMusicEnabled = true,

moneyMode = “KMB”,

moneyPrefix = “$”,

moneySuffix = “”,

musicEnabled = true,

musicVolume = 0,

numSamples = 2,

scrollAtBorder = true,

shadowQuality = 0,

soundVolume = 0.60000002384186,

speedUnit = “KMH”,

uploadCrashDumps = true,

use16bitTextures = true,

useHdr = false,

useReflection = false,

useSsao = false,

useTextureCompression = false,

vsync = true,

windowPos = {

1920, 0,

},

windowSize = {

1920, 1200,

},

 

}

end