I’ve been using Cesium as an out-the-window visualization for an aircraft sim for a couple of months now. Everything was set up and working fine up until Sunday (3/15/22) where I was attempting to add additional controls for a VR headset. I no longer see terrain in the editor and the project now crashes upon play with the following error message:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000
UE4Editor_CesiumRuntime!Cesium3DTilesSelection::Tileset::LoadTilesetDotJson::start()
UE4Editor_CesiumRuntime!async::detail::task_func<CesiumAsync::CesiumImpl::ImmediateSchedulerCesiumAsync::CesiumImpl::QueuedScheduler,async::detail::continuation_exec_func<CesiumAsync::CesiumImpl::ImmediateSchedulerCesiumAsync::CesiumImpl::QueuedScheduler()
UE4Editor_CesiumRuntime!CesiumAsync::CesiumImpl::ImmediateSchedulerCesiumAsync::CesiumImpl::TaskScheduler::SchedulerScope::~SchedulerScope()
UE4Editor_Core
UE4Editor_Core
UE4Editor_Core
UE4Editor_Core
UE4Editor_Core
UE4Editor_Core
kernel32
ntdll
Other threads suggest this might be an issue with the camera size or using remote desktop to edit the project, so I created a brand new project using the tutorial to see if it was directly tied to my project. However, after placing Cesium World Terrain + Bing Maps Aerial imagery and Cesium SunSky / extending the default luminance range, I get the following message in the output log:
LogCesium: Warning: [2022-03-16 10:31:31.523] [warning] [TileContentFactory.cpp:112] No loader registered for tile with content type ‘image/jpeg’ and magic value ‘???’.
LogCesium: Warning: [2022-03-16 10:31:31.524] [warning] [TileContentFactory.cpp:112] No loader registered for tile with content type ‘image/jpeg’ and magic value ‘???’.
I am no longer getting terrain data from Ion and only the SunSky sphere shows up - sky over water - in the fresh project.
I also created a project from CesiumForUnrealSamples to verify it’s not some firewall issue on the machine and the sample project works.
I feel like I’m missing something obvious and I’m not sure what else to check - any advice
or suggestions would be greatly appreciated!