When checking for a new version on Ubuntu 8.10, after clicking 'okay' when asked if I want to connect to the Internet, this happens:
Unhandled Exception: System.InvalidOperationException: Collection was modified;enumeration operation may not execute.
at System.Collections.Generic.List`1+Enumerator[Wuwei.UI.Window].MoveNext () [0x00000]
at Wuwei.UI.UI.Draw () [0x00000]
at Dyson.Game.OnTick (System.Object sender, SdlDotNet.Core.TickEventArgs args) [0x00000]
at SdlDotNet.Core.Events.OnTick (SdlDotNet.Core.TickEventArgs e) [0x00000]
at SdlDotNet.Core.Events.ThreadTicker () [0x00000]
at SdlDotNet.Core.Events.Run () [0x00000]
at Dyson.Game.Go () [0x00000]
at Dyson.Game.Main () [0x00000]