You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like it fails to resolve the solution container when an entity with UdderComponent is outside PVS range.
Likely introduced in #32905 which moved UdderSystem to shared.
Exception has occurred: CLR/Robust.Shared.Utility.DebugAssertException
An unhandled exception of type 'Robust.Shared.Utility.DebugAssertException' occurred in Robust.Shared.dll
at Robust.Shared.Utility.DebugTools.Assert(Boolean condition) in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Shared\Utility\DebugTools.cs:line 37
at Content.Shared.Animals.UdderSystem.Update(Single frameTime) in D:\Code\SS14\space-station-14\Content.Shared\Animals\UdderSystem.cs:line 57
at Robust.Shared.GameObjects.EntitySystemManager.TickUpdate(Single frameTime, Boolean noPredictions) in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Shared\GameObjects\EntitySystemManager.cs:line 306
at Robust.Shared.GameObjects.EntityManager.TickUpdate(Single frameTime, Boolean noPredictions, Histogram histogram) in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Shared\GameObjects\EntityManager.cs:line 273
at Robust.Client.GameObjects.ClientEntityManager.TickUpdate(Single frameTime, Boolean noPredictions, Histogram histogram) in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Client\GameObjects\ClientEntityManager.cs:line 194
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState() in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Client\GameStates\ClientGameStateManager.cs:line 459
at Robust.Client.GameController.Tick(FrameEventArgs frameEventArgs) in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Client\GameController\GameController.cs:line 552
at Robust.Client.GameController.<StartupContinue>b__63_0(Object sender, FrameEventArgs args) in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Client\GameController\GameController.cs:line 243
at Robust.Shared.Timing.GameLoop.Run() in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Shared\Timing\GameLoop.cs:line 240
at Robust.Client.GameController.ContinueStartupAndLoop(DisplayMode mode) in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Client\GameController\GameController.Standalone.cs:line 162
at Robust.Client.GameController.GameThreadMain(DisplayMode mode) in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Client\GameController\GameController.Standalone.cs:line 147
at Robust.Client.GameController.<>c__DisplayClass105_0.<Run>b__0() in D:\Code\SS14\space-station-14\RobustToolbox\Robust.Client\GameController\GameController.Standalone.cs:line 106
Reproduction
spawn a cow
walk away until it leaves PVS range
get a debug assert
The text was updated successfully, but these errors were encountered:
Description
It looks like it fails to resolve the solution container when an entity with UdderComponent is outside PVS range.
Likely introduced in #32905 which moved UdderSystem to shared.
Reproduction
The text was updated successfully, but these errors were encountered: