9 Replies Last post: Mar 26, 2010 1:42 PM by HamsterofDeath  
HamsterofDeath  Apprentice 653 posts since
Jan 19, 2004
Currently Being Moderated

Mar 13, 2010 5:44 PM

compiler internal error, exit code 1

for some reason, my scala code won't compile anymore. is there anything i can do to find

out why?

Randall Schulz Apprentice 986 posts since
Nov 17, 2006
Currently Being Moderated
Mar 13, 2010 6:00 PM in response to: HamsterofDeath
Re: compiler internal error, exit code 1

Hamster, dude, you've got to give more information!

 

 

RRS

Randall Schulz Apprentice 986 posts since
Nov 17, 2006
Currently Being Moderated
Mar 14, 2010 3:15 AM in response to: HamsterofDeath
Re: compiler internal error, exit code 1

I'm not really sure, but I have the impression that the fsc support is 2.8 specific. I hope one of the Scala plug-in principals will clarify that.

 

This also brings up the point that you've told us nothing about things such as:

 

- IDEA version

- Scala plug-in version

- Scala version

- Java version

- Operating system

- Processor architecture

 

In the future, you really should make it a habit to include this information when you're reporting a problem.

 

 

Randall Schulz

Randall Schulz Apprentice 986 posts since
Nov 17, 2006
Currently Being Moderated
Mar 14, 2010 6:57 AM in response to: HamsterofDeath
Re: compiler internal error, exit code 1
"... but "internal error" just gave me no hint what information could help. ..."

 

No error report should omit those things. As a programmer, you should know that.

 

And you still haven't supplied them.

 

 

Randall Schulz

Alexander Podkhalyuzin JetBrains 687 posts since
Jun 7, 2008
Currently Being Moderated
Mar 26, 2010 11:13 AM in response to: HamsterofDeath
Re: compiler internal error, exit code 1

Try to remove project caches. Press 'Invalidate caches' in File menu. Project can't be corrupted, only caches for this project.

 

Best regards,

Alexander Podkhalyuzin.

More Like This

  • Retrieving data ...