- Home /
Question by
k3ndro · May 01, 2020 at 02:22 AM ·
console errors
Any way to locate an error with filename unknown?
Hi,
I'm trying to revive a old project written by another person, this was in Unity Version 5.2.1f1.
Opening it for the first time, I have this error
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
Not sure how to trace it because the filename is unknown. Is there any way to locate where this is?
(doubling clicking didn't get me to the error line).
Comment
Your answer
