<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Help, please.</div><div class=""><br class=""></div><div class="">I’m trying to get back to fixing Yaesu FT2D memory model, BUT:</div><div class="">I know I’ve updated my OS version since I last tried. I had updated chirp via an hg pull. Essentially nothing of deep interest to me has changed, I think. I’ve now deleted my chirp and recloned it without fixing my problem.</div><div class=""><br class=""></div><div class="">I’m on a Macintosh, running MacOS 10.13.6 (High Sierra) on a MacBook Pro. A “precompiled” chirp I obtained via brew works just fine to talk with my radio.</div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><ul class="MailOutline"><li class="">CHIRP daily-20180614 on Darwin MBP.lan 17.7.0 Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64 (Python 2.7.15)</li></ul></div></div><div class=""><br class=""></div><div class="">But I cannot execute the program from the source tree anymore; python gives an error. It appears to happen before much of a startup; I see no window pop up from the chirp. I’ve attached the output below. The first “error” line happens with the working chirp as well. I’ve no clue as to what I should do to debug this fatal error and more importantly, to fix it.</div><div class=""><br class=""></div><div class="">Any suggestions?</div><div class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><ul class=""><li class="">./chirpw</li><li class="">2018-07-22 10:09:29.506 Python[34290:2299441] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead. </li><li class="">2018-07-22 10:09:29.642 Python[34290:2299441] *** Terminating app due to uncaught exception 'NSImageCacheException', reason: 'Cannot lock focus on image <NSImage 0x7ffe6098f5c0 Size={0, 0} Reps=(</li><li class="">)>, because it is size zero.'</li><li class="">*** First throw call stack:</li><li class="">(</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>0 CoreFoundation 0x00007fff536b42db __exceptionPreprocess + 171</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>1 libobjc.A.dylib 0x00007fff7a855c76 objc_exception_throw + 48</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>2 CoreFoundation 0x00007fff53745d7d +[NSException raise:format:] + 205</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>3 AppKit 0x00007fff50d26ca1 -[NSImage _lockFocusOnRepresentation:rect:context:hints:flipped:] + 316</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>4 AppKit 0x00007fff50d26b5e __51-[NSImage lockFocusWithRect:context:hints:flipped:]_block_invoke + 82</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>5 AppKit 0x00007fff50cea4d8 -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 164</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>6 AppKit 0x00007fff50d26b03 -[NSImage lockFocusWithRect:context:hints:flipped:] + 162</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>7 AppKit 0x00007fff50d8aeda -[NSImage lockFocusFlipped:] + 123</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>8 libgtkmacintegration-gtk2.2.dylib 0x000000010ddfc7e4 nsimage_from_pixbuf + 201</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>9 libgtkmacintegration-gtk2.2.dylib 0x000000010ddfbec6 gtkosx_application_set_dock_icon_pixbuf + 29</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>10 _gtkosx_application.so 0x000000010b9ec2bb _wrap_gtkosx_application_set_dock_icon_pixbuf + 119</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>11 Python 0x000000010924d357 PyEval_EvalFrameEx + 19822</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>12 Python 0x0000000109251479 fast_function + 196</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>13 Python 0x000000010924d25a PyEval_EvalFrameEx + 19569</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>14 Python 0x00000001092483d2 PyEval_EvalCodeEx + 1562</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>15 Python 0x00000001091eecd4 function_call + 327</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>16 Python 0x00000001091d1150 PyObject_Call + 97</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>17 Python 0x00000001091db9fd instancemethod_call + 163</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>18 Python 0x00000001091d1150 PyObject_Call + 97</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>19 Python 0x000000010921761e slot_tp_init + 64</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>20 Python 0x000000010921477c type_call + 182</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>21 Python 0x00000001091d1150 PyObject_Call + 97</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>22 Python 0x000000010924d344 PyEval_EvalFrameEx + 19803</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>23 Python 0x00000001092483d2 PyEval_EvalCodeEx + 1562</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>24 Python 0x0000000109247db2 PyEval_EvalCode + 32</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>25 Python 0x000000010926979b run_mod + 49</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>26 Python 0x0000000109269842 PyRun_FileExFlags + 130</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>27 Python 0x00000001092693c4 PyRun_SimpleFileExFlags + 706</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>28 Python 0x000000010927af44 Py_Main + 3136</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>29 libdyld.dylib 0x00007fff7b46f015 start + 1</li><li class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>30 ??? 0x0000000000000002 0x0 + 2</li><li class="">)</li><li class="">libc++abi.dylib: terminating with uncaught exception of type NSException</li><li class="">Abort trap: 6</li></ul></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div>
<br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Declan Rieb WD5EQY<div class=""><a href="mailto:wd5eqy@arrl.net" class="">wd5eqy@arrl.net</a></div><div class=""><br class=""></div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br class=""></body></html>