Advertisement
Guest User

Divide by zero

a guest
Feb 12th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Exception of type `System.DivideByZeroException`: Attempted to divide by zero.
  2. at OpenRA.int2.Lerp(Int32 a, Int32 b, Int32 mul, Int32 div) in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\Primitives\int2.cs:line 74
  3. at OpenRA.Mods.Common.Warheads.SpreadDamageWarhead.GetDamageFalloff(Int32 distance)
  4. at OpenRA.Mods.Common.Warheads.SpreadDamageWarhead.DoImpact(WPos pos, Actor firedBy, IEnumerable`1 damageModifiers)
  5. at OpenRA.Mods.Common.Warheads.DamageWarhead.DoImpact(Target target, Actor firedBy, IEnumerable`1 damageModifiers)
  6. at OpenRA.GameRules.WeaponInfo.<>c__DisplayClassa.<Impact>b__6() in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\GameRules\WeaponInfo.cs:line 160
  7. at OpenRA.GameRules.WeaponInfo.Impact(Target target, Actor firedBy, IEnumerable`1 damageModifiers) in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\GameRules\WeaponInfo.cs:line 164
  8. at OpenRA.Mods.Common.Effects.Bullet.Explode(World world)
  9. at OpenRA.Mods.Common.Effects.Bullet.Tick(World world)
  10. at OpenRA.World.<Tick>b__8(IEffect e) in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\World.cs:line 305
  11. at OpenRA.WorldUtils.DoTimed[T](IEnumerable`1 e, Action`1 a, String text) in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\WorldUtils.cs:line 69
  12. at OpenRA.World.Tick() in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\World.cs:line 305
  13. at OpenRA.Game.InnerLogicTick(OrderManager orderManager) in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\Game.cs:line 557
  14. at OpenRA.Game.LogicTick() in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\Game.cs:line 582
  15. at OpenRA.Game.Loop() in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\Game.cs:line 709
  16. at OpenRA.Game.Run() in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\Game.cs:line 749
  17. at OpenRA.Program.Run(String[] args) in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\Support\Program.cs:line 117
  18. at OpenRA.Program.Main(String[] args) in c:\OpenRA Testing\OpenRA-bleed 20160210\OpenRA-bleed\OpenRA.Game\Support\Program.cs:line 39
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement