crash when quitting on macOS Sonoma 14.6
Closed this issue · 2 comments
raylau1234 commented
Describe the bug
When quitting, crashes with
Exception ignored in: <function Player.__del__ at 0x1188a7060>
Traceback (most recent call last):
File "/Users/REDACTED/Documents/scripts/git/displaycal-py3/.venv/lib/python3.12/site-packages/pyglet/media/player.py", line 138, in __del__
File "/Users/REDACTED/Documents/scripts/git/displaycal-py3/.venv/lib/python3.12/site-packages/pyglet/media/player.py", line 249, in delete
File "/Users/REDACTED/Documents/scripts/git/displaycal-py3/.venv/lib/python3.12/site-packages/pyglet/media/drivers/openal/adaptation.py", line 128, in delete
File "/Users/REDACTED/Documents/scripts/git/displaycal-py3/.venv/lib/python3.12/site-packages/pyglet/media/drivers/openal/interface.py", line 159, in delete
TypeError: 'NoneType' object is not callable
bash: line 1: 36788 Segmentation fault: 11 displaycal
make: *** [launch] Error 139
To Reproduce
Steps to reproduce the behavior:
make launch
to launch display cal- quit
Expected behavior
Quitting should not crash
Versions (please complete the following information):
- OS: macOS Sonoma 14.6
- Python Version 3.12.4
- ArgyllCMS Version 3.2.0
- DisplayCAL Version 3.9.12 but specifically head of
develop
at the time of this report (eda4243)
Additional context
Pretty harmless as it's on quit, but thought I would report anyway
p5k369 commented
Closing this one.
It is a duplicate of a known issue.