EmperorFool
Deity
Seriously, Cybah, you need to post more information when you post stack traces, especially since you're asking us to help you fix bugs in your merged mod.
What did you do in game to cause this? Have you looked at the line that breaks? Here it is:
This is setting the graphic in the info pane to that of the first selected unit. Is this a new unit you've added?
What did you do in game to cause this? Have you looked at the line that breaks? Here it is:
Code:
screen.addUnitGraphicGFC( "InterfaceUnitModel", CyInterface().getHeadSelectedUnit().getUnitType(), 175, yResolution - 138, 123, 132, WidgetTypes.WIDGET_UNIT_MODEL, CyInterface().getHeadSelectedUnit().getUnitType(), -1, -20, 30, 1, False )
This is setting the graphic in the info pane to that of the first selected unit. Is this a new unit you've added?