Anyone had other ways in finding this type of error? It doesn’t point to anything if double-clicked, the project is large and it was written by a different programmer. So I can’t do any “remember where I wrote dictionaries” type of debugging. xD
If you could show me other methods to trace this that would be so awesome.
Error: System.ArgumentException: An element with the same key already exists in the dictionary.
at System.Collections.Generic.Dictionary`2[System.String,System.String].Add (System.String key, System.String value) [0x00000] in <filename unknown>:0
at us.UnityScriptCompilerFactory.FromCommandLineOptions (us.CommandLineOptions options) [0x00000] in <filename unknown>:0
at us.UsModule.compile (us.CommandLineOptions options) [0x00000] in <filename unknown>:0
at us.UsModule.runWithCommandLine (System.String[] commandLine) [0x00000] in <filename unknown>:0
at us.UsModule.Main (System.String[] argv) [0x00000] in <filename unknown>:0