jbnunn / CARLADesktop

Run CARLA on an EC2 VM
67 stars 22 forks source link

CARLA simulator crashing? #6

Open AidanAbd opened 3 years ago

AidanAbd commented 3 years ago

When I run either of the CARLA simulator options given, I get the following error: DISPLAY= ./CarlaUE4.sh -opengl -carla-port=2000 4.22.3-0+++UE4+Release-4.22 517 0 Disabling core dumps. Signal 11 caught. Malloc Size=65538 LargeMemoryPoolOffset=65554 CommonUnixCrashHandler: Signal=11 Malloc Size=65535 LargeMemoryPoolOffset=131119 Malloc Size=103376 LargeMemoryPoolOffset=234512 Failed to find symbol file, expected location: "/opt/carla-simulator/CarlaUE4/Binaries/Linux/CarlaUE4-Linux-Shipping.sym" Engine crash handling finished; re-raising signal 11 for the default handler. Good bye. Segmentation fault (core dumped)

Am I building something wrong? I looked online and found little on the issue, figure it might be a GPU compatibility issue? I'm using a Tesla T4.

Raknash3 commented 3 years ago

I too have the same issue. I am trying to run carla on AWS EC2 g4dx instance. Carla 0.9.8 seems to work fine but carla-ros-bridge need carla 0.9.10 and Carla 0.9.10 has this issue.

gaffordb commented 3 years ago

I ran into the same issues with the packaged version of carla 0.9.10.1.

The precompiled release of 0.9.10.1 works fine though.

I've also found that the packaged version of 0.9.11 works if you don't need carla-ros-bridge (which at the time of writing is only supported by 0.9.10.1).

swhustla commented 2 years ago

Fix for this is here, it requires a manual adjustment to the ./CarlaUE4.sh file as the -opengl flag is otherwise ignored by Carla.