Page 1 of 1

GameWorld.Update players (AI) failed

Posted: Sat Mar 28, 2020 10:05 am
by NearHuscarl
This error happened when playing in Prime Time in Sunny City campaign, Chapter Esclation, a short time after the MeatGrinder boss appeared. It didn't show up after the first time though.

Code: Select all

There was an error during the test.
Superfighters Deluxe v.1.3.5 - Unhandled Error
Status: EditorTestRun, False, EditorTestRun
GraphicsDeviceStatus: Normal

Map editor error
> Exception:
System.Exception: Error:
Error: GameWorld.Update players (AI) failed
System.NullReferenceException: Object reference not set to an instance of an object.
   at SFD.Player.UpdateAIAvoidProjectiles(Single totalMs)
   at SFD.Player.UpdateAI(Single totalMs)
   at SFD.GameWorld.Update(Single chunkMs, Single totalMs, Boolean isLast, Boolean isFirst) 
> StackTrace:

> FullException:
System.Exception: System.Exception: Error:
Error: GameWorld.Update players (AI) failed
System.NullReferenceException: Object reference not set to an instance of an object.
   at SFD.Player.UpdateAIAvoidProjectiles(Single totalMs)
   at SFD.Player.UpdateAI(Single totalMs)
   at SFD.GameWorld.Update(Single chunkMs, Single totalMs, Boolean isLast, Boolean isFirst)


Additional data
arch:x86, archWOW:AMD64
OS:Microsoft Windows NT 6.2.9200.0

You will be returned to the map editor.

Re: GameWorld.Update players (AI) failed

Posted: Sat Apr 18, 2020 1:50 pm
by Gurt
See if the small changes I did will solve the exception occured after v.1.3.5 (marking this as "Maybe fixed").