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

Error on quit #15

Open
jasonm23 opened this issue Feb 4, 2024 · 0 comments
Open

Error on quit #15

jasonm23 opened this issue Feb 4, 2024 · 0 comments

Comments

@jasonm23
Copy link
Member

jasonm23 commented Feb 4, 2024

Exception ignored on calling ctypes callback function: <function ObjCSubclass.method.<locals>.decorator.<locals>.objc_method at 0x10ffb96c0>
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/pyglet/libs/darwin/cocoapy/runtime.py", line 1251, in objc_method
    result = f(py_self, *args)
             ^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/pyglet/window/cocoa/pyglet_view.py", line 193, in keyUp_
    self._window.dispatch_event('on_key_release', symbol, modifiers)
  File "/usr/local/lib/python3.11/site-packages/pyglet/window/__init__.py", line 668, in dispatch_event
    super().dispatch_event(*args)
  File "/usr/local/lib/python3.11/site-packages/pyglet/event.py", line 380, in dispatch_event
    if handler(*args):
       ^^^^^^^^^^^^^^
  File "/Users/jason/.zsh.d/bin/slideshow", line 531, in on_key_release
    sys.exit()
SystemExit:
Fatal Python error: bool_dealloc: deallocating True or False: bug likely caused by a refcount error in a C extension
Python runtime state: finalizing (tstate=0x000000010f9a35c8)

Current thread 0x000000011cb5d600 (most recent call first):
  Garbage-collecting
  <no Python frame>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant