Bug IDProductVersionTypePriorityStatusDuplicate IDSubmit Time
212Deadburg1.3.1bCrashHighActive
2017-11-27 01:12:56

Index was outside the bounds of the array. at ZombieBlocks.NetworkedGameplayScreen.UpdateZombieSpawns(GameTime gameTime) at ZombieBlocks.NetworkedGameplayScreen.Update(GameTime gameTime, Boolean
Edit
Index was outside the bounds of the array.
   at ZombieBlocks.NetworkedGameplayScreen.UpdateZombieSpawns(GameTime gameTime)
   at ZombieBlocks.NetworkedGameplayScreen.Update(GameTime gameTime, Boolean otherScreenHasFocus, Boolean coveredByOtherScreen)
   at GameStateManagement.ScreenManager.Update(GameTime gameTime)
   at Microsoft.Xna.Framework.Game.Update(GameTime gameTime)
   at Microsoft.Xna.Framework.Game.Tick()
   at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
   at Microsoft.Xna.Framework.GameHost.OnIdle()
   at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
   at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
   at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.Run(Form mainForm)
   at Microsoft.Xna.Framework.WindowsGameHost.Run()
   at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
   at ZombieBlocks.Program.Main(String[] args)
Hardware +
Duplicates
Notes
A bit weird, could be an issue with locks on the zombie spawn list. We don't lock every time we screw with it, which could be an issue. Or we just move it all to the main thread, kill off UpdateEntitiesRedux and move on.
jeff - 2017-11-27 22:00:05