eoyilmaz / displaycal-py3

DisplayCAL Modernization Project
https://eoyilmaz.github.io/displaycal-py3/
GNU General Public License v3.0
774 stars 56 forks source link

crash when quitting on macOS Sonoma 14.6 #388

Closed raylau1234 closed 1 month ago

raylau1234 commented 1 month ago

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:

  1. make launch to launch display cal
  2. quit

Expected behavior Quitting should not crash

Versions (please complete the following information):

Additional context Pretty harmless as it's on quit, but thought I would report anyway

p5k369 commented 1 month ago

duplicate of #341

p5k369 commented 1 month ago

Closing this one. It is a duplicate of a known issue.