eoyilmaz / displaycal-py3

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

Issues starting the App #393

Closed phmg701 closed 1 month ago

phmg701 commented 1 month ago

Describe the bug Followed the instructions but starting keeps failing

To Reproduce Install requirements with MacPorts, compile and launch

Expected behavior The App starting

Screenshots Log? source ./.venv/bin/activate; \ displaycal Acquired lock file: <DisplayCAL.main.AppLock object at 0x10e8ede20> displaycal 3.9.12 2024-08-16T16:00:59Z Mac OS X 14.6.1 x86_64 Python 3.12.5 (main, Aug 9 2024, 23:43:02) [Clang 15.0.0 (clang-1500.1.0.2.5)] CA file /Users/myuser/Downloads/displaycal-py3/.venv/lib/python3.12/site-packages/certifi/cacert.pem Faulthandler wxPython 4.2.1 osx-cocoa (phoenix) wxWidgets 3.2.2.1 Encoding: utf-8 File system encoding: utf-8 Existing client using port 58786 Connecting to 58786... Connection to 127.0.0.1:58786 failed: [Errno 61] Connection refused listening writing to lock file: port: 15411 Avvio... 2024-08-16 18:06:38.816 Python[45762:670474] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/54/bx5d81x51k3f7zx99bhxns000000gn/T/org.python.python.savedState Audio module: pyglet 2.0.17 make: *** [launch] Segmentation fault: 11 myuser@myuser-mac displaycal-py3 % /opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 5 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d '

Versions (please complete the following information):

Additional context

phmg701 commented 1 month ago

Never mind, I figured out I had to use make SYSTEM_PYTHON=python3.11 build