Tried my hand at C# modding but my DLLs crash the launcher

Users who are viewing this thread

I tried following this very simple tutorial from april:

Creating a hello world mod and exporting the DLLs. But when I've followed it to the end my launcher wont even start, when I run visual studio debugger on the launcher it says:
System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=TaleWorlds.Library
StackTrace:
at TaleWorlds.Library.ModuleInfo.Load(String alias)
at TaleWorlds.Library.ModuleInfo.GetModules()
at TaleWorlds.MountAndBlade.Launcher.LauncherModsVM..ctor(UserDataManager userDataManager)
...

On the youtube version of the tut I've seen other people have the same issue, the guy who made it doesn't seem active anymore..

Anyone know what this might be? Other people seem to be able to mod with C#, I really wanna learn it.

EDIT: Nevermind, I removed the Submodules tag from SubModule.xml, caused the crash
 
Last edited:
Back
Top Bottom