ac2cz / FoxTelem

AMSAT Fox-1 Telemetry Decoder
GNU General Public License v3.0
52 stars 17 forks source link

FoxTelem hangs on Odroid N2 when starting application #623

Open vdleun opened 4 years ago

vdleun commented 4 years ago

When starting FoxTelem on an Odroid N2 running Armbian Buster (=Debian Buster for single board computers), it hangs at 83% loading application.

FoxTelem-init-error

Java was installed by running 'apt install default-jre': $ java --version openjdk 11.0.6 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10-post-Debian-1deb10u1) OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Debian-1deb10u1, mixed mode)

When running FT for the first time, it's possible to configure the software. Following that, when starting the RTL-SDR receive option, the following error occurs:

FoxTelem-usb4java-error

Please let me know if more information is required.

vdleun commented 4 years ago

Installed version is 1.08z, btw.

ac2cz commented 4 years ago

Hi @vdleun it looks like the usb4java library does not work on your platform. I think three are 2 or 3 builds of the library shipped with FoxTelem for different types of Linux, but I don't know if your platform is supported. That would be my guess.

It might also be a Java 11 error, I don't know if it runs on Java 11 or not.

ac2cz commented 4 years ago

Hi @vdleun it looks like the usb4java library does not work on your platform. I think three are 2 or 3 builds of the library shipped with FoxTelem for different types of Linux, but I don't know if your platform is supported. That would be my guess.

It might also be a Java 11 error, I don't know if it runs on Java 11 or not.

ac2cz commented 2 years ago

I'm unlikely to support this but I will move it to a low priority enhancement so it is still logged if others search for it.