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

'ArrayIndexOutOfBoundsException: Coordinate out of bounds!' when resizing sketch and saving frame #186

Closed
processing-bot opened this issue Mar 18, 2021 · 3 comments

Comments

@processing-bot
Copy link
Collaborator

Created by: clankill3r

When resizing the sketch really small and saving frames an ArrayIndexOutOfBoundsException is triggered.

void setup() {
  surface.setResizable(true); 
}

void draw() {
  saveFrame();  
}

alpha 3
OSX 10.15.7

@processing-bot
Copy link
Collaborator Author

Created by: benfry

Marking this as lower priority… certainly shouldn't behave this way, but is there an actual use case for saving frames at 60 fps while resizing the window?

@processing-bot
Copy link
Collaborator Author

Created by: benfry

Fixed for 4.0 beta 5.

@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.
Projects
None yet
Development

No branches or pull requests

1 participant