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!
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'
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