I've found "latest" version of heros mod here Release v0.3.10 · JavidPack/HEROsModHeros mod works on the latest tmodloader for 1.4 (2022.6), and it works for the latest tmodloader for 1.3 (0.11.8.9)
And the "latest" version of tModLoader here Release v2022.06.96.4 · tModLoader/tModLoader
And when I'm trying to load mod I have next error:
Code:
[00:48:20] [.NET ThreadPool Worker/WARN] [tML]: Silently Caught Exception:
System.ArgumentNullException: Buffer cannot be null. (Parameter 'buffer')
at System.IO.MemoryStream..ctor(Byte[] buffer, Boolean writable)
at Terraria.ModLoader.Core.AssemblyManager.ModLoadContext.LoadAssembly(Byte[] code, Byte[] pdb) in tModLoader\Terraria\ModLoader\Core\AssemblyManager.cs:line 75
at Terraria.ModLoader.Core.AssemblyManager.ModLoadContext.LoadAssemblies() in tModLoader\Terraria\ModLoader\Core\AssemblyManager.cs:line 60
at Terraria.ModLoader.Core.AssemblyManager.InstantiateMods(List`1 modsToLoad, CancellationToken token) in tModLoader\Terraria\ModLoader\Core\AssemblyManager.cs:line 249
at Terraria.ModLoader.Core.ModOrganizer.LoadMods(CancellationToken token) in tModLoader\Terraria\ModLoader\Core\ModOrganizer.cs:line 243
at Terraria.ModLoader.ModLoader.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModLoader.cs:line 116
at Terraria.ModLoader.ModLoader.<>c__DisplayClass47_0.<BeginLoad>b__0() in tModLoader\Terraria\ModLoader\ModLoader.cs:line 104
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__271_0(Object obj)
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
at System.Threading.Tasks.Task.ExecuteEntryUnsafe(Thread threadPoolThread)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
at System.Threading.Thread.StartCallback()
[00:48:20] [.NET ThreadPool Worker/ERROR] [tML]: An error occurred while loading HEROsMod v0.3.10
It has been detected that this mod was built for tModLoader v0.11.8.4
However, you are using tModLoader v2022.6.96.4
The mod(s) have been automatically disabled.
System.ArgumentNullException: Buffer cannot be null. (Parameter 'buffer')
at System.IO.MemoryStream..ctor(Byte[] buffer, Boolean writable)
at Terraria.ModLoader.Core.AssemblyManager.ModLoadContext.LoadAssembly(Byte[] code, Byte[] pdb) in tModLoader\Terraria\ModLoader\Core\AssemblyManager.cs:line 75
at Terraria.ModLoader.Core.AssemblyManager.ModLoadContext.LoadAssemblies() in tModLoader\Terraria\ModLoader\Core\AssemblyManager.cs:line 60
at Terraria.ModLoader.Core.AssemblyManager.InstantiateMods(List`1 modsToLoad, CancellationToken token) in tModLoader\Terraria\ModLoader\Core\AssemblyManager.cs:line 249
at Terraria.ModLoader.Core.ModOrganizer.LoadMods(CancellationToken token) in tModLoader\Terraria\ModLoader\Core\ModOrganizer.cs:line 243
at Terraria.ModLoader.ModLoader.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModLoader.cs:line 116
[00:48:20] [.NET ThreadPool Worker/INFO] [tML]: Disabling Mod: HEROsMod
What I do wrong?