App Crash while browsing armor statics
Closed this issue · 4 comments
Bohicatv commented
System.NullReferenceException: Object reference not set to an instance of an object.
at CentrED.UI.Windows.TilesWindow.DrawTileRow(Int32 index, TileInfo tileInfo)
at CentrED.UI.Windows.TilesWindow.DrawTiles()
at CentrED.UI.Windows.TilesWindow.InternalDraw()
at CentrED.UI.Windows.Window.Draw()
at CentrED.UI.UIManager.DrawUI()
at CentrED.CentrEDGame.Draw(GameTime gameTime)
Bohicatv commented
type in armor on the static list and scroll all the way down which results in a crash every time for me.
kaczy93 commented
Which CentrED# version is it? I fixed something very similar in 0.6.0.12.
Also which client version does it crash on, so I can reproduce it?
Bohicatv commented
Oh interesting. I missed the latest release. It seems to be fixed now and I like what you did with the list.
kaczy93 commented
Awesome, closing.