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
Likely introduced as part of the major cleanup in 4.0 beta 4 to get rid of the excessive initialization and slow startup issues caused by the Contribution Manager.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "javax.swing.JProgressBar.setVisible(boolean)" because "this.progressBar" is null
at processing.app.contrib.StatusPanelDetail.installContribution(StatusPanelDetail.java:123)
at processing.app.contrib.StatusPanelDetail.update(StatusPanelDetail.java:189)
at processing.app.contrib.ContributionTab.updateAll(ContributionTab.java:405)
at processing.app.contrib.UpdateStatusPanel.lambda$new$0(UpdateStatusPanel.java:43)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
Created by: benfry
Likely introduced as part of the major cleanup in 4.0 beta 4 to get rid of the excessive initialization and slow startup issues caused by the Contribution Manager.
Related: https://twitter.com/ben_fry/status/1483940433369735177
The text was updated successfully, but these errors were encountered: