tModLoader Tracking Down Crashes

Heyo. I'm having some issues related to what I think is something in my mod load order, but I can't seem to track it down. The issue seems to be related to the desert biome, for being in it for a length of time soon results in some degree of crash.

Crash Log doesn't have much to go on sadly:

Code:
11/11/2019 11:18:49 PM
System.MissingMethodException: Method not found: 'System.Reflection.MethodInfo MonoMod.Utils.Extensions.FindMethod(System.Type, System.String, Boolean)'.
   at Terraria.ModLoader.Core.LoggingHooks.HookWebRequests()
   at Terraria.ModLoader.Logging.Init()
   at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs)

Mod Load Order:
Code:
- 64 bit version of TModLoader
- Alchemist NPC
- Base Library
- Better Buffs
- Better Taxes
- Boss Checklist
- Boss Highlights
- Calamity Mod
- Calamity Extra Music
- Calamity Music
- Cheat Sheet
- Colored Damage Types
- Container Library
- Critter Craze
- DNI Equipment Upgrade
- DNI Odds and Ends
- Fargo's Both Evils
- Fargo's Fallen Stars
- Fargo's Mutant Mod
- Fargo's Soul Mod
- Fluid Library
- Helpful NPC
- Loot Bags
- Magic Storage
- Mod Helper
- More Chest Loot
- More Accessories +
- More Potions
- Pillar Items +
- Portable Storage
- Pumpking's Mod
- Recipe Browser
- SacredTools
- Shop Expander
- Simple Auto Chest
- Summoner's Association
- Thorium + Calamity Convergance
- Thorium Mod
- Virtuous Weapons
- WeaponOut
- Wing Slot
- Worldbits: Yuyu's Microstructures
- Wormholes
- Yoyo Attack Speed Walkaround
- imkSushi's Mod
 
Back
Top Bottom