- Home /
Internal compiler error
Hi everyone. I'm getting an error that says:
Internal compiler error. See the console log for more information. output was:BCE0011: An error occurred during the execution of the step 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Empty name is not legal Parameter name: fullname'.
I have no idea what's going on. Any help is appreciated because this is keeping me from finishing my game.
Do you have any Javascript (or Boo) scripts that have no code in them? Of code that the compiler never sees because the code is inside #define
blocks?
Thanks! It works now. I hadn't even realised there was an empty script.
Your answer
Follow this Question
Related Questions
all compiler errors 1 Answer
error CS2011 & BCE0011 2 Answers
Example Projects do not Compile in Unity 3.0 2 Answers
Unknown compiler error 1 Answer
How do I fix compliance error? 1 Answer