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

Fail to start due to debugger #73

Closed
sampottinger opened this issue Mar 8, 2020 · 4 comments · Fixed by #74
Closed

Fail to start due to debugger #73

sampottinger opened this issue Mar 8, 2020 · 4 comments · Fixed by #74
Assignees

Comments

@sampottinger
Copy link
Collaborator

sampottinger commented Mar 8, 2020

I'm trying to see what's up but it looks like master is broken (tested on Mac OS X). NullPointerException at JavaEditor.java:1389.

@sampottinger sampottinger changed the title Fail to start on mac os x Fail to start due to debugger Mar 8, 2020
@sampottinger
Copy link
Collaborator Author

sampottinger commented Mar 8, 2020

Looks like constructor in Editor called from from JavaEditor is calling an overridden method back in JavaEditor that expects debugger to have been initialized which is not possible since the parent constructor has not returned.

@sampottinger
Copy link
Collaborator Author

Hey there! There's a few PRs outstanding (with inter-dependencies) and the build on master has been broken on Mac for some time. So, I have an integration branch over at https://github.com/sampottinger/processing4 master. That branch includes this bug's PR. This allows one to use Processing 4 again on a Mac along with all of the recent bug fixes. For your convenience, I have made builds available at https://www.datadrivenempathy.com/processing.

@benfry benfry closed this as completed in 200afc4 Apr 25, 2020
@benfry
Copy link
Owner

benfry commented Apr 25, 2020

Ok, just checked in a solution that delays the init of the menu and toolbar buttons. Still an issue with the toolbar button not highlighting that I need to sort out, but I think I saw that filed as a separate issue.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

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

Successfully merging a pull request may close this issue.

2 participants