-
Notifications
You must be signed in to change notification settings - Fork 26
Description
docker run --rm -it --net=bridge --env="DISPLAY=$DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:ro" --device=/dev/dri:/dev/dri roscon_demo with this command I launch the container of the demo, but after I run this command /data/workspace/ROSConDemo/Project/build/linux/bin/profile/Editor to open the editor, the editor will open, I choose the "Main" level, but then nothing, the grafic inteface seems to be crashed, I cannot do anything, infact the system will make choose if I wanna "wait" or "Force to quit".
After loading the needed module, these are the last messages on the terminal:
...
Module: Attempting to load module:/data/workspace/ROSConDemo/Project/build/linux/bin/profile/libSceneCore.so
Module: Success!
System: Network layer initialized
System: AudioSystem created!
RHISystem: Initializing RHI...
RHISystem: Enumerated physical device: Intel(R) Graphics (RPL-P)
RHISystem: Enumerated physical device: llvmpipe (LLVM 15.0.7, 256 bits)
RHISystem: Using physical device: Intel(R) Graphics (RPL-P)
PhysXSystem: PhysXConfiguration was read from settings registry at pointer path "/Amazon/Gems/PhysX/PhysXSystemConfiguration
PhysXSystem: Default Scene Configuration was read from settings registry at pointer path"/Amazon/Gems/PhysX/DefaultSceneConfiguration
PhysXSystem: Debug::DebugConfiguration was read from settings registry at pointer path "/Amazon/Gems/PhysX/Debug/PhysXDebugConfiguration
UserSettings:
UserSettings: Trace::Warning
/data/workspace/o3de/Code/Framework/AzCore/AzCore/UserSettings/UserSettings.cpp(27): 'void AZ::UserSettingsInternal::AddSettings(AZ::UserSettings *, AZ::u32, AZ::u32)'
UserSettings: There is no UserSettings handler for group 0, settings 475670885 will not be tracked!
UserSettings: ==================================================================
AssetCatalog: Initializing asset catalog with root "/data/workspace/ROSConDemo/Project/Cache/linux"AssetCatalog: Loaded registry containing 11648 assets.
Asset System Connection: Asset Processor Connection IP: 127.0.0.1, port: 45643, branch token 0xBBB18904
AssetProcessorConnection:
AssetProcessorConnection: Trace::Warning
/data/workspace/o3de/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponent.cpp(693): 'virtual bool AzFramework::AssetSystem::AssetSystemComponent::WaitUntilAssetProcessorConnected(AZStd::chrono::duration)'
AssetProcessorConnection: Network connection attempt failure, Connect returned error AzSockError::eASE_ECONNREFUSED
AssetProcessorConnection: ==================================================================
AssetSystem: Ping time to asset processor: 0.07 milliseconds
Editor: Connected to Asset Processor
AssetSystem: Ping time to asset processor: 0.53 milliseconds
Editor: CriticalAssetsCompiled
AssetCatalog: Initializing asset catalog with root "/data/workspace/ROSConDemo/Project/Cache/linux"AssetCatalog: Loaded registry containing 11648 assets.
Module: Attempting to load module:/data/workspace/ROSConDemo/Project/build/linux/bin/profile/libCrySystem.so
Module: Success!
These are my PC details:
- Linux 24.04 LTS (dual boot)
- Intel Corporation Raptor Lake-P [UHD Graphics]
- 13th Gen Intel(R) Core(TM) i5-13420H
- 16GB of RAM
- ... let me know if you need to know more
Maybe is a GPU problem, which mine doesn't saisfy at all the requirments and that's why it's not working properly...
I already have o3de installed in my PC and it seems to work fine, so I don't know what would be the problem at all...
In the messsages above it's seems also having a problem connecting to the Asset Processor or something like that...

