开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io

OSX Sequoia


 

Where can I find OSX Sequoia install and run instructions?


 

开云体育

Hi Thomas,

On 20 Nov 2024, at 1:06?pm, T W via groups.io <kf6kyd@...> wrote:

Where can I find OSX Sequoia install and run instructions?

First you need to install Java, then fetch and install YAAC.

You can get a supported Java runtime from;


To run YAAC you really only need the JRE (Java Runtime Environment) so scroll down the page until you see macOS, then select your system, ARM (Apple Silicon) or x86 (Intel). ?Grab whatever the latest LTS version is, currently v21. ?The click on the package dropdown and select ‘Full JRE’. ?I would download the DMG version, as that comes with the uninstaller if required.

Then, once it’s downloaded, double click on the DMG file, and then when it opens, double click on the “Install Liberica JRE…” package. ?Once it’s done, eject the DMG mounted volume.

You can see if it’s working by launching Terminal.app from Applications/Utilities and typing

java -version

Then, to install YAAC;

1.?Download the YAAC.zip file from??with your web browser.
2. Open Terminal.app from your Applications/Utilities folder.
3. type the following
mkdir YAAC
cd YAAC
unzip ~/Downloads/YAAC.zip

Heaps of stuff should scroll by, and at this point you should have it installed and ready for use. ?Type;

java -jar YAAC.jar

into the terminal to start it. ?See Andrew’s webpage at??for configuration and usage.

Next time you want to run it, you will need to launch the Terminal app again and then type in;

cd YAAC
java -jar YAAC.jar

Once you configure things it might generate a popup asking for permission for YAAC to access local network devices. ?If that appears, it’s safe to grant it that access.

You can also run it by double clicking on the YAAC.jar file in the YAAC folder in your home folder. ?Unfortunately the first time you do this it will trigger the Apple protections against people running random software. A popup will appear saying that Apple could not verify YAAC.jar is free of malware and only giving you the option of closing or moving to the bin. ?This is because YAAC isn’t an Apple developer signed program. ?Just close that dialogue and open System Settings from the Apple menu, Select Privacy & Security and then scroll down until you see the box saying “YAAC.jar” was blocked. ?Click on “Open Anyway” and then “Run” and it should start.



If that’s all too much, just run it from Terminal as listed above and it should work fine.

Carl,
vk1kcm.


 

开云体育

Thank you so much Carl. This takes all the confusion out of the equation. I’ll be up and running this afternoon.

On Nov 19, 2024, at 23:52, Carl Makin via groups.io <carl@...> wrote:

Hi Thomas,

On 20 Nov 2024, at 1:06?pm, T W via groups.io <kf6kyd@...> wrote:

Where can I find OSX Sequoia install and run instructions?

First you need to install Java, then fetch and install YAAC.

You can get a supported Java runtime from;


To run YAAC you really only need the JRE (Java Runtime Environment) so scroll down the page until you see macOS, then select your system, ARM (Apple Silicon) or x86 (Intel). ?Grab whatever the latest LTS version is, currently v21. ?The click on the package dropdown and select ‘Full JRE’. ?I would download the DMG version, as that comes with the uninstaller if required.

Then, once it’s downloaded, double click on the DMG file, and then when it opens, double click on the “Install Liberica JRE…” package. ?Once it’s done, eject the DMG mounted volume.

You can see if it’s working by launching Terminal.app from Applications/Utilities and typing

java -version

Then, to install YAAC;

1.?Download the YAAC.zip file from??with your web browser.
2. Open Terminal.app from your Applications/Utilities folder.
3. type the following
mkdir YAAC
cd YAAC
unzip ~/Downloads/YAAC.zip

Heaps of stuff should scroll by, and at this point you should have it installed and ready for use. ?Type;

java -jar YAAC.jar

into the terminal to start it. ?See Andrew’s webpage at??for configuration and usage.

Next time you want to run it, you will need to launch the Terminal app again and then type in;

cd YAAC
java -jar YAAC.jar

Once you configure things it might generate a popup asking for permission for YAAC to access local network devices. ?If that appears, it’s safe to grant it that access.

You can also run it by double clicking on the YAAC.jar file in the YAAC folder in your home folder. ?Unfortunately the first time you do this it will trigger the Apple protections against people running random software. A popup will appear saying that Apple could not verify YAAC.jar is free of malware and only giving you the option of closing or moving to the bin. ?This is because YAAC isn’t an Apple developer signed program. ?Just close that dialogue and open System Settings from the Apple menu, Select Privacy & Security and then scroll down until you see the box saying “YAAC.jar” was blocked. ?Click on “Open Anyway” and then “Run” and it should start.


<Screenshot 2024-11-20 at 4.33.33?pm.png>

If that’s all too much, just run it from Terminal as listed above and it should work fine.

Carl,
vk1kcm.



 

开云体育

Hi Carl, I downloaded the latest dmg, installed but when I tried to verify the install I get this "zsh: command not found: java-version

On Nov 19, 2024, at 23:52, Carl Makin via groups.io <carl@...> wrote:

Hi Thomas,

On 20 Nov 2024, at 1:06?pm, T W via groups.io <kf6kyd@...> wrote:

Where can I find OSX Sequoia install and run instructions?

First you need to install Java, then fetch and install YAAC.

You can get a supported Java runtime from;


To run YAAC you really only need the JRE (Java Runtime Environment) so scroll down the page until you see macOS, then select your system, ARM (Apple Silicon) or x86 (Intel). ?Grab whatever the latest LTS version is, currently v21. ?The click on the package dropdown and select ‘Full JRE’. ?I would download the DMG version, as that comes with the uninstaller if required.

Then, once it’s downloaded, double click on the DMG file, and then when it opens, double click on the “Install Liberica JRE…” package. ?Once it’s done, eject the DMG mounted volume.

You can see if it’s working by launching Terminal.app from Applications/Utilities and typing

java -version

Then, to install YAAC;

1.?Download the YAAC.zip file from??with your web browser.
2. Open Terminal.app from your Applications/Utilities folder.
3. type the following
mkdir YAAC
cd YAAC
unzip ~/Downloads/YAAC.zip

Heaps of stuff should scroll by, and at this point you should have it installed and ready for use. ?Type;

java -jar YAAC.jar

into the terminal to start it. ?See Andrew’s webpage at??for configuration and usage.

Next time you want to run it, you will need to launch the Terminal app again and then type in;

cd YAAC
java -jar YAAC.jar

Once you configure things it might generate a popup asking for permission for YAAC to access local network devices. ?If that appears, it’s safe to grant it that access.

You can also run it by double clicking on the YAAC.jar file in the YAAC folder in your home folder. ?Unfortunately the first time you do this it will trigger the Apple protections against people running random software. A popup will appear saying that Apple could not verify YAAC.jar is free of malware and only giving you the option of closing or moving to the bin. ?This is because YAAC isn’t an Apple developer signed program. ?Just close that dialogue and open System Settings from the Apple menu, Select Privacy & Security and then scroll down until you see the box saying “YAAC.jar” was blocked. ?Click on “Open Anyway” and then “Run” and it should start.


<Screenshot 2024-11-20 at 4.33.33?pm.png>

If that’s all too much, just run it from Terminal as listed above and it should work fine.

Carl,
vk1kcm.



 

开云体育

That's because you missed the space between the "java" command and the "-version" command-line option.

Alternatively, the install failed or you need to open a fresh Terminal window (post-installation of the JRE) to pick up the new executable files.

Andrew, KA2DDO
author of YAAC

Powered by Cricket Wireless
Get


From: [email protected] <[email protected]> on behalf of T W via groups.io <kf6kyd@...>
Sent: Wednesday, November 20, 2024 9:42:27 AM
To: [email protected] <[email protected]>
Subject: Re: [yaac-users] OSX Sequoia
?
Hi Carl, I downloaded the latest dmg, installed but when I tried to verify the install I get this "zsh: command not found: java-version

On Nov 19, 2024, at 23:52, Carl Makin via groups.io <carl@...> wrote:

Hi Thomas,

On 20 Nov 2024, at 1:06?pm, T W via groups.io <kf6kyd@...> wrote:

Where can I find OSX Sequoia install and run instructions?

First you need to install Java, then fetch and install YAAC.

You can get a supported Java runtime from;


To run YAAC you really only need the JRE (Java Runtime Environment) so scroll down the page until you see macOS, then select your system, ARM (Apple Silicon) or x86 (Intel). ?Grab whatever the latest LTS version is, currently v21. ?The click on the package dropdown and select ‘Full JRE’. ?I would download the DMG version, as that comes with the uninstaller if required.

Then, once it’s downloaded, double click on the DMG file, and then when it opens, double click on the “Install Liberica JRE…” package. ?Once it’s done, eject the DMG mounted volume.

You can see if it’s working by launching Terminal.app from Applications/Utilities and typing

java -version

Then, to install YAAC;

1.?Download the YAAC.zip file from??with your web browser.
2. Open Terminal.app from your Applications/Utilities folder.
3. type the following
mkdir YAAC
cd YAAC
unzip ~/Downloads/YAAC.zip

Heaps of stuff should scroll by, and at this point you should have it installed and ready for use. ?Type;

java -jar YAAC.jar

into the terminal to start it. ?See Andrew’s webpage at??for configuration and usage.

Next time you want to run it, you will need to launch the Terminal app again and then type in;

cd YAAC
java -jar YAAC.jar

Once you configure things it might generate a popup asking for permission for YAAC to access local network devices. ?If that appears, it’s safe to grant it that access.

You can also run it by double clicking on the YAAC.jar file in the YAAC folder in your home folder. ?Unfortunately the first time you do this it will trigger the Apple protections against people running random software. A popup will appear saying that Apple could not verify YAAC.jar is free of malware and only giving you the option of closing or moving to the bin. ?This is because YAAC isn’t an Apple developer signed program. ?Just close that dialogue and open System Settings from the Apple menu, Select Privacy & Security and then scroll down until you see the box saying “YAAC.jar” was blocked. ?Click on “Open Anyway” and then “Run” and it should start.


<Screenshot 2024-11-20 at 4.33.33?pm.png>

If that’s all too much, just run it from Terminal as listed above and it should work fine.

Carl,
vk1kcm.



 

开云体育

I tried it the right way and the message I get is "java --version

exec failed: Error Domain=NSPOSIXErrorDomain Code=86 "Bad CPU type in executable" UserInfo={NSLocalizedFailureReason=Failed to execute /Library/Java/JavaVirtualMachines/liberica-jdk-21.jdk/Contents/Home/bin/java: Bad CPU type in executable}

thomashole@Basingstoke / % java -version”


I’m trying this on an m4 Mac mini.

On Nov 20, 2024, at 11:45, Andrew P. via groups.io <andrewemt@...> wrote:

That's because you missed the space between the "java" command and the "-version" command-line option.

Alternatively, the install failed or you need to open a fresh Terminal window (post-installation of the JRE) to pick up the new executable files.

Andrew, KA2DDO
author of YAAC

Powered by Cricket Wireless
Get

From: [email protected] <[email protected]> on behalf of T W via groups.io <kf6kyd@...>
Sent: Wednesday, November 20, 2024 9:42:27 AM
To: [email protected] <[email protected]>
Subject: Re: [yaac-users] OSX Sequoia
?
Hi Carl, I downloaded the latest dmg, installed but when I tried to verify the install I get this "zsh: command not found: java-version

On Nov 19, 2024, at 23:52, Carl Makin via groups.io <carl@...> wrote:

Hi Thomas,

On 20 Nov 2024, at 1:06?pm, T W via groups.io <kf6kyd@...> wrote:

Where can I find OSX Sequoia install and run instructions?

First you need to install Java, then fetch and install YAAC.

You can get a supported Java runtime from;


To run YAAC you really only need the JRE (Java Runtime Environment) so scroll down the page until you see macOS, then select your system, ARM (Apple Silicon) or x86 (Intel). ?Grab whatever the latest LTS version is, currently v21. ?The click on the package dropdown and select ‘Full JRE’. ?I would download the DMG version, as that comes with the uninstaller if required.

Then, once it’s downloaded, double click on the DMG file, and then when it opens, double click on the “Install Liberica JRE…” package. ?Once it’s done, eject the DMG mounted volume.

You can see if it’s working by launching Terminal.app from Applications/Utilities and typing

java -version

Then, to install YAAC;

1.?Download the YAAC.zip file from??with your web browser.
2. Open Terminal.app from your Applications/Utilities folder.
3. type the following
mkdir YAAC
cd YAAC
unzip ~/Downloads/YAAC.zip

Heaps of stuff should scroll by, and at this point you should have it installed and ready for use. ?Type;

java -jar YAAC.jar

into the terminal to start it. ?See Andrew’s webpage at??for configuration and usage.

Next time you want to run it, you will need to launch the Terminal app again and then type in;

cd YAAC
java -jar YAAC.jar

Once you configure things it might generate a popup asking for permission for YAAC to access local network devices. ?If that appears, it’s safe to grant it that access.

You can also run it by double clicking on the YAAC.jar file in the YAAC folder in your home folder. ?Unfortunately the first time you do this it will trigger the Apple protections against people running random software. A popup will appear saying that Apple could not verify YAAC.jar is free of malware and only giving you the option of closing or moving to the bin. ?This is because YAAC isn’t an Apple developer signed program. ?Just close that dialogue and open System Settings from the Apple menu, Select Privacy & Security and then scroll down until you see the box saying “YAAC.jar” was blocked. ?Click on “Open Anyway” and then “Run” and it should start.


<Screenshot 2024-11-20 at 4.33.33?pm.png>

If that’s all too much, just run it from Terminal as listed above and it should work fine.

Carl,
vk1kcm.




 

开云体育

Belay my last. I reinstalled and it worked. Thanks to all those that answered.


On Nov 20, 2024, at 18:15, T W via groups.io <kf6kyd@...> wrote:

I tried it the right way and the message I get is "java --version
exec failed: Error Domain=NSPOSIXErrorDomain Code=86 "Bad CPU type in executable" UserInfo={NSLocalizedFailureReason=Failed to execute /Library/Java/JavaVirtualMachines/liberica-jdk-21.jdk/Contents/Home/bin/java: Bad CPU type in executable}
thomashole@Basingstoke / % java -version”

I’m trying this on an m4 Mac mini.
On Nov 20, 2024, at 11:45, Andrew P. via groups.io <andrewemt@...> wrote:

That's because you missed the space between the "java" command and the "-version" command-line option.

Alternatively, the install failed or you need to open a fresh Terminal window (post-installation of the JRE) to pick up the new executable files.

Andrew, KA2DDO
author of YAAC

Powered by Cricket Wireless
Get?

From:?[email protected] <[email protected]> on behalf of T W via groups.io <kf6kyd@...>
Sent:?Wednesday, November 20, 2024 9:42:27 AM
To:?[email protected] <[email protected]>
Subject:?Re: [yaac-users] OSX Sequoia
?
Hi Carl, I downloaded the latest dmg, installed but when I tried to verify the install I get this "zsh: command not found: java-version

On Nov 19, 2024, at 23:52, Carl Makin via groups.io <carl@...> wrote:

Hi Thomas,

On 20 Nov 2024, at 1:06?pm, T W via groups.io <kf6kyd@...> wrote:

Where can I find OSX Sequoia install and run instructions?

First you need to install Java, then fetch and install YAAC.

You can get a supported Java runtime from;


To run YAAC you really only need the JRE (Java Runtime Environment) so scroll down the page until you see macOS, then select your system, ARM (Apple Silicon) or x86 (Intel). ?Grab whatever the latest LTS version is, currently v21. ?The click on the package dropdown and select ‘Full JRE’. ?I would download the DMG version, as that comes with the uninstaller if required.

Then, once it’s downloaded, double click on the DMG file, and then when it opens, double click on the “Install Liberica JRE…” package. ?Once it’s done, eject the DMG mounted volume.

You can see if it’s working by launching Terminal.app from Applications/Utilities and typing

java -version

Then, to install YAAC;

1.?Download the YAAC.zip file from??with your web browser.
2. Open Terminal.app from your Applications/Utilities folder.
3. type the following
mkdir YAAC
cd YAAC
unzip ~/Downloads/YAAC.zip

Heaps of stuff should scroll by, and at this point you should have it installed and ready for use. ?Type;

java -jar YAAC.jar

into the terminal to start it. ?See Andrew’s webpage at??for configuration and usage.

Next time you want to run it, you will need to launch the Terminal app again and then type in;

cd YAAC
java -jar YAAC.jar

Once you configure things it might generate a popup asking for permission for YAAC to access local network devices. ?If that appears, it’s safe to grant it that access.

You can also run it by double clicking on the YAAC.jar file in the YAAC folder in your home folder. ?Unfortunately the first time you do this it will trigger the Apple protections against people running random software. A popup will appear saying that Apple could not verify YAAC.jar is free of malware and only giving you the option of closing or moving to the bin. ?This is because YAAC isn’t an Apple developer signed program. ?Just close that dialogue and open System Settings from the Apple menu, Select Privacy & Security and then scroll down until you see the box saying “YAAC.jar” was blocked. ?Click on “Open Anyway” and then “Run” and it should start.


<Screenshot 2024-11-20 at 4.33.33?pm.png>

If that’s all too much, just run it from Terminal as listed above and it should work fine.

Carl,
vk1kcm.





 

开云体育

Success, however I never saw a zip file. I’m guessing OSX did it automatically.

On Nov 20, 2024, at 11:45, Andrew P. via groups.io <andrewemt@...> wrote:

That's because you missed the space between the "java" command and the "-version" command-line option.

Alternatively, the install failed or you need to open a fresh Terminal window (post-installation of the JRE) to pick up the new executable files.

Andrew, KA2DDO
author of YAAC

Powered by Cricket Wireless
Get

From: [email protected] <[email protected]> on behalf of T W via groups.io <kf6kyd@...>
Sent: Wednesday, November 20, 2024 9:42:27 AM
To: [email protected] <[email protected]>
Subject: Re: [yaac-users] OSX Sequoia
?
Hi Carl, I downloaded the latest dmg, installed but when I tried to verify the install I get this "zsh: command not found: java-version

On Nov 19, 2024, at 23:52, Carl Makin via groups.io <carl@...> wrote:

Hi Thomas,

On 20 Nov 2024, at 1:06?pm, T W via groups.io <kf6kyd@...> wrote:

Where can I find OSX Sequoia install and run instructions?

First you need to install Java, then fetch and install YAAC.

You can get a supported Java runtime from;


To run YAAC you really only need the JRE (Java Runtime Environment) so scroll down the page until you see macOS, then select your system, ARM (Apple Silicon) or x86 (Intel). ?Grab whatever the latest LTS version is, currently v21. ?The click on the package dropdown and select ‘Full JRE’. ?I would download the DMG version, as that comes with the uninstaller if required.

Then, once it’s downloaded, double click on the DMG file, and then when it opens, double click on the “Install Liberica JRE…” package. ?Once it’s done, eject the DMG mounted volume.

You can see if it’s working by launching Terminal.app from Applications/Utilities and typing

java -version

Then, to install YAAC;

1.?Download the YAAC.zip file from??with your web browser.
2. Open Terminal.app from your Applications/Utilities folder.
3. type the following
mkdir YAAC
cd YAAC
unzip ~/Downloads/YAAC.zip

Heaps of stuff should scroll by, and at this point you should have it installed and ready for use. ?Type;

java -jar YAAC.jar

into the terminal to start it. ?See Andrew’s webpage at??for configuration and usage.

Next time you want to run it, you will need to launch the Terminal app again and then type in;

cd YAAC
java -jar YAAC.jar

Once you configure things it might generate a popup asking for permission for YAAC to access local network devices. ?If that appears, it’s safe to grant it that access.

You can also run it by double clicking on the YAAC.jar file in the YAAC folder in your home folder. ?Unfortunately the first time you do this it will trigger the Apple protections against people running random software. A popup will appear saying that Apple could not verify YAAC.jar is free of malware and only giving you the option of closing or moving to the bin. ?This is because YAAC isn’t an Apple developer signed program. ?Just close that dialogue and open System Settings from the Apple menu, Select Privacy & Security and then scroll down until you see the box saying “YAAC.jar” was blocked. ?Click on “Open Anyway” and then “Run” and it should start.


<Screenshot 2024-11-20 at 4.33.33?pm.png>

If that’s all too much, just run it from Terminal as listed above and it should work fine.

Carl,
vk1kcm.




 

开云体育



On 27 Nov 2024, at 5:48?am, T W via groups.io <kf6kyd@...> wrote:

Success, however I never saw a zip file. I’m guessing OSX did it automatically.

Yes, macOS Safari has an “Open Safe Files after downloading” option on the Settings->General tab. ?By default it’s checked, and IMHO that’s a bad idea.


Carl.


 

I am running an M1 Mac OSX 15.3.2 and installed it as shown for a Mac. ?However, my installation froze at the location shown below. ?
?
Am I missing a dependency or something to get YAAC running on this Mac. ?
?
Please let me know it would be helpful during bad weather. ?
?
Tim
KM4ESU
?

timhuffaker@Mac-mini Yaac % java -jar YAAC.jar

Wed Apr 09 11:54:37 CDT 2025: YAACBootstrap starting...

os.name=Mac OS X

os.version=15.3.2

os.arch=x86_64

locale=en_US

java.version=1.8.0_441

java.class.version=52.0

JVM: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.441-b07

java.class.path=YAAC.jar

Wed Apr 09 11:54:37 CDT 2025: YAACBootstrap finding installation directory....

JSSC found at /Users/timhuffaker/YAAC/lib/jssc-2.9.4.jar

Wed Apr 09 11:54:37 CDT 2025: starting YAAC....

Wed Apr 09 11:54:37 CDT 2025: YAAC initializing on Mac OS X 15.3.2 [x86_64] with Java 1.8.0_441, 8 cores, heap=5331/251392/3728384KWed Apr 09 11:54:37 CDT 2025: YAAC finding installation directory....

JSSC found at /Users/timhuffaker/YAAC/lib/jssc-2.9.4.jar

Wed Apr 09 11:54:37 CDT 2025: load cached preferences....

Wed Apr 09 11:54:37 CDT 2025: YAAC checking if upgrader needs moving....

Wed Apr 09 11:54:37 CDT 2025: YAAC loading CoreProvider....

Wed Apr 09 11:54:37 CDT 2025: CoreProvider instantiated.

activating plugin --core-- name YAAC version 1.0-beta191(13-Nov-2023)

Wed Apr 09 11:54:37 CDT 2025: YAAC loading plugins....

scanning plugin JAR file /Users/timhuffaker/YAAC/plugins/sampleplugin.jar

attempting to load provider class org.ka2ddo.yaac.SamplePluginProvider

loading plugin /Users/timhuffaker/YAAC/plugins/sampleplugin.jar name YAAC Sample Plug-in version V0.1

SamplePluginProvider(org.ka2ddo.yaac.SamplePluginProvider in [file:/Users/timhuffaker/YAAC/plugins/sampleplugin.jar],dep=[])

activating plugin SamplePluginProvider name YAAC Sample Plug-in version V0.1

2025-04-09 11:54:37.984 java[30775:2007008] +[IMKClient subclass]: chose IMKClient_Modern

2025-04-09 11:54:37.984 java[30775:2007008] +[IMKInputSession subclass]: chose IMKInputSession_Modern

?

Wed Apr 09 11:54:37 CDT 2025: loading core GUI class....

Wed Apr 09 11:54:37 CDT 2025: YAAC raising splash screen....

Wed Apr 09 11:54:38 CDT 2025: load beacon definitions....

Wed Apr 09 11:54:38 CDT 2025: load status definition....

Wed Apr 09 11:54:38 CDT 2025: creating SymAttr objects for 1.0.1...

Wed Apr 09 11:54:38 CDT 2025: filling in text for 1.0.1 symbols...

Wed Apr 09 11:54:38 CDT 2025: set up raw packet data model....

Wed Apr 09 11:54:38 CDT 2025: starting web server...

Wed Apr 09 11:54:38 CDT 2025: YAAC starting main GUI....

Wed Apr 09 11:54:38 CDT 2025: fixing JavaHelp linking...

Wed Apr 09 11:54:38 CDT 2025: setting up common GUI table models...

Wed Apr 09 11:54:38 CDT 2025: starting bulletin board monitor...

Wed Apr 09 11:54:38 CDT 2025: starting firstWindow=map

OpenMap(tm) Version 5.1.15

? Copyright (C) BBNT Solutions LLC.? All rights reserved.

? See http://openmap-java.org/ for details.

?

Wed Apr 09 11:54:38 CDT 2025: creating top map toolbar...

Wed Apr 09 11:54:38 CDT 2025: 1744217678759: starting to load symbol images...

1744217685804: finished loading 1.0.1 basic symbol images...

Wed Apr 09 11:54:45 CDT 2025: 1744217685805: done loading symbols.

Wed Apr 09 11:54:45 CDT 2025: adding map scale widget...

Wed Apr 09 11:54:45 CDT 2025: adding blinkenlight panel...

Wed Apr 09 11:54:45 CDT 2025: creating map footer...

Wed Apr 09 11:54:46 CDT 2025: setting up map hot-keys...

Wed Apr 09 11:54:46 CDT 2025: sizing alternate map window...

Wed Apr 09 11:54:46 CDT 2025: YAAC Macifying main menu bar....

?? registered AboutHandler by Apple proprietary classes

?? registered QuitHandler by Apple proprietary classes

?? registered PreferencesHandler by Apple proprietary classes

UI L&F=com.apple.laf.AquaLookAndFeel

?? Aqua Look and Feel for Mac OS X

?? sun.swing.DefaultLayoutStyle@19fe4644

System L&F=com.apple.laf.AquaLookAndFeel

Wed Apr 09 11:54:46 CDT 2025: YAAC: GUI instantiated, now setting up GUI....

?


 

Tim,

Is your Mac fully up-to-date? My day-job Mac was crashing a different Java desktop GUI application repeatedly until I applied the latest OS X and Xcode upgrades. Something about the newest Java 8 JRE patches was abusing an OS X system library bug.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...>
Sent: Wednesday, April 9, 2025 12:59 PM
To: [email protected]
Subject: Re: [yaac-users] OSX Sequoia

I am running an M1 Mac OSX 15.3.2 and installed it as shown for a Mac. However, my installation froze at the location shown below.

Am I missing a dependency or something to get YAAC running on this Mac.

Please let me know it would be helpful during bad weather.

Tim
KM4ESU


timhuffaker@Mac-mini Yaac % java -jar YAAC.jar

Wed Apr 09 11:54:37 CDT 2025: YAACBootstrap starting...

os.name=Mac OS X

os.version=15.3.2

os.arch=x86_64

locale=en_US

java.version=1.8.0_441

java.class.version=52.0

JVM: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.441-b07

java.class.path=YAAC.jar

Wed Apr 09 11:54:37 CDT 2025: YAACBootstrap finding installation directory....

JSSC found at /Users/timhuffaker/YAAC/lib/jssc-2.9.4.jar

Wed Apr 09 11:54:37 CDT 2025: starting YAAC....

Wed Apr 09 11:54:37 CDT 2025: YAAC initializing on Mac OS X 15.3.2 [x86_64] with Java 1.8.0_441, 8 cores, heap=5331/251392/3728384KWed Apr 09 11:54:37 CDT 2025: YAAC finding installation directory....

JSSC found at /Users/timhuffaker/YAAC/lib/jssc-2.9.4.jar

Wed Apr 09 11:54:37 CDT 2025: load cached preferences....

Wed Apr 09 11:54:37 CDT 2025: YAAC checking if upgrader needs moving....

Wed Apr 09 11:54:37 CDT 2025: YAAC loading CoreProvider....

Wed Apr 09 11:54:37 CDT 2025: CoreProvider instantiated.

activating plugin --core-- name YAAC version 1.0-beta191(13-Nov-2023)

Wed Apr 09 11:54:37 CDT 2025: YAAC loading plugins....

scanning plugin JAR file /Users/timhuffaker/YAAC/plugins/sampleplugin.jar

attempting to load provider class org.ka2ddo.yaac.SamplePluginProvider

loading plugin /Users/timhuffaker/YAAC/plugins/sampleplugin.jar name YAAC Sample Plug-in version V0.1

SamplePluginProvider(org.ka2ddo.yaac.SamplePluginProvider in [file:/Users/timhuffaker/YAAC/plugins/sampleplugin.jar],dep=[])

activating plugin SamplePluginProvider name YAAC Sample Plug-in version V0.1

2025-04-09 11:54:37.984 java[30775:2007008] +[IMKClient subclass]: chose IMKClient_Modern

2025-04-09 11:54:37.984 java[30775:2007008] +[IMKInputSession subclass]: chose IMKInputSession_Modern



Wed Apr 09 11:54:37 CDT 2025: loading core GUI class....

Wed Apr 09 11:54:37 CDT 2025: YAAC raising splash screen....

Wed Apr 09 11:54:38 CDT 2025: load beacon definitions....

Wed Apr 09 11:54:38 CDT 2025: load status definition....

Wed Apr 09 11:54:38 CDT 2025: creating SymAttr objects for 1.0.1...

Wed Apr 09 11:54:38 CDT 2025: filling in text for 1.0.1 symbols...

Wed Apr 09 11:54:38 CDT 2025: set up raw packet data model....

Wed Apr 09 11:54:38 CDT 2025: starting web server...

Wed Apr 09 11:54:38 CDT 2025: YAAC starting main GUI....

Wed Apr 09 11:54:38 CDT 2025: fixing JavaHelp linking...

Wed Apr 09 11:54:38 CDT 2025: setting up common GUI table models...

Wed Apr 09 11:54:38 CDT 2025: starting bulletin board monitor...

Wed Apr 09 11:54:38 CDT 2025: starting firstWindow=map

OpenMap(tm) Version 5.1.15

Copyright (C) BBNT Solutions LLC. All rights reserved.

See for details.



Wed Apr 09 11:54:38 CDT 2025: creating top map toolbar...

Wed Apr 09 11:54:38 CDT 2025: 1744217678759: starting to load symbol images...

1744217685804: finished loading 1.0.1 basic symbol images...

Wed Apr 09 11:54:45 CDT 2025: 1744217685805: done loading symbols.

Wed Apr 09 11:54:45 CDT 2025: adding map scale widget...

Wed Apr 09 11:54:45 CDT 2025: adding blinkenlight panel...

Wed Apr 09 11:54:45 CDT 2025: creating map footer...

Wed Apr 09 11:54:46 CDT 2025: setting up map hot-keys...

Wed Apr 09 11:54:46 CDT 2025: sizing alternate map window...

Wed Apr 09 11:54:46 CDT 2025: YAAC Macifying main menu bar....

registered AboutHandler by Apple proprietary classes

registered QuitHandler by Apple proprietary classes

registered PreferencesHandler by Apple proprietary classes

UI L&F=com.apple.laf.AquaLookAndFeel

Aqua Look and Feel for Mac OS X

sun.swing.DefaultLayoutStyle@19fe4644

System L&F=com.apple.laf.AquaLookAndFeel

Wed Apr 09 11:54:46 CDT 2025: YAAC: GUI instantiated, now setting up GUI....


 

Another couple of things for your problem:

1. If it happens again, type ctrl-\ in the Terminal window where you started YAAC. That should cause it to print out the stack traces of all the threads inside the Java virtual machine, so we can see what thread is stuck where.

2. I noted that you are a year and a half behind on your build of YAAC (you're at build 191 from November 2023, and build 209 was released this February [and 210 just this morning in April]). If you still have the problem after manually upgrading YAAC (by unzipping the YAAC distribution file over the existing installation), it will be a lot easier to determine where it is stuck using suggestion#1. I suspect you will have the problem, if it is a system library problem and not an issue in YAAC itself (although in a build that old, there probably are several issues).

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Andrew P. via groups.io <andrewemt@...>
Sent: Wednesday, April 9, 2025 7:25 PM
To: [email protected]
Subject: Re: [yaac-users] OSX Sequoia

Tim,

Is your Mac fully up-to-date? My day-job Mac was crashing a different Java desktop GUI application repeatedly until I applied the latest OS X and Xcode upgrades. Something about the newest Java 8 JRE patches was abusing an OS X system library bug.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...>
Sent: Wednesday, April 9, 2025 12:59 PM
To: [email protected]
Subject: Re: [yaac-users] OSX Sequoia

I am running an M1 Mac OSX 15.3.2 and installed it as shown for a Mac. However, my installation froze at the location shown below.

Am I missing a dependency or something to get YAAC running on this Mac.

Please let me know it would be helpful during bad weather.

Tim
KM4ESU


timhuffaker@Mac-mini Yaac % java -jar YAAC.jar

Wed Apr 09 11:54:37 CDT 2025: YAACBootstrap starting...

os.name=Mac OS X

os.version=15.3.2

os.arch=x86_64

locale=en_US

java.version=1.8.0_441

java.class.version=52.0

JVM: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.441-b07

java.class.path=YAAC.jar

Wed Apr 09 11:54:37 CDT 2025: YAACBootstrap finding installation directory....

JSSC found at /Users/timhuffaker/YAAC/lib/jssc-2.9.4.jar

Wed Apr 09 11:54:37 CDT 2025: starting YAAC....

Wed Apr 09 11:54:37 CDT 2025: YAAC initializing on Mac OS X 15.3.2 [x86_64] with Java 1.8.0_441, 8 cores, heap=5331/251392/3728384KWed Apr 09 11:54:37 CDT 2025: YAAC finding installation directory....

JSSC found at /Users/timhuffaker/YAAC/lib/jssc-2.9.4.jar

Wed Apr 09 11:54:37 CDT 2025: load cached preferences....

Wed Apr 09 11:54:37 CDT 2025: YAAC checking if upgrader needs moving....

Wed Apr 09 11:54:37 CDT 2025: YAAC loading CoreProvider....

Wed Apr 09 11:54:37 CDT 2025: CoreProvider instantiated.

activating plugin --core-- name YAAC version 1.0-beta191(13-Nov-2023)

Wed Apr 09 11:54:37 CDT 2025: YAAC loading plugins....

scanning plugin JAR file /Users/timhuffaker/YAAC/plugins/sampleplugin.jar

attempting to load provider class org.ka2ddo.yaac.SamplePluginProvider

loading plugin /Users/timhuffaker/YAAC/plugins/sampleplugin.jar name YAAC Sample Plug-in version V0.1

SamplePluginProvider(org.ka2ddo.yaac.SamplePluginProvider in [file:/Users/timhuffaker/YAAC/plugins/sampleplugin.jar],dep=[])

activating plugin SamplePluginProvider name YAAC Sample Plug-in version V0.1

2025-04-09 11:54:37.984 java[30775:2007008] +[IMKClient subclass]: chose IMKClient_Modern

2025-04-09 11:54:37.984 java[30775:2007008] +[IMKInputSession subclass]: chose IMKInputSession_Modern



Wed Apr 09 11:54:37 CDT 2025: loading core GUI class....

Wed Apr 09 11:54:37 CDT 2025: YAAC raising splash screen....

Wed Apr 09 11:54:38 CDT 2025: load beacon definitions....

Wed Apr 09 11:54:38 CDT 2025: load status definition....

Wed Apr 09 11:54:38 CDT 2025: creating SymAttr objects for 1.0.1...

Wed Apr 09 11:54:38 CDT 2025: filling in text for 1.0.1 symbols...

Wed Apr 09 11:54:38 CDT 2025: set up raw packet data model....

Wed Apr 09 11:54:38 CDT 2025: starting web server...

Wed Apr 09 11:54:38 CDT 2025: YAAC starting main GUI....

Wed Apr 09 11:54:38 CDT 2025: fixing JavaHelp linking...

Wed Apr 09 11:54:38 CDT 2025: setting up common GUI table models...

Wed Apr 09 11:54:38 CDT 2025: starting bulletin board monitor...

Wed Apr 09 11:54:38 CDT 2025: starting firstWindow=map

OpenMap(tm) Version 5.1.15

Copyright (C) BBNT Solutions LLC. All rights reserved.

See for details.



Wed Apr 09 11:54:38 CDT 2025: creating top map toolbar...

Wed Apr 09 11:54:38 CDT 2025: 1744217678759: starting to load symbol images...

1744217685804: finished loading 1.0.1 basic symbol images...

Wed Apr 09 11:54:45 CDT 2025: 1744217685805: done loading symbols.

Wed Apr 09 11:54:45 CDT 2025: adding map scale widget...

Wed Apr 09 11:54:45 CDT 2025: adding blinkenlight panel...

Wed Apr 09 11:54:45 CDT 2025: creating map footer...

Wed Apr 09 11:54:46 CDT 2025: setting up map hot-keys...

Wed Apr 09 11:54:46 CDT 2025: sizing alternate map window...

Wed Apr 09 11:54:46 CDT 2025: YAAC Macifying main menu bar....

registered AboutHandler by Apple proprietary classes

registered QuitHandler by Apple proprietary classes

registered PreferencesHandler by Apple proprietary classes

UI L&F=com.apple.laf.AquaLookAndFeel

Aqua Look and Feel for Mac OS X

sun.swing.DefaultLayoutStyle@19fe4644

System L&F=com.apple.laf.AquaLookAndFeel

Wed Apr 09 11:54:46 CDT 2025: YAAC: GUI instantiated, now setting up GUI....


 

Hi Andrew,
?
Yes, my Mac is fully up to date and I typically check updates to make sure. ?
?
?
Tim?
KM4ESU


 
Edited

Hi Andrew,
?
I downloaded the newest version from Source Forge and installed it. ?YAAC stopped at the same place as before after the update. ?I also tried ctrl-\ and I got no real results just like it was waiting on a command. Yes, it looks like a Mac problem but if you can help I would like to run it on this Mac.
?
Please let me know if there are any other commands I need to run to get this resolved.
?
Tim
KM4ESU
?
?


 

开云体育

Hi Tim,

On 12 Apr 2025, at 1:03?am, Tim Huffaker via groups.io <thuffaker@...> wrote:
I downloaded the newest version from Source Forge and installed it. ?YAAC stopped at the same place as before after the update. ?I also tried ctrl-\ and I got no real results just like it was waiting on a command. Yes, it looks like a Mac problem but if you can help I would like to run it on this Mac.

I run it on a M1 Max MBP with no issues. ?However I don’t use the ancient java 8. ?Try installing a newer Java Runtime Environment. ?I use the Bellsoft JDK at??however you should probably use the Full JRE from the dropdown on the same page.

Carl,
vk1kcm.


 

Hi Carl,
?
Thank you I installed the Full JRE from your link and it still stops at the same location. ?I do hope I can get this running. ?
?
Tim?
KM4ESU


 

开云体育

Did you hold down the Control key and type the \ (not / ) key in the specific Terminal window you used to start YAAC while YAAC was still running/frozen (not in any other window, particularly not in a frozen YAAC window)? That should have caused a spew of stack traces to be printed out in the Terminal window. If it didn't, there are bigger problems with your Java runtime installation.

FYI, I had to bring my MacBook up to Sequoia 15.4 to resolve the Java issues I was having.

Andrew, KA2DDO
author of YAAC


From:[email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...>
Sent:?Friday, April 11, 2025 11:03:37 AM
To:[email protected] <[email protected]>
Subject:?Re: [yaac-users] OSX Sequoia

[Edited Message Follows]

Hi Andrew,
?
I downloaded the newest version from Source Forge and installed it. ?YAAC stopped at the same place as before after the update. ?I also tried ctrl-\ and I got no real results just like it was waiting on a command. Yes, it looks like a Mac problem but if you can help I would like to run it on this Mac.
?
Please let me know if there are any other commands I need to run to get this resolved.
?
Tim
KM4ESU
?
?


 

Hi Andrew,
?
Mine is a Mac Mini M1 running Sequoia 15.4 and I typed the Control Key and \. ?I did this in the YAAC folder from the terminal. ?I also did when it stopped running after typing java -jar YAAC.jar . ?
?
I do hope this can be fixed?
?
Tim?
KM4ESU


 

开云体育

Did you type ctl-\ in the window where you had typed the "java -jar YAAC.jar" command and left that java command running in the shell foreground? This is a signal to the running foreground program like ctl-C is, but rather than sending a SIGTERM signal (which causes the JVM to terminate), ctl-\ sends a SIGQUIT which causes the stack dumps to be printed. It isn't the Mac desktop that handles the SIGQUIT; it's the Java command running YAAC that needs to get the SIGQUIT signal.

Andrew, KA2DDO

Powered by Cricket Wireless
Get


From: [email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...>
Sent: Friday, April 11, 2025 2:34:36 PM
To: [email protected] <[email protected]>
Subject: Re: [yaac-users] OSX Sequoia
?
Hi Andrew,
?
Mine is a Mac Mini M1 running Sequoia 15.4 and I typed the Control Key and \. ?I did this in the YAAC folder from the terminal. ?I also did when it stopped running after typing java -jar YAAC.jar . ?
?
I do hope this can be fixed?
?
Tim?
KM4ESU


 

Hi Andrew,
?
I held the CTL key and typed \ ? see below and I hope you can find out what I am doing wrong. ?
?
I typed ctrl \ in this window?
?
and in this window?