Carla: OpenGL 4.3 not supported by driver, how can i handle it ?

Created on 18 Jan 2018  路  5Comments  路  Source: carla-simulator/carla

When I follow the calar documentation, I get the following problem at code(rebuild part)


$ UE4_ROOT=~/UnrealEngine_4.17 ./Rebuild.sh

it says


[2018.01.18-01.31.46:238][  0]LogInit: Error: _PlatformCreateOpenGLContextCore - Could not create OpenGL 4.3 context, SDL error: 'Could not create GL context: GLXBadFBConfig'
[2018.01.18-01.31.46:238][  0]LogRHI: Error: OpenGL 4.3 not supported by driver
[2018.01.18-01.31.46:239][  0]LogInit: Error: _PlatformCreateOpenGLContextCore - Could not create OpenGL 4.3 context, SDL error: 'Could not create GL context: GLXBadFBConfig'

like this
i dont know what to do
plz help!

question

Most helpful comment

Hi @SoonHoJang,

It might be a matter of installing the latest nvidia drivers, see https://github.com/carla-simulator/carla/issues/73#issuecomment-353768715.

If it still doesn't work after this, you can try launching the editor with OpenGl 3

$ cd Unreal/CarlaUE4
$ ~/UnrealEngine_4.17/Engine/Binaries/Linux/UE4Editor -opengl3 "$PWD/CarlaUE4.uproject"

All 5 comments

Hi @SoonHoJang,

It might be a matter of installing the latest nvidia drivers, see https://github.com/carla-simulator/carla/issues/73#issuecomment-353768715.

If it still doesn't work after this, you can try launching the editor with OpenGl 3

$ cd Unreal/CarlaUE4
$ ~/UnrealEngine_4.17/Engine/Binaries/Linux/UE4Editor -opengl3 "$PWD/CarlaUE4.uproject"

@snowjang24 how to fix it, i got the same problem

i got the same problem too, how to fix it? plz let me know~!

i got the same problem too, finally,i solved it.
i'm sure to be install MVIDIA drivers,but it doesn't correct display.
cd ~/UnrealEngine/Engine/Binaries/Linux
./UE4Editor -opengl3 "$PWD/CarlaUE4.uproject"

This error
[2020.01.25-13.40.45:326][ 0]LogInit: Error: Linux_PlatformCreateOpenGLContextCore - Could not create OpenGL 4.3 context, SDL error: 'Could not create GL context: GLXBadFBConfig'
[2020.01.25-13.40.45:326][ 0]LogRHI: Error: OpenGL 4.3 not supported by driver
[2020.01.25-13.40.45:331][ 0]LogInit: Error: Linux_PlatformCreateOpenGLContextCore - Could not create OpenGL 4.3 context, SDL error: 'Could not create GL context: GLXBadFBConfig'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

qixiaoshuai0120 picture qixiaoshuai0120  路  3Comments

chankim picture chankim  路  3Comments

kk2491 picture kk2491  路  3Comments

cstamatiadis picture cstamatiadis  路  3Comments

rowanmcallister picture rowanmcallister  路  3Comments