carla
carla copied to clipboard
Carla exits on startup
Error Description
I'm trying to run Carla on our GPU server. I've downloaded the pre-built binary version given in the release file, and executed as below:
./CarlaUE4.sh -RenderOffScreen // 0.9.12+
// DISPLAY= ./CarlaUE4.sh -opengl for 0.9.11 or lower
The output can be seen below:
As you can see, no error reported, but Carla simply exits. I've followed the Docker-version instruction, same thing happened.
Platform
Carla version: 0.9.10-0.9.13 OS: Ubuntu 18.04 (display-less server) GPU: RTX 2080ti Memory: 256GB
Compile from source
I've also tried to compile from source. After compiling the UE4 engine, I tried to start it, and it gives message as such:
This is no big deal, since I don't have any display. So I add -RenderOffScreen, and it crash too:
From the message, I suspect that's something wrong with the GPU driver, but updating the driver to latest version didn't make any difference. Did anyone meet the same problem? How to solve this other than port to Windows.