-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UE5 Editor's UI doesn't respond after starting the engine with the "cmake --build Build --target launch" command #8522
Comments
Could you share the log after UI is open? |
I believe this is the relevant rows: |
[2025.01.13-05.47.14:903][656]LogPackageName: Warning: GetLocalFullPath called on FPackagePath ../../../../CarlaUE5/Unreal/CarlaUnreal/Content/CarlaHumans_V2/T_AfroGirl01_G3__dS which has an unspecified header extension, and the path does not exist on disk. Assuming EPackageExtension::Asset. |
[2025.01.13-06.32.51:044][ 89]LogEOSSDK: Warning: LogEOS: Error response received from backend. Response is not JSON. ServiceName=[SDKConfig], OperationName=[GetPlatformConfigRoute], Url=[], HttpStatus=[403], CorrId=[] |
[2025.01.13-06.22.57:092][ 3]LogPSOHitching: Encountered 50 PSO creation hitches so far (9 graphics, 41 compute). 0 of them were precached. |
[2025.01.13-06.22.42:765][ 0]LogStreaming: Warning: Failed to read file 'Common/Selector.png' error. |
[2025.01.13-06.22.39:595][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. |
[2025.01.13-06.22.36:679][ 0]LogCarla: == CARLA Settings ============================================================== |
[2025.01.13-06.22.31:015][ 0]LogRHI: Warning: Dynamic Uniform Buffers are enabled, but they will not be used with Vulkan bindless. |
Try to update libvulkan and this may be related with your harddisk being slow. We cannot support you as this issue comes from Unreal, try in Epic Games forum. I am closing this issue as it is not CARLA related |
CARLA version: 0.10.0
Platform/OS: Ubuntu 22.04.5
Problem you have experienced: After opening it with the target command (the second time) the UI doesn't respond.
What you expected to happen: I want the UI to respond.
Steps to reproduce: Build carla 0.10.0 in Ubuntu 22.04.5. Let the UE5 open. Then close, then start it with "cmake --build Build --target launch". Realize that UI doesn't respond.
Other information (documentation you consulted, workarounds you tried): None. UI never came. But I also tried to install the unreal 5.5.1 without any Carla on my Ubuntu 22.04.5 and it had a similar problem as well. I don't know why. Please help.
The text was updated successfully, but these errors were encountered: