commanderz
Posts: 8
Joined: 12/13/2012 Status: offline
|
Thank you very much! The red-X problems seems fixed. But ony seems. Could not test enough, because now i am getting this exception very often:
System.FormatException: Der Index, basierend auf 0 (null), muss größer als oder gleich Null sein, und kleiner als die Größe der Argumentenliste.
bei System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
bei System.String.Format(IFormatProvider provider, String format, Object[] args)
bei System.String.Format(String format, Object arg0)
bei DistantWorlds.Types.BuiltObject.ProvideBonusFromPirateBase(Empire destroyingEmpire, BuiltObject pirateBase)
bei DistantWorlds.Types.BuiltObject.HandleWeaponsFiring(Double timePassed, DateTime time, Galaxy galaxy)
bei DistantWorlds.Types.BuiltObject.DoTasks(DateTime time, Int64 starDate, Boolean inView)
bei DistantWorlds.Main.KZWSPJo4ADL30BfwNG6(Object , DateTime , Int64 , Boolean )
bei DistantWorlds.Main.k8IY2XODU1(DateTime , Int64 , BuiltObjectList , Boolean )
bei DistantWorlds.Main.ProgramLoop()
--- COMPLETE ---
After a few minutes of game start it crashes to desktop and leaves a zombie-process of DW (that means DW is "alive" in the task list, but not accessible, for example the music continues playing in the background).
|