Closed slrdc closed 3 years ago
I think it has to do with this: https://bugs.python.org/issue42480
Yeah... if you use the latest version of Python (3.9.1) from python.org, it should work. All previous versions are broken for all Tkinter apps in macOS 11.1, AFAICT.
I posted an updated, signed app here: https://wmcbrine.com/tivo/ that works on both my x86 and M1 11.1 systems.* Unfortunately, I can't get that version into the app store, because it references a deprecated API (not from the app per se, but just in the bundled libtk). My long and various attempts to get around this problem have so far all failed. Also, I can't even figure out a way to post a notice to the App Store page about this issue without uploading a new version. So, I've kind of given up, for now. I expect there will eventually be (a) fix(es) by Apple / libtk maintainers / somebody... sigh.
Thanks for your efforts, anyway, and sorry for the inconvenience.
(The fixed version is actually hosted here, BTW: https://github.com/wmcbrine/tivoremote/releases/tag/0.32 )
Apple has now fixed the broken Tkinter issue in macOS 11.2 (so the old App Store version works again).
The deprecated API issue still awaits, but anyway...
Hi, I always get a crash when trying to launch tivoremote on Mac OS 11.1. I initially saw it using the app store version of tivoremote, so I tried building the master branch. The crash dump is from building in the master branch. Do you have any advice? Thanks.