20 January 2021: Soon to be released APP 1.083-beta2 : improved comet registration, updated tools, new Star Reducer Tool and more...
16 November 2020 - Wouter van Reeven has officially joined the Astro Pixel Processor Team as a moderator on our forum, welcome Wouter 🙂 !
31 July 2020 - Comet Registration video tutorial using APP 1.083-beta1 released.
30 July 2020 - APP 1.083-beta1 has been released introducing Comet processing! This 1st beta has comet registration. The stable release will also include special comet integration modes.
Hello Mabula, I don't know if it helps but there is a new version. Mesa 20 this is a developer version( https://www.mesa3d.org/relnotes/20.0.0.html ), which can be integrated into Ubuntu based Linux OS via PPA. For example ( https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa )
In the link is an installation guide and description.
Hello Mabula, today I installed APP 1.077 on my old PC with AMD HD6870 graphics card with current Ubuntu. APP doesn't start, not even with the developer version of Mesa 20. When I start APP from the command line I get the same messages as Pekdar.
With kind regards
Hi @minusman,
Thanks, so that confirms that using Mesa 20 is no solution, the bug is still there.
You will need to use the Linux versions without OpenGL, there is a unresolved fatal bug between the OpenGL Library and Mesa drivers on AMD/ATI graphics chips. The bug has been reported upstream to the OpenGL library developers.
Download 1.077.6 for Linux without OpenGL, that should start without problems.
https://www.astropixelprocessor.com/community/appreleases/downloads/
Mabula
Hi @minusman,
I've installed Mesa 20 yesterday and I have the same result, bug is still there. We need to wait patiently for bugfix. You can follow thread on bugzilla with jogl, the link you can find in few posts earlier as you know 😉
Hi pekdar @pekdar & @minusman,
Maybe the OpenGL library developers have a solution to the Linux OpenGL(3) mesa bug.
I can now build a test version with a possible solution and full debugging enabled for the both of you which could help us more. Are you willing to try this solution and report back to me? If yes, I will build it tomorrow and send the both of you download links to test it.
You can follow the bug here:
https://jogamp.org/bugzilla/show_bug.cgi?id=1426
Kind regards,
Mabula
Hello Mabula, I'd like to try it sometime.
Thank you very much.
Please try this first:
download this file: jogamp-fat.jar to your linux machine:
https://apastropixelprocessordl.s3.eu-central-1.amazonaws.com/jogamp-fat.jar
Open a terminal/console:
make sure java is installed on your linux machine:
execute java -version, should give something like this:
mabula@LinuxMintVirt:/opt/AstroPixelProcessor$ java -version
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
If java is not installed, simply install the default java for your distribution, the java version is not relevant at this moment.
Now go to the folder where you downloaded the jogamp-fat.jar file and execute this:
java -Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all -Djogamp.debug=all -jar jogamp-fat.jar 2> debug_logs_[your-name].txt
mabula@LinuxMintVirt:~/Downloads$ ls -ltr
total 249904
-rw-rw-r-- 1 mabula mabula 194042837 Mar 9 2019 jdk-8u202-linux-x64.tar.gz
-rw-rw-r-- 1 mabula mabula 50131921 Mar 9 2019 eclipse-inst-linux64.tar.gz
drwxrwsr-x 7 mabula mabula 4096 Mar 9 2019 eclipse-installer
-rw-rw-r-- 1 mabula mabula 11712967 May 27 12:31 jogamp-fat.jar
mabula@LinuxMintVirt:~/Downloads$ java -Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all -Djogamp.debug=all -jar jogamp-fat.jar 2> debug_logs_mabula.txt
X11Util.initSingleton()
mabula@LinuxMintVirt:~/Downloads$ ls -ltr
total 251388
-rw-rw-r-- 1 mabula mabula 194042837 Mar 9 2019 jdk-8u202-linux-x64.tar.gz
-rw-rw-r-- 1 mabula mabula 50131921 Mar 9 2019 eclipse-inst-linux64.tar.gz
drwxrwsr-x 7 mabula mabula 4096 Mar 9 2019 eclipse-installer
-rw-rw-r-- 1 mabula mabula 11712967 May 27 12:31 jogamp-fat.jar
-rw-r--r-- 1 mabula mabula 1516982 May 27 12:34 debug_logs_mabula.txt
mabula@LinuxMintVirt:~/Downloads$
The command will output a large text file with debugging information that hopefully gives the answers that we need to solve this. In my case, the txt file is the file: debug_logs_mabula.txt
Please send your debug file to me as an email attachment and I will make sure that the OpenGL library developers will receive it a.s.a.p.. Please send it to : support@astropixelprocessor.com
Thank you in advance 😉 let's solve this !
Mabula
Done!
Mail has been sent.
Thanks a lot @pekdar,
Have already sent it to the OpenGL library developer 😉
Mabula
Hello Mabula, I can only send you the results in two days. I'm still away on business.
As soon as I am at home, I will execute the debug file and send you the result.
With kind regards
Thanks, I'm sure he'll be using it. 😉
Hello Manuela, I sent the debug file.
Hi @minusman,
I have received it 😉 thanks a lot.
I have sent it forward to the OpenGL library developer.
Hopefully, this will solve the issue.
Mabula
Please download this patched jar file that might have solved the problem :
https://apastropixelprocessordl.s3.eu-central-1.amazonaws.com/jogamp-fat.jar
And execute the same command again on the jar file for debugging:
Now go to the folder where you downloaded the jogamp-fat.jar file and execute this:
java -Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all -Djogamp.debug=all -jar jogamp-fat.jar 2> debug_logs_[your-name].txt
And...., please send your debug file to me as an email attachment and I will make sure that the OpenGL library developers will receive it a.s.a.p.. Please send it to : support@astropixelprocessor.com
From this debug file, the OpenGL library developers will now if the problem has been fixed or not on your systems.
Thanks in advance 😉
Mabula
Thanks guys!
We are getting there 😉 but we are not there yet...
Please download this further adjusted jar with even more debug logs so we can solve this and understand fully what is happening:
https://apastropixelprocessordl.s3.eu-central-1.amazonaws.com/jogamp-fat.jar
And execute the same command again on the jar file for debugging:
Now go to the folder where you downloaded the jogamp-fat.jar file and execute this:
java -Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all -Djogamp.debug=all -jar jogamp-fat.jar 2> debug_logs_[your-name].txt
And...., please send your debug file to me as an email attachment and I will make sure that the OpenGL library developers will receive it a.s.a.p.. Please send it to : support@astropixelprocessor.com
The OpenGL library developer is definitely getting to the bottom of this now so I think we are nearly there ;-)... thank you both for your cooperation, from me and from the OpenGl lib developer 😉
Mabula