Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clicking “Update All” on the Updates tab throws NullPointerException #440

Closed
processing-bot opened this issue Mar 8, 2022 · 1 comment

Comments

@processing-bot
Copy link
Collaborator

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.

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)

Related: https://twitter.com/ben_fry/status/1483940433369735177

@processing-bot
Copy link
Collaborator Author

Created by: github-actions[bot]

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant