Search Unity

Internal Compiler Error :

Discussion in 'Editor & General Support' started by cbodapati, Oct 13, 2008.

  1. cbodapati

    cbodapati

    Joined:
    Oct 13, 2008
    Posts:
    13
    Hi,

    I just joined the users of Unity(Licenced).

    I have a constant error

    Internal compiler error. See the console log for more information. Exit code from compiler was: 255... and that says theres a problem with the monoscript.cpp .....

    Internal compiler error. See the console log for more information.

    Pls help me if any one has a clue abt this.

    Thanks,
    Srikanth.
     
  2. HiggyB

    HiggyB

    Unity Product Evangelist

    Joined:
    Dec 8, 2006
    Posts:
    6,183
    Unfortunately this is likely a bug in the Mono compiler so my best suggestion for you is to do the following:

    1. Go to Help > Report a Problem and submit a bug. When doing this please include your project folder as part of the bug submission so we can look into the issue. Doing this will allow us to address the issue in a future release (hopefully).

    2. You need to get going in the meantime so your best bet is to apply some brute force to the problem. Start commenting out code until the error goes away. If you do this in chunks you'll move faster and once you find the offending chunk of code you can narrow it down with line-by-line uncommenting.


    I hope that helps.