You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building custom events, do we just have to run the provided build.bat? I wanted to try a modification to tmdata, but when running build.bat I get the following error:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at MexTK.Commands.CmdFighterFunction.CompileInput(String[] inputs, String[] funcTable, LinkFile link, Boolean quiet, Boolean disableWarnings, Boolean clean, Int32 optimizationLevel)
at MexTK.Commands.CmdFighterFunction.DoIt(String[] args)
at MexTK.Program.Main(String[] args)
This happens without any changes to the source.
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
Hello,
When building custom events, do we just have to run the provided
build.bat
? I wanted to try a modification totmdata
, but when runningbuild.bat
I get the following error:This happens without any changes to the source.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: