You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting MCUXpresso IDE (without having the required Packs folder previously populated) and clicking to refresh the index, a NPE is encountered:
Once refresh is done:
!ENTRY org.eclipse.core.jobs 4 2 2024-07-23 15:18:06.913
!MESSAGE An internal error occurred during: "Refresh packs from web".
!STACK 0
java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.toString()" because "com.arm.cmsis.pack.preferences.CpPreferenceInitializer.autoUpdateFlag" is null
at com.arm.cmsis.pack.preferences.CpPreferenceInitializer.writeUpdateFile(CpPreferenceInitializer.java:334)
at com.arm.cmsis.pack.preferences.CpPreferenceInitializer.updateLastUpdateTime(CpPreferenceInitializer.java:285)
at com.arm.cmsis.pack.installer.CpPackInstaller.updatePacks(CpPackInstaller.java:609)
at com.arm.cmsis.pack.installer.CpPackInstaller.updatePacks(CpPackInstaller.java:447)
at com.arm.cmsis.pack.installer.jobs.CpUpdatePacksJob.run(CpUpdatePacksJob.java:33)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Environment: MCUXpressoIDE_11.10.0 + ARM CMSIS-Pack Management plugins v2.9.0
The text was updated successfully, but these errors were encountered:
When starting MCUXpresso IDE (without having the required Packs folder previously populated) and clicking to refresh the index, a NPE is encountered:
Once refresh is done:
Environment: MCUXpressoIDE_11.10.0 + ARM CMSIS-Pack Management plugins v2.9.0
The text was updated successfully, but these errors were encountered: