The reason this happens is because the default Terran race.xml points to movies named RaceImage_Jenna*.bik instead of Jenna*.bik. So this is all just a sloppy oversight. There are similar problems with some of the minor races based on major ones, which are also inconsistently named.
To fix it go to your ...\GalCiv2Ultimate\Twilight\Movies directory and rename the files:
Jenna_Angry.bik ->
RaceImage_Jenna_Angry.bik
Jenna_Happy.bik ->
RaceImage_Jenna_Happy.bik
Jenna_Neutral.bik ->
RaceImage_Jenna_Neutral.bik
Jenna_Small.bik ->
RaceImage_Jenna_Small.bik
I checked the GalCiv 2 Unlimited Twilight RaceConfig.xml file and the references were:
<Race Name="Terran Alliance">
<RaceID>0</RaceID>
<DisplayName>Terran Alliance</DisplayName>
<Alignment>50</Alignment>
<Description>The humans recently joined the interstellar club with the invention of Hyperdrive. They are the diplomats and traders of the galaxy. Though a bit impulsive, they are tougher than they look.</Description>
<Homeworld>Earth</Homeworld>
<Homestar>Sol</Homestar>
<RaceLeader>Jenna Casey</RaceLeader>
<ShortEmpireName>Terran</ShortEmpireName>
<AIPersonality>11</AIPersonality>
<DialogueTag>Human</DialogueTag>
<LeaderGender>2</LeaderGender>
<Portrait>Gfx\Race\RaceImage_Jenna.png</Portrait>
<Logo>Gfx\Race\RaceLogo00.png</Logo>
<SmallLogo>Gfx\Race\Small\RaceLogo0.png</SmallLogo>
<DefaultTradePortrait>Gfx\Race\Trade_Race0_Neutral.png</DefaultTradePortrait>
<DefaultTradeMovie>Jenna_Neutral.bik</DefaultTradeMovie>
<FriendlyTradeMovie>Jenna_Happy.bik</FriendlyTradeMovie>
<UnfriendlyTradeMovie>Jenna_Angry.bik</UnfriendlyTradeMovie>
<UnitedPlanetsMovie>Jenna_Small.bik</UnitedPlanetsMovie>
etc.
So, it doesn't seem like a good idea to re-name those .bik files!
Using GalCiv 2 v2.04.017 direct from Stardock btw.