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

Examples > BeginEndContour and others: using P2D with createShape: GLException GLBufferObjectTracker.mapBuffer (Linux) #353

Closed
processing-bot opened this issue Jan 19, 2022 · 7 comments
Labels

Comments

@processing-bot
Copy link
Collaborator

Created by: Sciss

Description

Running the 'BeginEndContour' example included with Processing. On Linux I get an exception.

GLException: GLBufferObjectTracker.mapBuffer(): GL_INVALID_VALUE Invalid values: offset 0, length 0, buffer storage of target 0x8892 -> 10: GLBufferStorage[name 10, size 0, mutable usage 0x88E8, mapped null]

Your Environment

Using the official binary download.

  • Processing version: 4.0b3
  • Operating System and OS version: Debian 11
  • Other information: Wayland
$ uname -a
Linux aleph 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64 GNU/Linux
@processing-bot
Copy link
Collaborator Author

Created by: Sciss

Actually that happens with other examples that use size(640, 360, P2D) rather than size(640, 360): GroupPShape, PathPShape, PolygonPShape. Whereas ParticleSystemPShape does not have an issue. I think the problem is createShape.

@processing-bot
Copy link
Collaborator Author

Created by: benfry

Thanks for the report… tagging @codeanticode, looks like we have a nasty regression or two in the OpenGL updates in beta 3.

@processing-bot
Copy link
Collaborator Author

Created by: codeanticode

Ok, working on it.

@processing-bot
Copy link
Collaborator Author

Created by: codeanticode

Fixed with this PR

@processing-bot
Copy link
Collaborator Author

Created by: benfry

Cool, will merge first thing in the morning.

@processing-bot
Copy link
Collaborator Author

Created by: benfry

All set for beta 4, thanks!

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

No branches or pull requests

1 participant