BR TmodLoader v0.10.1.4 broke PortableStorage
dovry opened this issue · 0 comments
BUG REPORT
Description
Steps to Reproduce
- Update Tmodloader to v0.10.1.4
- Enable lastest (ATOW) PortableStorage
- Fail
- Cry
Expected behavior
The mod should load properly
Actual behavior
The mod crashes Terraria
Reproduction frequency
Everytime
Versions
latest everything as of writing
Mods
PortableStorage
TheOneLibrary
TmodLoader
Additional Information
Exception has been thrown by the target of an invocation.
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at Terraria.ModLoader.Mod.AutoloadTileEntity(Type type)
at Terraria.ModLoader.Mod.Autoload()
at Terraria.ModLoader.ModLoader.do_Load(Object threadContext)
Inner Exception:
Could not load type 'TheOneLibrary.Base.UI.GUI`1' from assembly 'TheOneLibrary_0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
at PortableStorage.TileEntities.TEQEChest..ctor()