os: ubuntu 22
ros2: humble
carmaker version: 11.0.1
nvidia driver: Geforce RTX 3060
Hey, Iβm struggling to run the Lidar sensor with the FS-autonomous project. I have a Nvidia driver but it keeps timing out when trying to run with Lidar and giving this error:
Thanks!
Hello,
Would you be able to share which driver version you are using? Also, you are working in a VirtualBox and not a physical Ubuntu dual boot, is that correct?
Regards,
Bogomil
Hey Bogomil,
Currently using driver version 51586.01 and no, it is an ubuntu partition thatβs just the name of the laptop.
Thanks again
Hello,
Apologies for the delay, Iβve been away on a work trip.
Your drivers should be compatible with the CarMaker 11.0.1 release. We used to have issues with older drivers in CarMaker 10 in the past, but those should be resolved now.
It looks like you have manually specified the IP of the host in the GPU configuration window, is that the case? Here is what the window looks like:
By default it places the hostname for me instead of an IP address, but I just tested it with 127.0.0.1 just to be able to reproduce the same log messages as you.
By default, this project has two cameras and one LiDAR RSI sensors that work off the NVidia GPU. Could you disable some of the RSI sensors and try again? We need to establish if the GPU sensors work at all. I would recommend turning off both camera RSI sensors and testing with just the LiDAR. This is how to disable individual sensors without deleting them:
If this works, then I can check how to increase the initialisation time for the sensors in case itβs some timing issue. We can also check if the ports over which the Camera RSI sensors work are open on your machine.
Hey,
Hereβs a video of what happens when I try to run the project with the LiDAR RSI sensor and both camera RSI sensors disabled:
Hereβs a video of what happens when I run the project with both camera RSI sensors enabled and the LiDAR RSI sensor disabled:
Hope this helps - thanks
Hello,
Thank you very much for that. Yes that helps, your cameras clearly work, but the LiDAR is experiencing problems.
I need to consult my colleagues internally. I can see some internal issues that have been raised in the past when it comes to lidar/radar RSI sensors. These have been fixed in CarMaker 11.1 and beyond, but for FSAI the project was created for CarMaker 11.0.1, and Iβm not sure you have access to updated CM versions.
Iβll get back to you when I get some more information from my colleagues in Germany.
Bogomil
1 Like
Hello,
Iβm going through some internal information that we have on other similar GPU issues.
Could you try one thing when you have some time.
Could you go to ScriptControl and use the command βset ::Sensors::PipeConnectionTimeout 60000β
That increases the timeout of connection to the RSI sensor. It has helped some users, while for others it doesnβt resolve the issue.
In the meantime, Iβll try getting more information.
Hey Bogomil,
When I tried running the project after running the command, the LiDAR GPUSensor window still crashes almost instantly
Thanks again for your help
Hello Rachel,
I spoke to my colleague in Germany who usually deals with GPU issues. He has two suggestions.
First, we need to test CarMaker without all the ROS stuff. I expect the problem is with the GPU libraries and integration, but I can only be sure if we test with pure CarMaker.
Go to your CarMaker installation folder and find the βCMβ executable file. If you have installed CarMaker in the default path, then the default location of the executable is here:
β/opt/ipg/carmaker/linux64-11.01/binβ
From this location, start CarMaker by calling the executable: ./CM
Create a new project. File - Project Folder - Create Project
Open the following example test run in CarMaker:
File - Open - Product Examples (this is the menu on the left hand side of the window) - Examples - BasicFunctions - Sensors - LidarRSI_Countryside
This is our basic LiDAR demo. Try to start it. I expect it to fail, but do let me know if it actually succeeds.
If (when) the previous example fails to start, close CarMaker.
Now start CarMaker again with the following startup flag: ./CM -debuggpu
You should still be in the same project that you previously created.
Open the same test run LidarRSI_Countryside
Attempt to start the test run.
The terminal where you started CarMaker should now have a lot more debugging information on exactly what is happening with the GPU and its connection to CarMaker.
Please post the logs here so that our experts can review them.
Hey Bogomil,
The basic LiDAR demo did fail.
Unfortunately, I canβt attach a file (still a new user) so the logs are split into three sections. The first one is here below:
Terminal logs 1
TagScheduler: Updated DeviceList to β::oo::Obj361β
TagScheduler: Updated DeviceList to β::oo::Obj361β
TagScheduler: Updated DeviceList to ββ
TagScheduler: Updated DeviceList to ββ
TagScheduler: Updated DeviceList to β::oo::Obj374β
TagScheduler: Updated DeviceList to β::oo::Obj374β
PrepareGPUSensorProcesses scheduling with
TagScheduler::oo::Obj369
ugrdv-VirtualBox-0 with tags βDevice_0 Defaultβ
TagScheduler::oo::Obj372
ugrdv-VirtualBox-0 with tags βDevice_0 Defaultβ
PrepareGPUSensorProcesses SensorClusters to schedule:
TagScheduler::RequestProcess look up tag Default
TagScheduler::RequestProcess SensorCluster β::oo::Obj477β on GPUSensorProcess β::oo::Obj486β on GPUDevice βugrdv-VirtualBox-0β
PrepareGPUSensorProcesses rsi process β::oo::Obj477β β gpu sensor process β::oo::Obj486β
PrepareGPUSensorProcesses starting GPUSensor processes ::oo::Obj486 in parallel
RunCmdsInteractive single line ssh=ββ shell=ββ line=β/opt/ipg/carmaker/linux64-11.0.1/GUI/Movie.exe -mode GPUSensor -instance 1 -CMInstance 0 -headless -GPU 0 -debug -datapool /opt/ipg/carmaker/linux64-11.0.1β
StdoutProtocolHandler ::oo::Obj486: STATUS-15564
StdoutProtocolHandler ::oo::Obj486: >> SetAppNameβ¦
StdoutProtocolHandler ::oo::Obj486: β current: βtkβ
StdoutProtocolHandler ::oo::Obj486: β requested appname: βGPUSensor_1_0β, given: βGPUSensor_1_0β
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: License Features: (more info with β-licinfoβ)
StdoutProtocolHandler ::oo::Obj486: SetDir: Fonts β /opt/ipg/carmaker/linux64-11.0.1/GUI/Fonts
StdoutProtocolHandler ::oo::Obj486: SetDir: Images β /opt/ipg/carmaker/linux64-11.0.1/GUI/Images
StdoutProtocolHandler ::oo::Obj486: SetDir: Textures β /opt/ipg/carmaker/linux64-11.0.1/GUI/Textures
StdoutProtocolHandler ::oo::Obj486: GPUSensor_1_0@ugrdv-VirtualBox β 11.0.1 2022-5-17 (Ubuntu 22.04.2 LTS 64-Bit)
StdoutProtocolHandler ::oo::Obj486: Movie 11.0.1 2022-5-17 (Ubuntu 22.04.2 LTS 64-Bit)
StdoutProtocolHandler ::oo::Obj486: LibDir=/opt/ipg/carmaker/linux64-11.0.1/GUI/lib
StdoutProtocolHandler ::oo::Obj486: GPU ids=0 (Display=0); Headless=1; CUDA Devices=0 EGL=0
StdoutProtocolHandler ::oo::Obj486: InitMaterialIds β/opt/ipg/carmaker/linux64-11.0.1/Data/Sensor/MaterialLibβ
StdoutProtocolHandler ::oo::Obj486: β Using display :1.0 for .view0.gl0 (from DISPLAY env. var.)
StdoutProtocolHandler ::oo::Obj486: ----------
StdoutProtocolHandler ::oo::Obj486: Hardware (#1 ):
StdoutProtocolHandler ::oo::Obj486: GPU-0 at PCI:1:0:0
StdoutProtocolHandler ::oo::Obj486: OpenGL:
StdoutProtocolHandler ::oo::Obj486: 4.6 (Compatibility Profile) Mesa 22.2.5 (AMD), with GLSL 4.60
StdoutProtocolHandler ::oo::Obj486: GPU #0: RENOIR (renoir, LLVM 15.0.6, DRM 3.47, 5.19.0-35-generic)
StdoutProtocolHandler ::oo::Obj486: CUDA: 11.20
StdoutProtocolHandler ::oo::Obj486: #0: NVIDIA GeForce RTX 3060 Laptop GPU (compute capability: 8.6)
StdoutProtocolHandler ::oo::Obj486: ----------
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: Check OpenGL Capabilities
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: β OpenGL.20 β 0
StdoutProtocolHandler ::oo::Obj486: β OpenGL.AdaptiveVSync β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.Computeshaders β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.ConservativeRaster β 0
StdoutProtocolHandler ::oo::Obj486: β OpenGL.Fbo β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.FboMS β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.FboMS8 β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.FboTexR32f β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.FboTexRGB16 β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.FboTexRGB16Depth β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.FboTexRGB8Depth β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.FboTexRGB8DepthF β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.FboTexRGBA8 β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.ShaderStorageBufferObjects β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.Shaders β 2
StdoutProtocolHandler ::oo::Obj486: β OpenGL.ShadowMap β 1
StdoutProtocolHandler ::oo::Obj486: β OpenGL.VMWare β 0
StdoutProtocolHandler ::oo::Obj486: β OpenGL.pbo β 1
StdoutProtocolHandler ::oo::Obj486: Skyboxes - DataPools = {} /opt/ipg/carmaker/linux64-11.0.1
StdoutProtocolHandler ::oo::Obj486: Parsing Skybox β/opt/ipg/carmaker/linux64-11.0.1/Movie/Skies/DeepNight.skyboxβ
StdoutProtocolHandler ::oo::Obj486: Parsing Skybox β/opt/ipg/carmaker/linux64-11.0.1/Movie/Skies/FujiMountain.skyboxβ
StdoutProtocolHandler ::oo::Obj486: Parsing Skybox β/opt/ipg/carmaker/linux64-11.0.1/Movie/Skies/Night.skyboxβ
StdoutProtocolHandler ::oo::Obj486: Parsing Skybox β/opt/ipg/carmaker/linux64-11.0.1/Movie/Skies/Ocean.skyboxβ
StdoutProtocolHandler ::oo::Obj486: Parsing Skybox β/opt/ipg/carmaker/linux64-11.0.1/Movie/Skies/Rocks.skyboxβ
StdoutProtocolHandler ::oo::Obj486: Parsing Skybox β/opt/ipg/carmaker/linux64-11.0.1/Movie/Skies/Valley.skyboxβ
StdoutProtocolHandler ::oo::Obj486: Parsing Skybox β/opt/ipg/carmaker/linux64-11.0.1/Movie/Skies/Winter.skyboxβ
StdoutProtocolHandler ::oo::Obj486: ToneMapping::ReadFile ββ 0:0 (curr=0)
StdoutProtocolHandler ::oo::Obj486: LoadTextures 0:0 LightedOcclusion ββ
StdoutProtocolHandler ::oo::Obj486: LoadTextures 0:0 StaticOcclusion ββ
StdoutProtocolHandler ::oo::Obj486: RequestGenDistMap
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: LoadScene
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: InitMaterialIds β/opt/ipg/carmaker/linux64-11.0.1/Data/Sensor/MaterialLibβ
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: >>> LoadTestRun <<<
StdoutProtocolHandler ::oo::Obj486: β Testrun = ββ
StdoutProtocolHandler ::oo::Obj486: β Vehicle:
StdoutProtocolHandler ::oo::Obj486: β Road:
StdoutProtocolHandler ::oo::Obj486: β Trailer:
StdoutProtocolHandler ::oo::Obj486: β Trailer2:
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: >>> PrepareShaders <<<
StdoutProtocolHandler ::oo::Obj486: >>> LoadShaders <<<
StdoutProtocolHandler ::oo::Obj486: β Available: 2
StdoutProtocolHandler ::oo::Obj486: >>> SetupShaders <<<
StdoutProtocolHandler ::oo::Obj486: >>> post-processing Shaders <<<
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: >>> LoadSceneGeometry <<<
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: LoadMotionData
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: 0 online:0 fname:ββ
StdoutProtocolHandler ::oo::Obj486: >> SetAppNameβ¦
StdoutProtocolHandler ::oo::Obj486: β current: βGPUSensor_1_0β
StdoutProtocolHandler ::oo::Obj486: β requested appname: βGPUSensor_1_0β, given: βGPUSensor_1_0β
StdoutProtocolHandler ::oo::Obj486: STATUS-started-15564-11021
PrepareGPUSensorProcesses GPUSensor GPUSensorBaseProcess ::oo::Obj486 on ugrdv-VirtualBox:11021 startup finished.
Startup of all Sensors finished.
Sensor Mapping:
SensorClusterID: 0 SensorClusterList: Vehicle GPUSensor-Instance/ID: 1
SendStartupParamMsg startup GPU.Sensor.N 1 GPU.Sensor.0.SensorClusterID 0 GPU.Sensor.0.SensorClusterList Vehicle GPU.Sensor.0.ID 1 GPU.Sensor.0.Host ugrdv-VirtualBox GPU.Sensor.0.Port 11021 GPU.Sensor.0.PID 15564 GPU.Sensor.0.DeviceID 0 GPU.Sensor.0.Type gpu GeoFName Movie/.road_cache/_opt_ipg_carmaker_linux64-11.0.1_Examples_BasicFunctions_Sensors_LidarRSI_Countryside.roadgeo CMInstance 0
StdoutProtocolHandler ::oo::Obj486: >> SetAppNameβ¦
StdoutProtocolHandler ::oo::Obj486: β current: βGPUSensor_1_0β
StdoutProtocolHandler ::oo::Obj486: β requested appname: βGPUSensor_1_0β, given: βGPUSensor_1_0β
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: StartOnlineAnim45
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: TestRun: ββ Road: ββ
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: LoadMotionData
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: 0 online:1 fname:ββ
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: Create Data Pools β/home/joe/test_project_1β
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: Data Pools = /home/joe/test_project_1 {} {} /opt/ipg/carmaker/linux64-11.0.1
StdoutProtocolHandler ::oo::Obj486: Pwd = /home/joe/test_project_1
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: LoadScene
StdoutProtocolHandler ::oo::Obj486: -------------------------------
StdoutProtocolHandler ::oo::Obj486: InitMaterialIds β/opt/ipg/carmaker/linux64-11.0.1/Data/Sensor/MaterialLibβ
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: >>> LoadTestRun <<<
StdoutProtocolHandler ::oo::Obj486: β Testrun = βExamples/BasicFunctions/Sensors/LidarRSI_Countrysideβ
StdoutProtocolHandler ::oo::Obj486: >>> ReadTestRunInfo βExamples/BasicFunctions/Sensors/LidarRSI_Countrysideβ ModelCheck=0 <<<
StdoutProtocolHandler ::oo::Obj486: β Named Values =
StdoutProtocolHandler ::oo::Obj486: β Key Values =
StdoutProtocolHandler ::oo::Obj486: >>> Get Full TestRun Name <<<
StdoutProtocolHandler ::oo::Obj486: β Name = Examples/BasicFunctions/Sensors/LidarRSI_Countryside
StdoutProtocolHandler ::oo::Obj486: β DataPool: β/home/joe/test_project_1/Data/TestRunβ
StdoutProtocolHandler ::oo::Obj486: β DataPool: βData/TestRunβ
StdoutProtocolHandler ::oo::Obj486: β DataPool: βData/TestRunβ
StdoutProtocolHandler ::oo::Obj486: β DataPool: β/opt/ipg/carmaker/linux64-11.0.1/Data/TestRunβ
StdoutProtocolHandler ::oo::Obj486: β FullTestRunName = /opt/ipg/carmaker/linux64-11.0.1/Data/TestRun/Examples/BasicFunctions/Sensors/LidarRSI_Countryside
StdoutProtocolHandler ::oo::Obj486: >>> Get Full TestRun Name <<<
StdoutProtocolHandler ::oo::Obj486: β Name = Examples/BasicFunctions/Sensors/LidarRSI_Countryside
StdoutProtocolHandler ::oo::Obj486: β DataPool: β/home/joe/test_project_1/Data/TestRunβ
StdoutProtocolHandler ::oo::Obj486: β DataPool: βData/TestRunβ
StdoutProtocolHandler ::oo::Obj486: β DataPool: βData/TestRunβ
StdoutProtocolHandler ::oo::Obj486: β DataPool: β/opt/ipg/carmaker/linux64-11.0.1/Data/TestRunβ
StdoutProtocolHandler ::oo::Obj486: β FullTestRunName = /opt/ipg/carmaker/linux64-11.0.1/Data/TestRun/Examples/BasicFunctions/Sensors/LidarRSI_Countryside
StdoutProtocolHandler ::oo::Obj486: Reading environment infosβ¦
StdoutProtocolHandler ::oo::Obj486: All environment infos read
StdoutProtocolHandler ::oo::Obj486: Scene(TestRunFName.Previous):
StdoutProtocolHandler ::oo::Obj486: Scene(TestRunFName): Examples/BasicFunctions/Sensors/LidarRSI_Countryside
StdoutProtocolHandler ::oo::Obj486: β ROAD dir = /home/joe/test_project_1/Data/Road
StdoutProtocolHandler ::oo::Obj486: β ROAD dir = Data/Road
StdoutProtocolHandler ::oo::Obj486: β ROAD dir = Data/Road
StdoutProtocolHandler ::oo::Obj486: β ROAD dir = /opt/ipg/carmaker/linux64-11.0.1/Data/Road
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: >>> Executing roadutil - instance 1 roadgeo=Movie/.road_cache/_opt_ipg_carmaker_linux64-11.0.1_Examples_BasicFunctions_Sensors_LidarRSI_Countryside.ugrdv-VirtualBox_1.roadgeo <<<
StdoutProtocolHandler ::oo::Obj486: >>> WRITING roadgeo file (instance 1) β¦
StdoutProtocolHandler ::oo::Obj486: Current Working Dir = /home/joe/test_project_1
StdoutProtocolHandler ::oo::Obj486: CM_HOME = /opt/ipg/carmaker/linux64-11.0.1
StdoutProtocolHandler ::oo::Obj486: Exec /opt/ipg/carmaker/linux64-11.0.1/GUI/β¦/bin/roadutil -movie -o Movie/.road_cache/_opt_ipg_carmaker_linux64-11.0.1_Examples_BasicFunctions_Sensors_LidarRSI_Countryside.ugrdv-VirtualBox_1.roadgeo -route 0 -datadir /home/joe/test_project_1/Data/Road -datadir Data/Road -datadir Data/Road -datadir /opt/ipg/carmaker/linux64-11.0.1/Data/Road -datadir /home/joe/test_project_1/Movie -datadir Movie -datadir Movie -datadir /opt/ipg/carmaker/linux64-11.0.1/Movie /opt/ipg/carmaker/linux64-11.0.1/Data/TestRun/Examples/BasicFunctions/Sensors/LidarRSI_Countryside
StdoutProtocolHandler ::oo::Obj486: Prepare Route VehSafe id=0 1/1 path= testrun=Examples/BasicFunctions/Sensors/LidarRSI_Countryside
StdoutProtocolHandler ::oo::Obj486: β Vehicle: 3D/Vehicles/VW_Beetle_2012.mobj
StdoutProtocolHandler ::oo::Obj486: β Road: Movie/.road_cache/_opt_ipg_carmaker_linux64-11.0.1_Examples_BasicFunctions_Sensors_LidarRSI_Countryside.ugrdv-VirtualBox_1.roadgeo
StdoutProtocolHandler ::oo::Obj486: β Trailer:
StdoutProtocolHandler ::oo::Obj486: β Trailer2:
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: >>> PrepareShaders <<<
StdoutProtocolHandler ::oo::Obj486: >>> LoadShaders <<<
StdoutProtocolHandler ::oo::Obj486: β Available: 1
StdoutProtocolHandler ::oo::Obj486: >>> SetupShaders <<<
StdoutProtocolHandler ::oo::Obj486: >>> post-processing Shaders <<<
StdoutProtocolHandler ::oo::Obj486:
StdoutProtocolHandler ::oo::Obj486: >>> LoadSceneGeometry <<<
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=Movie/.road_cache/_opt_ipg_carmaker_linux64-11.0.1_Examples_BasicFunctions_Sensors_LidarRSI_Countryside.ugrdv-VirtualBox_1.roadgeo (road)
StdoutProtocolHandler ::oo::Obj486: β fullpath=/home/joe/test_project_1/Movie/.road_cache/_opt_ipg_carmaker_linux64-11.0.1_Examples_BasicFunctions_Sensors_LidarRSI_Countryside.ugrdv-VirtualBox_1.roadgeo
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/Vegetation/Birch_01_Summer.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/Vegetation/Birch_01_Summer.mobj
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/Vegetation/Beech_01_Summer.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/Vegetation/Beech_01_Summer.mobj
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/Vegetation/Birch_01_Summer.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/Vegetation/Birch_01_Summer.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/Vegetation/Beech_01_Summer.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/Vegetation/Beech_01_Summer.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/Tollgate_01_2_TwoWays.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/Tollgate_01_2_TwoWays.mobj
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/Tollgate_01_1_OneWay.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/Tollgate_01_1_OneWay.mobj
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/Tollgate_01_1_OneWay.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/Tollgate_01_1_OneWay.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/Tollgate_01_1_OneWay.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/Tollgate_01_1_OneWay.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/Tollgate_01_1_OneWay.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/Tollgate_01_1_OneWay.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/Tollgate_01_1_OneWay.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/Tollgate_01_1_OneWay.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/Tollgate_01_1_OneWay.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/Tollgate_01_1_OneWay.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/Tollgate_01_1_OneWay.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/Tollgate_01_1_OneWay.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/Tollgate_01_1_OneWay.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/Tollgate_01_1_OneWay.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
StdoutProtocolHandler ::oo::Obj486: β fullpath=/opt/ipg/carmaker/linux64-11.0.1/Movie/3D/StreetFurniture/TrafficDrum.mobj
StdoutProtocolHandler ::oo::Obj486: β loaded from cache
StdoutProtocolHandler ::oo::Obj486: LoadGeo FName=3D/StreetFurniture/TrafficDrum.mobj (road moviegeo) -nest -opt -wheels
Thanks
Hello Rachel,
Thank you so much for the logs.
It is highly likely that you are using the Wayland display protocol in Ubuntu as it is the default standard in 22.04:
Wayland is a communication protocol that specifies the communication between a display server and its clients, as well as a C library implementation of that protocol. A display server using the Wayland protocol is called a Wayland compositor, because it additionally performs the task of a compositing window manager.
Wayland is developed by a group of volunteers initially led by Kristian HΓΈgsberg as a free and open-source community-driven project with the aim of replacing the X Window System wi...
My colleague in Germany has suggested that you go through this process and try to switch to X11 Server instead of Wayland:
xorg, 22.04, wayland
Hey Bogomil,
The computer was actually already in X11 but I did try switching back to Wayland as well.
Unfortunately, no success
there is a known bug which will be fixed with CM 13 (Release in October)