17:48:55 ERROR game Failed loading current dialogue for NPC Bouncer:
InvalidCastException: Unable to cast object of type 'Microsoft.Xna.Framework.Graphics.Texture2D' to type 'System.Collections.Generic.Dictionary`2[System.String,System.String]'.
at Microsoft.Xna.Framework.Content.ContentReader.InnerReadObject[T](T existingInstance) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentReader.cs:line 176
at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentReader.cs:line 152
at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentReader.cs:line 61
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentManager.cs:line 324
at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Content\ContentManager.cs:line 255
at StardewModdingAPI.Framework.ContentManagers.GameContentManager.<>c__DisplayClass6_0`1.<LoadExact>b__0() in SMAPI\Framework\ContentManagers\GameContentManager.cs:line 141
at StardewModdingAPI.Framework.Utilities.ContextHash`1.Track[TResult](T key, Func`1 action) in SMAPI\Framework\Utilities\ContextHash.cs:line 53
at StardewModdingAPI.Framework.ContentManagers.GameContentManager.LoadExact[T](IAssetName assetName, Boolean useCache)
at StardewModdingAPI.Framework.ContentManagers.BaseContentManager.LoadLocalized[T](IAssetName assetName, LanguageCode language, Boolean useCache) in SMAPI\Framework\ContentManagers\BaseContentManager.cs:line 152
at StardewModdingAPI.Framework.ContentManagers.BaseContentManager.Load[T](String assetName, LanguageCode language) in SMAPI\Framework\ContentManagers\BaseContentManager.cs:line 143
at StardewValley.NPC.get_Dialogue() in stardewvalley\Farmer\Farmer\NPC.cs:line 219
at StardewValley.NPC.loadCurrentDialogue() in stardewvalley\Farmer\Farmer\NPC.cs:line 3550
at StardewValley.NPC.get_CurrentDialogue_Patch1(NPC this)