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
Every time I try to compile a moveset mod I made, I get this error:
Unhandled Exception: System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.Single[TSource](IEnumerable1 source, Func2 predicate)
at SALT.Scripting.AnimCMD.ACMDCompiler.CompileSingleCommand(String line)
at SALT.Scripting.AnimCMD.ACMDCompiler.CompileCommands(String[] lines)
at SALT.Scripting.AnimCMD.ACMDCompiler.Compile(String input)
at SALT.Scripting.AnimCMD.ACMDCompiler.CompileFile(String filepath)
at FitCompiler.Program.compile_acmd(String mlist, String output)
at FitCompiler.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered:
Every time I try to compile a moveset mod I made, I get this error:
Unhandled Exception: System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.Single[TSource](IEnumerable
1 source, Func
2 predicate)at SALT.Scripting.AnimCMD.ACMDCompiler.CompileSingleCommand(String line)
at SALT.Scripting.AnimCMD.ACMDCompiler.CompileCommands(String[] lines)
at SALT.Scripting.AnimCMD.ACMDCompiler.Compile(String input)
at SALT.Scripting.AnimCMD.ACMDCompiler.CompileFile(String filepath)
at FitCompiler.Program.compile_acmd(String mlist, String output)
at FitCompiler.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered: