Hey, thanks for the report! This is logged as OC-5929 in our system and we're working on a fix in-dev right now.
Hi all. I fix that problems with copy two files from 1.0 to 1.0D. That files in archive. Path for copy for example my path D:\Games\SteamLibrary\steamapps\common\Clockwork Empires\ui Unzip files into that directory and that bug fixed. For developers you have some changes in two files gameplayMainUI.xml 1.0D Code: <container type="horizbox" hsp="expand" vsp="expand" horizontal_padding="0" vertical_padding="0" skin="ui/default.xml"> <container name="AlertsHolder" type="vertbox" hsp="fixed" fixed_width="205" vsp="fixed" fixed_height="402" vap="top" hap="right" vertical_gutter="3" skin="ui/styles/styleAlerts.xml" /> </container> 1.0 Code: <container type="horizbox" hsp="expand" vsp="expand" horizontal_padding="0" vertical_padding="0" skin="ui/default.xml"> <container name="AlertsHolder" type="vertbox" hsp="fixed" fixed_width="205" vsp="minimum" vap="top" hap="right" vertical_gutter="3" skin="ui/styles/styleAlerts.xml"/> </container> and second file orderIcons.xml you have some string (1.0) in row 89 Code: <state name="academy_image" x="768" y="640" w="64" h="64" /> version 1.0D doesn't have this string