Can't build exe

Hello!

The title says it all but i can give you some basic information.
Here is a following picture what i get in console:


I’m using windows 7 64x.If anything alse is needed tell me and i’ll add it.

Thanks for the help

pro tip of the day: google the error message.

for example: iTween Paths : Element with the same key already exists in the dictionary - Questions & Answers - Unity Discussions

Can you give me another pro tip because i can’t seem to find the script file which i’m suppose to edit.And double clicking on the error in console doesn’t help.

"Change blah.Add(key, value) to blah[key] = value;

The former throws an exception when adding a duplicate key, while the latter doesn’t."

=> i would start by searching my code for “.Add(” and see what you find.