Hi there! There is a bug with the city roundup function from the Shadows DLC which I am able to replicate at 100%.

Here are the things that I did to replicate this bug.

1. Select a city

2. Click the "ROUNDUP" button (this will open up the confirmation)

3. Scroll away from the city (make sure city is out of view)

4. Confirm the roundup

It will show an error message that talks about the NullReferenceException



I think it's caused by the fact that the city gets deselected when you scroll away (this happens normally even when not using "ROUNDUP"). Then when I try to confirm the roundup, it's trying to do it on a city that does not exist (since it got deselected).



Since this is a pretty simple bug to replicate using the steps above. I think that's all the information you need. But I did state my game version and the error log contents below.



Thank you and have a nice day!



Version: V1.3.5 S3 (64-bit)



Error Log:



NullReferenceException: Object reference not set to an instance of an object

--------------------------------------------------------------------------------

CityEspionagePanel.DoRoundUp (System.Object sender, .MessagePanelResultEventArgs e)

MessagePanel.OnButton1CB (UnityEngine.GameObject obj)

UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)

AgeControlButton:MouseUp(AgeMouseEventData)

UnityEngine.Component:SendMessage(String, Object)

AgeManager:LateUpdate()



--------------------------------------------------------------------------------

V1.3.5 S3 (64-bit)