mnlipp / avr-eclipse-fork

A fork of avr-eclipse
9 stars 12 forks source link

IDE hangs because it keeps looking for "ATmega16.xml" #4

Open abusse opened 8 years ago

abusse commented 8 years ago

I just noticed that the IDE hangs when I try access the the paths for the AVR plugin in the settings. The same is true when I try to create a new project. I have tracked down the issue but no time to fix it yet:

In the executeCommand method of the SystemPathsPosix, I can observe that it keeps looking for ATmega16.xml in various paths again and again. As my system does not have such a file, it never stops doing so and the IDE becomes unresponsive. The issue disappears once I create the file in one of the paths it looks for it, which is obviously not a solution for the issue.