Closed sm8ps closed 5 months ago
You're correct, but it also depends on which java version you're using.
There's a bug on Debian about exactly this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068172 and it was resolved by modifying the launch command exactly as you described.
So one solution would be for you to install Debian's package of 24.1 (I know it's normally a really bad idea to install Debian packages on Ubuntu but in this case it's fairly risk-free I believe, and it worked fine last time I tried it), or just copy Debian's launch script /usr/bin/gpsprune
.
Many thanks for your quick answer, @activityworkshop ! Good to know that the error is already taken care of. I shall adapt the launch script accordingly. Maybe this issue here can serve others facing the same issue.
When launching 3d-view, GpsPrune chokes on the following:
This happens on Ubuntu 24.04 with version 23.2 (build 408). After some research, I found that launching it from the command-line with the following Java-options does work:
Is there any better way to fix this error? Thanks for this great application!