- Home /
Keep getting error, it's making me mad.
Could not start compilationWin32Exception: ApplicationName='"C:\Program Files\Unity\Editor\Data\Mono\bin\mono.exe"', CommandLine='"C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity\smcs.exe" @Temp/UnityTempFile-87c8eb86c7cd89749bb91a30d5bfe330', CurrentDirectory='C:/Users/Xelius/Documents/Ui/Assets/..' System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) System.Diagnostics.Process.Start () (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start () UnityEditor.Utils.Program.Start () (at C:/buildslave/unity/build/Editor/Mono/Utils/Program.cs:33) UnityEditor.Scripting.Compilers.MonoScriptCompilerBase.StartCompiler (BuildTarget target, System.String compiler, System.Collections.Generic.List`1 arguments, Boolean setMonoEnvironmentVariables) (at C:/buildslave/unity/build/Editor/Mono/Scripting/Compilers/MonoScriptCompilerBase.cs:31) UnityEditor.Scripting.Compilers.MonoScriptCompilerBase.StartCompiler (BuildTarget target, System.String compiler, System.Collections.Generic.List`1 arguments) (at C:/buildslave/unity/build/Editor/Mono/Scripting/Compilers/MonoScriptCompilerBase.cs:18) UnityEditor.Scripting.Compilers.MonoCSharpCompiler.StartCompiler () (at C:/buildslave/unity/build/Editor/Mono/Scripting/Compilers/MonoCSharpCompiler.cs:43) UnityEditor.Scripting.Compilers.ScriptCompilerBase.BeginCompiling () (at C:/buildslave/unity/build/Editor/Mono/Scripting/Compilers/ScriptCompilerBase.cs:47)
Compilation failed because the compiler couldn't be executed!
What do I do? I have searched for a while and found NOTHING. I really don't like this. Thanks for responding!
Answer by allenallenallen · Jul 20, 2015 at 12:31 PM
Searched for a while and found nothing? Hmm, that's weird. This is the result of 20 second search:
http://answers.unity3d.com/questions/988522/compiler-error-on-new-project.html
The common problem is that the project folder isn't there or cannot be accessed. First check if the folder exists with all the files still there. Then check if your antivirus has done something to the folder.
It was two of my antiviruses. It had move the file so I moved it back. IT WOR$$anonymous$$S!!! So happy. Thanks for the links, they helped me with that. Im gonna get back to making a "big hit". Thanks
Would be great if you can select this as the answer! And no problem. :)
Also, you will have much better luck with your computer if you only use one antivirus.
Who there GhandiJ. Let's keep the OP focused on how to enter search terms. Like how the address bar is often different from the Search bar. How to look at the domains of the results (anwers.unity vs. region.cats.) Things like that.
Let's not distract them with how to Accept an answer on Unity. Time for that later.
Your answer
Follow this Question
Related Questions
Speed Different In Exe Than Game Window 1 Answer
Problem with flickering screen when changing resolution 0 Answers
Unity 5.1.3f1 won't open 0 Answers
newbie at C# needs help with for loop 2 Answers