carla-simulator / carla

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

Issue with CarlaUE4.exe requiring specific DirectX 11 feature level #6660

Open sanadaryo opened 11 months ago

sanadaryo commented 11 months ago

Hello Carla developers,

I am trying to run Carla on a Windows Server 2019 instance on AWS EC2 g4dn.xlarge, which comes with an NVIDIA Tesla T4 GPU. However, when I try to run CarlaUE4.exe, I encounter an error message stating "DX11 feature level 10.0 is required to run the engine".

My system supports DirectX 12, and when I run dxdiag, it shows DirectX 12. Also, I have updated my NVIDIA drivers to the latest version.

I have tried the solutions suggested in a previous issue (#3904), but they did not resolve the problem. Specifically, I downloaded and installed an older DirectX 11 installer and tried Carla version 0.9.4, but I still get the same error message.

Additionally, I am using NICE DCV for remote desktop connection, which should properly expose the GPU.

If you have any advice on this issue, please let me know. Any suggestions are welcome.

Thank you in advance.

kshitiz-deloitte commented 11 months ago

@sanadaryo, I have been facing the same issue, Please let me know if you have figured out the solution.

kui606 commented 2 months ago

me too