Was very excited to see this updated, but on trying to start a new game with Fargo's Souls Mod, my game crashes shortly after loading the world. Log gives me a bunch of:
[01:45:58] [Threadpool worker/INFO] [ResearchFrom14]: Could not get tooltip for item 6511; at Terraria.ModLoader.GlobalItem.Instance (Item item) [0x0000a] in tModLoader.exe
at Terraria.ModLoader.ItemLoader.ModifyTooltips (Item item, Int32& numTooltips, String[] names, String[]& text, Boolean[]& modifier, Boolean[]& badModifier, Int32& oneDropLogo, Nullable[Color][]& overrideColor) [0x0006c] in tModLoader.exe
at Terraria.Main.MouseText_DrawItemTooltip (Int32 rare, Byte diff, Int32 X, Int32 Y) [0x02023] in tModLoader.exe
at Terraria.Main.MouseText (String cursorText, Int32 rare, Byte diff, Int32 hackedMouseX, Int32 hackedMouseY, Int32 hackedScreenWidth, Int32 hackedScreenHeight) [0x00077] in tModLoader.exe
at ResearchFrom14.Common.ResearchTable.condensedTooltip (Item item) in ResearchFrom14\Common\ResearchTable.cs:1467
And then this is followed by:
[01:45:58] [1/ERROR] [Terraria]: System.InvalidOperationException: End was called, but Begin has not yet been called. You must call Begin successfully before you can call End.
at Microsoft.Xna.Framework.Graphics.SpriteBatch.End () [0x00008] in FNA.dll
at Terraria.Main.RenderTiles () [0x0005e] in tModLoader.exe
at Terraria.Main.DoDraw (GameTime gameTime) [0x00c98] in tModLoader.exe
at Terraria.Main.Draw (GameTime gameTime) [0x0001c] in tModLoader.exe
[01:45:59] [1/FATAL] [Terraria]: Main engine crash
System.InvalidOperationException: End was called, but Begin has not yet been called. You must call Begin successfully before you can call End.
at Microsoft.Xna.Framework.Graphics.SpriteBatch.End () [0x00008] in FNA.dll
at Terraria.Main.RenderTiles () [0x0005e] in tModLoader.exe
at Terraria.Main.DoDraw (GameTime gameTime) [0x00c98] in tModLoader.exe
at Terraria.Main.Draw (GameTime gameTime) [0x0001c] in tModLoader.exe