Mar 28 2026 APP 2.0.0-beta40 will be released in 7 days.
It did take a long time to have the work finished on this and it will have a major performance boost of 30-50% over 2.0.0-beta39 from calibration to integration. We extensively optimized many critical parts of APP. All has been tested to guarantee correct optimizations. Drizzle and image resampling is much faster for instance, those modules have been completely rewritten. Much less memory usage. LNC 2.0 will be released which works much better and faster than LNC in it's current state. And more, all will be added to the release notes in the coming weeks...
Update on the 2.0.0 release & the full manual
We are getting close to the 2.0.0 stable release and the full manual. The manual will soon become available on the website and also in PDF format. Both versions will be identical and once released, will start to follow the APP release cycle and thus will stay up-to-date to the latest APP version.
Once 2.0.0 is released, the price for APP will increase. Owner's license holders will not need to pay an upgrade fee to use 2.0.0, neither do Renter's license holders.
I cannot launch the new version. Also, the installer required me to install a Java platform. Is that new? I never had to do that before.
I am on Mac OS Sequoia 15.5.
Thanks.
Same here
console says this:
/Applications/AstroPixelProcessor.app/Contents/MacOS/universalJavaApplicationStub ; exit;
% /Applications/AstroPixelProcessor.app/Contents/MacOS/universalJavaApplicationStub ; exit;
Unrecognized VM option 'UseJVMCICompiler'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions... 5 completed.
Hi,
Same for me trying to run beta 37 on my MacBook Pro with M1Max processor. I installed the updated version of Java as required.
Hi @andynowlen, @nicholas64, @jhart
Thank you very much for reporting this issue.
How are you installing APP and running it? You need to run it from the Applications folder by double clicking it. Do not try to run it from the commandline with the command /Applications/AstroPixelProcessor.app/Contents/MacOS/universalJavaApplicationStub, that is not the way to run it.
I will double check on my macbooks if all works as expected in the meantime.
Mabula
Hi, same here, running Mac OS Sequoia 15.5 on Mac Studio and Beta 37 would not run after an initial complaint. Updated Java 8 runtime and installed graalvm-24 and now things seem to be working Ok.
Mike Morrison.
Hi all, thank you very much for reporting the issue. The new installer indeed is not working properly. I will try to fix it as soon as possible.
Mabula
Hi all, I am preparing a corrected installer, it will be available later today. I also have a temporary solution for you if you are comfortable with the commandline. You do not need to install Oracle GraalVM 24
Go to the commandline and cd to /Applications
cd AstroPixelProcessor.app
cd Contents/Plugins
in this directory you see the folder jre.jre
That is the error in this installer. You need to make a new directory jre
mkdir jre
cd jre.jre
cp -R Contents ../jre/.
After which Astro Pixel Processor 2.0.0-beta37 should work properly.
To run it from the commandline, go the /Applications
and execute
open -a AstroPixelProcessor.app
Running the universalApplicationStub will not work and that is intended behaviour with beta37.
I will let you know when corrected installers are available and please accept my apologies for this inconvenience.
Mabula
Hi all,
Fixed macOS installers are available now for 2.0.0-beta37 from the downloads page or use these direct links:
Astro Pixel Processor macOS Intel 64-bit
https://appreleaseserver.s3.eu-central-1.amazonaws.com/latest-release/AstroPixelProcessor-latest-release-macOS-Intel-64-bit.zip
Astro Pixel Processor macOS Apple M Silicon 64-bit
https://appreleaseserver.s3.eu-central-1.amazonaws.com/latest-release/AstroPixelProcessor-latest-release-macOS-Apple-M-Silicon-64-bit.zip
Sorry for the inconvenience. All should work properly now without the need to install a java version yourself.
Please let me know if all is okay now.
Mabula
Great Nick @nicholas64,
Thank you very much for the confirmation and again sorry for the inconvenience caused.
Mabula
Hi, I was doing a long integration so it took some time before I could test. This morning I deleted the Java 8 I installed yesterday and APP Beta 37 (version 1) and installed the new modified installer and can report that all is now well here too.
Mike Morrison.