On running fgfs 2024.1 log contains several alerts like this:
1.13 [DBUG]:terrain /opt/fg/next/simgear/simgear/scene/material/matlib.cxx:101: Loading region Bermuda
1.13 [DBUG]:terrain /opt/fg/next/simgear/simgear/scene/material/matlib.cxx:121: Area (-66,31) width:4 height:2
1.13 [ALRT]:general /opt/fg/next/simgear/simgear/scene/material/mat.cxx:300: Cannot find texture "Textures/buildings-caribbean.png
1.13 [ALRT]:general /opt/fg/next/simgear/simgear/scene/material/mat.cxx:307: Cannot find texture "Textures/buildings-caribbean-lightmap.png
On closer inspection it turned out, that a few paths needed to be corrected. Patch is attached. Local details:
/opt/fg/next/install/flightgear/fgdata$ git status
On branch release/2024.1
Your branch is up to date with 'origin/release/2024.1'.
/opt/fg/next/flightgear$ git status
On branch release/2024.1
Your branch is up to date with 'origin/release/2024.1'.
$ git status
On branch release/2024.1
Your branch is up to date with 'origin/release/2024.1'.
Oops, I think I duplicated #2934. Anyway, a fix is attached.
Sorry, I'm the author of the commits that created this issue - I must have overlooked some places to update ! Will push your patch right now.
Your patch has been pushed to release/2024.1, I'm closing the ticket - thanks for reporting and the patch ! :)
You are welcome :)
Btw, please have a look at ticket #2934, as it may be about exact same issue and perhaps could be closed too.