Open dujinpeng0249 opened 1 year ago
I have the same problem,and I can not solve it too.
I have the same problem,and I can not solve it too.
Same problem, did you solve it?
Same error. Does anyone have solved this?
Same here. It happened after launching python script, but only 4/5 of the time (without changing anything and seed is the same). Pretty weird..
And terribly annoying to tryout launch 5 time before it works
The issue was caused by insufficient memory. After increasing the swap space, the problem was resolved.
/home/newuser/carla/Util/BuildTools/BuildCarlaUE4.sh: line 209: 2723 Killed ${GDB} ${UE4_ROOT}/Engine/Binaries/Linux/UE4Editor "${PWD}/CarlaUE4.uproject" ${RHI} ${EDITOR_FLAGS} make: *** [Util/BuildTools/Linux.mk:8: launch] Error 137
does this error is also caused by insufficient memory? By insufficient memory are you talking about the ram or ssd.
CARLA version: 0.9.14 Platform/OS: WSL2 Ubuntu 20.04 Problem you have experienced: I had some unsolvable problems during make launch. When running to /carla/Util/BuildTools/BuildCarlaUE4.sh, the following error message appears: xxx/carla/Util/BuildTools/BuildCarlaUE4.sh: line 185: 21846 Killed ${GDB} ${UE4_ROOT }/Engine/Binaries/Linux/UE4Editor "${PWD}/CarlaUE4.uproject" ${RHI} ${EDITOR_FLAGS} make: [Util/BuildTools/Linux.mk:7: launch] Error 137. I don't know how to solve it, does anyone have the same problem as me. What you expected to happen: The following command make launch compiles and launches Unreal Engine. Steps to reproduce: ~/carla $ make launch .... xxx/carla/Util/BuildTools/BuildCarlaUE4.sh, the following error message appears: xxx/carla/Util/BuildTools/BuildCarlaUE4.sh: line 185: 21846 Killed ${GDB} ${UE4_ROOT }/Engine/Binaries/Linux/UE4Editor "${PWD}/CarlaUE4.uproject" ${RHI} ${EDITOR_FLAGS} make: [Util/BuildTools/Linux.mk:7: launch] Error 137.