>>515
試してみましたがダメでした。

xui.xml

  <window_group name="toolbelt" actionSet="false">
   <window name="windowToolbelt" anchor="CenterBottom" />
<!-- ここから -->
   <window name="HUDVehicleEx"/>
<!-- ここまでを追加 -->
   <window name="HUDVehicle" anchor="CenterBottom" />
   <window name="HUDRightStatBars" anchor="RightBottom" />
   <window name="windowQuestTracker" anchor="RightTop" />
  </window_group>

windows.xml

<!-- ここから -->
 <window name="HUDVehicleEx">
  <label depth="1" name="waypointDistance" width="122" height="28" text="0.2 KILOMETERS" font_size="26" controller="MapArea" />
 </window>
<!-- ここまでを追加 -->

※全角スペースはTabの替わり

https://i.imgur.com/usxTWCU.png

controller="MapArea" を追加すると上記エラーが出ます。
どこが間違っているのかアドバイスもらえると助かります。