Closed randaldong closed 2 years ago
Any solution here? I have encountered this question as well.
Any solution here? I have encountered this question as well.
Sorry to tell you that I’ve switched to Ubuntu 18.04 and after a little bit debugging, I succeeded in making launch on Linux. It seems that you’ll never know what kind of problems is going to happen to Windows operation system.😓
Thank you for your quickly response. I solve this problem with: "Go to: HKEY_LOCAL_MACHINE\SOFTWARE\EpicGames\Unreal Engine%UE_VERSION% (replace %UE_VERSION% with 4.22) and add a new String value with Value name InstalledDirectory and Value data your path to UE_4.24 (for me it is E:\games\epic\UnrealEngine)", after I go through this(https://github.com/carla-simulator/carla/issues/1941#issuecomment-625375872) soultion.
------------------ 原始邮件 ------------------ 发件人: "Ryan @.>; 发送时间: 2021年7月12日(星期一) 下午2:53 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [carla-simulator/carla] 0.9.11, make launch failure: The system cannot find the path specified. Already defined the system variable (#4242)
Any solution here? I have encountered this question as well.
Sorry to tell you that I’ve switched to Ubuntu 18.04 and after a little bit debugging, I succeeded in making launch on Linux. It seems that you’ll never know what kind of problems is going to happen to Windows operation system.😓
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Thank you for your quickly response. I solve this problem with: "Go to: HKEY_LOCAL_MACHINE\SOFTWARE\EpicGames\Unreal Engine%UE_VERSION% (replace %UE_VERSION% with 4.22) and add a new String value with Value name InstalledDirectory and Value data your path to UE_4.24 (for me it is E:\games\epic\UnrealEngine)", after I go through this(#1941 (comment)) soultion. … ------------------ 原始邮件 ------------------ 发件人: "Ryan @.>; 发送时间: 2021年7月12日(星期一) 下午2:53 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [carla-simulator/carla] 0.9.11, make launch failure: The system cannot find the path specified. Already defined the system variable (#4242) Any solution here? I have encountered this question as well. Sorry to tell you that I’ve switched to Ubuntu 18.04 and after a little bit debugging, I succeeded in making launch on Linux. It seems that you’ll never know what kind of problems is going to happen to Windows operation system.😓 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Thank you very much for your solution!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, everyone, I was trying to build Carla 0.9.11 on my Windows 10 system according to the document v: 0.9.11. I have installed git, cmake, Visual Studio 2017, python3.7.8, and UE 4.24.3, downloaded and unzipped the assets, and succeeded when running
make PythonAPI
. I've also defined the environment variable UE4_ROOT as C:\Program Files\Epic Games\UE4.24.However, when I run
make launch
, the following error occurred:The full output is as follows:
Then, I tried to manually build "CarlaUE4.sln" in folder "Carla\Unreal\CarlaUE4", the output was as follows:
I have no idea how to fix it. I would be grateful if you can help me with it. @bernatx @marcgpuig @Axel1092 @nsubiron