carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.1k stars 3.57k forks source link

dx12 is not supported on your system #7084

Open knowaiser opened 7 months ago

knowaiser commented 7 months ago

Hello,

I am trying to run CarlaUE4.exe on my GPU but I am encountering an error message: dx12 is not supported on your system try running without the dx12 or d3d12 command line argument.

I tried to solve the problem using the solution described here: https://www.reddit.com/r/TheCycleFrontier/comments/vmpdzx/comment/ie3k54s/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button Unfortunately, it did not work for me. I could not find the string m_enableDX12=True to modify it or delete it. Also, my NVIDIA driver is up-to-date.

CARLA version: 0.9.15 Platform/OS: Windows 19 Datacenter

Any help would be appreciated.

chirudeep001 commented 7 months ago

Hi, i have single GPU so my command is as follows: CarlaUE4.exe -carla-rpc-port=3000 -carla-primary-host=127.0.0.1 -ini:[/Script/Engine.RendererSettings]:r.GraphicsAdapter=0

if i try to change the GraphicsAdapter number to 1 i am getting the error which you have posted. so make sure how may graphic cards do you have in your system and proceed as follows.

open task manager there you can see the GPU and change the number accordingly.

knowaiser commented 7 months ago

Hi, i have single GPU so my command is as follows: CarlaUE4.exe -carla-rpc-port=3000 -carla-primary-host=127.0.0.1 -ini:[/Script/Engine.RendererSettings]:r.GraphicsAdapter=0

if i try to change the GraphicsAdapter number to 1 i am getting the error which you have posted. so make sure how may graphic cards do you have in your system and proceed as follows.

open task manager there you can see the GPU and change the number accordingly.

Thank you for responding. Unfortunately, the problem still persists