I have no idea. I just upgraded my Mac (x86, alas) on Sonoma 14.2.1, and YAAC ran fine. All I can think of is that you have a security setting in Mac OS X that is preventing YAAC from opening some of the data files.
Have you tried running YAAC from a Terminal window, so you can see the progress and error messages it spews out? Those messages would probably tell why you're having the problem (such as an IOException for permission reasons). Also, what version and vendor of the Java runtime are you using? Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Keith Kaiser <wa0tjt@...> Sent: Saturday, January 20, 2024 11:00 AM To: [email protected] Subject: Re: [yaac-users] next build#193 of YAAC, created 2024-Jan-20 The last two versions of YAAC will not open properly on a M1 MacBook Air. The window opens but nothing is in it, the menu bar is empty. I have plenty of RAM, and I¡¯ve been using YAAC for years. Whats up? Keith, WA0?TJT Author: ARRL ARES Communicator Level 2, AEC for Platte Co. MO KCHEART Radio Operator - St. Lukes Barry Road Hospital On Jan 19, 2024, at 11:24?PM, Andrew P. <andrewemt@...> wrote: next beta build#193 of YAAC ("Yet Another APRS Client"), created 2024-Jan-20 downloadable from or changes and updates include: 1. write JUnit unit test cases that will be executed when using Maven as the build tool. This covers part of core YAAC and the AISdecoder and marineports plugins. 2. make changes in core YAAC code to permit unit tests to run. 3. fix bug in packet creation where AX.25 frames didn't have the last digipeater address marked with the "last" bit as required by the AX.25 protocol specification. 4. fix formatting error in NMEA-0183 format GPS logger. 5. fix getting access to Help files in a newly-installed plugin. 6. minor non-functional code cleanup in ADS-B decoder plugin. 7. fix AIS decoder to properly support AIS-Catcher as a data source, and add JUnit tests to verify it. 8. fix marineports plugin to remove unwanted check for port callsign and to collect port throughput statistics, and add JUnit test cases to verify correct operation. |