Carla: Vulkan driver error

Created on 2 Sep 2019  路  4Comments  路  Source: carla-simulator/carla

Hi,
I am having issues with the latest Carla version. When I run make launch I get "Cannot find a compatible Vulkan dirver".

62615798-e9343a80-b905-11e9-9408-36ccd8227749

I have tried installing Vulkan from http://linuxconfig.org/install-and-test-vulkan-on-linux but still getting the same error.

Has anyone got an idea why this happening...?

Thanks in advance :)

Most helpful comment

Hi Everyone,
I have solved this now. In case anyone is running in the same problem, the solution is:

  • Go to ~/carla/Util/BuildTools/BuildCarlaUE4.sh
  • Open it and change RHI="-vulkan" to RHI="-opengl"

That should make the "make launch" default settings set to use opengl instead of vulkan.

Best
Abanoub

All 4 comments

Does your hardware meet the minimum specs? The Unreal build instructions mention them I think. What OS and what GPU? You can probably switch to the opengl backend somehow, though I don't know how for the editor.

yeah I think the specs are absolute fine, I have been using CARLA for a while on this same machine but it's just when I upgraded carla to the latest version I ran into this. Yes I was also trying to see how to make it use opengl in editor mode but I couldn't find it either...

Any idea how I can make carla use opengl in editor mode?

Hi Everyone,
I have solved this now. In case anyone is running in the same problem, the solution is:

  • Go to ~/carla/Util/BuildTools/BuildCarlaUE4.sh
  • Open it and change RHI="-vulkan" to RHI="-opengl"

That should make the "make launch" default settings set to use opengl instead of vulkan.

Best
Abanoub

Hi,

This works if building Carla from the repo. Is there a way to use opengl with the deb version?

Thanks in advance!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

robertnishihara picture robertnishihara  路  4Comments

tgrel picture tgrel  路  3Comments

phzeller picture phzeller  路  3Comments

hc167 picture hc167  路  4Comments

chankim picture chankim  路  3Comments