-
Notifications
You must be signed in to change notification settings - Fork 6
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
Quitting an FX2D app (via ESC or cmd-Q) on macOS throws IllegalStateException #4
Labels
help wanted
Many hands make light work. Please help!
Comments
benfry
changed the title
Hitting ESC in FX2D app on macOS throws IllegalStateException
Quitting an FX2D app (via ESC or cmd-Q) on macOS throws IllegalStateException
Oct 19, 2017
@benfry I tested it on linux (Linux Mint 18.2 ) and it works fine. void setup() {
size(200, 200, FX2D);
}
void draw() {
}
If I typed |
The same happens here on macOS. |
I seem to have fixed that issue on macOS (#5574). Cannot check other architectures, though... |
Still need help with a fix for this one… Stack trace from the beta 4 release:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using ESC to quit an app results in
The text was updated successfully, but these errors were encountered: