Help, please.
I’m trying to get back to fixing Yaesu FT2D memory model, BUT:
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.
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.
- 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)
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.
Any suggestions?
- ./chirpw
- 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.
- 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=(
- )>, because it is size zero.'
- *** First throw call stack:
- (
- 0 CoreFoundation 0x00007fff536b42db __exceptionPreprocess + 171
- 1 libobjc.A.dylib 0x00007fff7a855c76 objc_exception_throw + 48
- 2 CoreFoundation 0x00007fff53745d7d +[NSException raise:format:] + 205
- 3 AppKit 0x00007fff50d26ca1 -[NSImage _lockFocusOnRepresentation:rect:context:hints:flipped:] + 316
- 4 AppKit 0x00007fff50d26b5e __51-[NSImage lockFocusWithRect:context:hints:flipped:]_block_invoke + 82
- 5 AppKit 0x00007fff50cea4d8 -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 164
- 6 AppKit 0x00007fff50d26b03 -[NSImage lockFocusWithRect:context:hints:flipped:] + 162
- 7 AppKit 0x00007fff50d8aeda -[NSImage lockFocusFlipped:] + 123
- 8 libgtkmacintegration-gtk2.2.dylib 0x000000010ddfc7e4 nsimage_from_pixbuf + 201
- 9 libgtkmacintegration-gtk2.2.dylib 0x000000010ddfbec6 gtkosx_application_set_dock_icon_pixbuf + 29
- 10 _gtkosx_application.so 0x000000010b9ec2bb _wrap_gtkosx_application_set_dock_icon_pixbuf + 119
- 11 Python 0x000000010924d357 PyEval_EvalFrameEx + 19822
- 12 Python 0x0000000109251479 fast_function + 196
- 13 Python 0x000000010924d25a PyEval_EvalFrameEx + 19569
- 14 Python 0x00000001092483d2 PyEval_EvalCodeEx + 1562
- 15 Python 0x00000001091eecd4 function_call + 327
- 16 Python 0x00000001091d1150 PyObject_Call + 97
- 17 Python 0x00000001091db9fd instancemethod_call + 163
- 18 Python 0x00000001091d1150 PyObject_Call + 97
- 19 Python 0x000000010921761e slot_tp_init + 64
- 20 Python 0x000000010921477c type_call + 182
- 21 Python 0x00000001091d1150 PyObject_Call + 97
- 22 Python 0x000000010924d344 PyEval_EvalFrameEx + 19803
- 23 Python 0x00000001092483d2 PyEval_EvalCodeEx + 1562
- 24 Python 0x0000000109247db2 PyEval_EvalCode + 32
- 25 Python 0x000000010926979b run_mod + 49
- 26 Python 0x0000000109269842 PyRun_FileExFlags + 130
- 27 Python 0x00000001092693c4 PyRun_SimpleFileExFlags + 706
- 28 Python 0x000000010927af44 Py_Main + 3136
- 29 libdyld.dylib 0x00007fff7b46f015 start + 1
- 30 ??? 0x0000000000000002 0x0 + 2
- )
- libc++abi.dylib: terminating with uncaught exception of type NSException
- Abort trap: 6