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

Odd Warning when exiting OpenGL sketches on OSX #6

Open
hx2A opened this issue Mar 23, 2021 · 0 comments
Open

Odd Warning when exiting OpenGL sketches on OSX #6

hx2A opened this issue Mar 23, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@hx2A
Copy link
Collaborator

hx2A commented Mar 23, 2021

When exiting an OpenGL sketch on OSX, and odd warning appears. Most likely there is some kind of OSX specific shutdown code that is not being run in the exitActual() method.

Steps to reproduce:

  1. Run this Sketch:
def settings():
    py5.size(250, 250, py5.P2D)

def draw():
    py5.rect(py5.mouse_x, py5.mouse_y, 10, 10)
  1. Exit the Sketch
  2. This message will appear:
2021-03-23 11:27:03.765 python[824:14388] NewtNSView::dealloc: softLock still hold @ dealloc!

Need to find out what object is generating that and shut it down properly.

@hx2A hx2A added bug Something isn't working help wanted Extra attention is needed labels Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant