space-station-14 icon indicating copy to clipboard operation
space-station-14 copied to clipboard

Pneumatic Cannon NAN exception

Open ElectroJr opened this issue 1 year ago • 0 comments

Caught exception in entsys
System.ArgumentException: TimeSpan does not accept floating point Not-a-Number values.
   at Content.Shared.Throwing.ThrowingSystem.TryThrow(EntityUid uid, Vector2 direction, Single strength, Nullable`1 user, Single pushbackRatio, PhysicsComponent physics, TransformComponent transform, Nullable`1 physicsQuery, Nullable`1 xformQuery) in /home/runner/work/space-station-14/space-station-14/Content.Shared/Throwing/ThrowingSystem.cs:line 90
   at Content.Server.PneumaticCannon.PneumaticCannonSystem.Fire(PneumaticCannonComponent comp, FireData data) in /home/runner/work/space-station-14/space-station-14/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs:line 239
   at Content.Server.PneumaticCannon.PneumaticCannonSystem.Update(Single frameTime) in /home/runner/work/space-station-14/space-station-14/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs:line 80
   at Robust.Shared.GameObjects.EntitySystemManager.TickUpdate(Single frameTime, Boolean noPredictions) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 317
 Catcher=entsys Sawmill=runtime

ElectroJr avatar Aug 17 '22 01:08 ElectroJr