Hello, I am trying to run rocky_demo --log-level debug --map .../geotiff.map.json, but the planet is not rendered: left half of blue sphere blinks on startup and disappears, same with default maps. The rest seems to work:

Output:
[rocky info] Running from: ...
[rocky debug] Search paths:
...
correctly point to local data dirs
...
[rocky debug] /usr/local/share/rocky
[rocky debug] Layer "Local GeoTIFF" FAILED with status Layer closed
[rocky info] Entity compiler thread starting up.
[rocky info] Enabling: VK_EXT_debug_utils
[rocky info] Enabling: VK_KHR_fragment_shader_barycentric
[rocky info] Enabling: VK_EXT_extended_dynamic_state
[rocky info] Enabling: VK_EXT_extended_dynamic_state2
[rocky info] Enabling: VK_EXT_extended_dynamic_state3
[rocky debug] Layer "" FAILED with status Layer closed
[rocky info] Simulation thread starting.
[rocky info] Removing window...
[rocky info] All windows closed... shutting down.
[rocky info] Quitting background services...
[rocky info] Simulation thread terminating.
[rocky info] Entity compiler thread terminating.
rocky_demo --version-all:
cpp_httplib 0.27.0
entt 3.16.0
gdal 3.11.5
glm 0.9.9.8
imgui 1.91.9
nlohmann_json 3.11
openssl 3.0.13
proj 9.4
rocky 0.9.7
spdlog 1.12.0
sqlite 3.45.1
vsgxchange 1.1.7
vulkanscenegraph 1.1.11
weejobs 1.1.0
zlib 1.3
The reported glm and proj are system versions, even though cmake finds local ones:
find_package(PROJ 9.7 CONFIG REQUIRED)
find_package(glm 1.0.2 CONFIG REQUIRED)
Hello, I am trying to run

rocky_demo --log-level debug --map .../geotiff.map.json, but the planet is not rendered: left half of blue sphere blinks on startup and disappears, same with default maps. The rest seems to work:Output:
rocky_demo --version-all:The reported glm and proj are system versions, even though cmake finds local ones: