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 installed my trial APP 2.0.0-beta2 for the first time on Windows 11 into C:\AstroPixelProcess.Ā When I try to start APP, the Java Exception is:
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: Can't load library: C:\AstroPixelProcessor\natives\windows-amd64\gluegen_rt.dll
The installation did not create a natives directory.Ā
I tried installing it to the default directory but had the same result.
gluegen_rt.dll does not exist on my file system.
I have never installed APP before.Ā How do I resolve the UnsatisfiedLinkError?Ā Thanks!
Edit by Mabula: ISSUE WAS CAUSED BY Windows CMD not working correctly which is needed to copy and load the native library for OpenGL.
Hi Stephen @sdiehl28,
That is very odd, the gluegen_rt.dll is needed for OpenGL to work. That enables graphical hardware acceleration to see your data. It is always automatically loaded by APP when APP is started.
A reason why it is not working could be that an antivirus/antimalware package on your computer is giving a false positive on this DLL preventing it from being loaded by APP. Can you check your security software logs to see if that is in fact the issue?
That DLL should always be loaded without any issues, so I strongly suspect that some other package or perhaps windows 11 is blocking it because it thinks it might not be safe when in fact it is... (thus false positive).
This installation path should have no effect on this issue as well.
Mabula
@mabula-admin Hi Mabula,
I found the problem, it was not antivirus software, but a problem with my cmd shell. No doubt APP uses the Windows cmd shell when it starts up.
My cmd shell was not working until I removed a registry string for cmd called "autorun".Ā With this string removed, my cmd shell ran fine.Ā With my cmd shell working, APP started up fine.
I look forward to learning and using Astro Pixel Processor.
Steve Diehl
@mabula-admin Hi Mabula,
I found the problem, it was not antivirus software, but a problem with my cmd shell. No doubt APP uses the Windows cmd shell when it starts up.
My cmd shell was not working until I removed a registry string for cmd called "autorun".Ā With this string removed, my cmd shell ran fine.Ā With my cmd shell working, APP started up fine.
I look forward to learning and using Astro Pixel Processor.
Steve Diehl
Hi Steve @sdiehl28,
Excellent! That is really great to hear 😉 so indeed a problem in your Operating System caused it. Weird that your CMD was not working okay, but great that you could fix it. Indeed, that process where the native lib is copied is done using a shell with the appropriate commands. Really glad that this is solved quickly and with a very good and logical explanation!
Mabula