Comment 9 for bug 1823608

Revision history for this message
Paul Kenyon (rixoff) wrote :

The first screenshot shows two invocations/crashes of kicad. The first invocation is just running it, eventually going to the wizard and it crashing (the two yellow-dot entries marked <private>.) The second invocation, I started from the command line.

You can see the python path and the output of running from the command line here:

Pauls-MBP-4:Downloads paul$ which python
/usr/bin/python
Pauls-MBP-4:Downloads paul$ /Applications/KiCad/kicad.app
Pauls-MBP-4:Downloads paul$ /Applications/KiCad/kicad.app/Contents/MacOS/kicad
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
/Applications/KiCad/kicad.app/Contents/Frameworks/python/site-packages/wx-3.0-osx_cocoa/wx/_core.py:16633: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn("wxPython/wxWidgets release number mismatch")
Pauls-MBP-4:Downloads paul$

I did try running it several more times to see if there was any common messaging around the time of the crash. In this second screenshot, there are a few messages around it that seem common. The EmojiFunction type message seems to come up every time, and the trustd seems common but I'm not sure if it's every time.