UPDATE FROM MABULA
I have had a very rough 2 months unfortunately health wise. I was struck 3x in a row with bacterial infections. The second infection occurred after a routine hospital checkup and I became very sick. I had to rest and take a lot of antibiotics. Once I was recovering and restarting work 1 month ago, I again became sick. The infection was not yet gone, so even more antibiotics and rest was needed. Needless to say, it took a lot of my energy and I needed a lot of rest.
Finally, the infection is really gone and my energy is coming back step-by-step now and I have started work again. I am terribly sorry to have kept you waiting for support. I will address all outstanding questions and e-mails step-by step and will be on the forum daily from today.
APP 2.0.0-beta47 will come soon as well, a lot of work was already completed before I became very ill, so the release is also nearly ready for you. Beta47 will be much faster actually. Many workflows will be more than 2x faster, mosaics can even be 10x faster than before because registration really received a major boost... all compared to beta46. Before I release it, I will make sure that everything is working properly and then I will release it.
Hi, the title says it all. APP installs successfully under Debian, but clicking on the menu item does nothing?
What happens if you try form the command line? Unfortunately I do not have APP installed on Linux (only on a MacBook) so I don't know the correct command. But from the command line you should hopefully get a message explaining why APP fails to start.
If it installed correctly it lives under /opt/AstroPixelProcessor
cd /opt/AstroPixelProcessor
./AstroPixelProcessor
Does that launch?
OK.this is what I get.
/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./AstroPixelProcessor)
I am upgrading now so maybe that will solve the problem.
Do you have libstdc++ 6 installed? If not - something like this?
sudo apt-get install libstdc++6
?
Nope. 🙁
Now I get this:
relocation error: ./AstroPixelProcessor: symbol _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference
It's about time I upgraded to 18 or 19, so maybe I;'l try that next...
Yes, APP is written in and runs on Java and unfortunately Java has a dependency on certain system libraries to be in certain versions. In short, upgrading to a newer version of Linux Mint probably is the only way forward.
Sorry for my delaym life got in the way. Thanks again @wvreeven ! Excellent it got resolved and good to keep in mind.