OpenRocket Linux AppImage -- Beta testers?

The Rocketry Forum

Help Support The Rocketry Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

JoePfeiffer

OpenRocketeer
TRF Supporter
Joined
Jun 15, 2013
Messages
644
Reaction score
837
Location
Las Cruces, NM, USA
Since the default Java implementation on Linux machines has moved on past Java 8, I've created an AppImage that should allow you to keep using the current release. I'd like to invite anyone who would like to Beta test it to give it a spin by downloading from
https://www.dropbox.com/s/25we2cz0ukc4bor/OpenRocket.AppImage?dl=0
making the downloaded file executable, and running it.

Some notes:
You are welcome to unpack the AppImage with the command
OpenRocket.AppImage --appimage-extract
to verify the contents.

You must have FUSE (Filesystems in User Space) version 2 on your computer to execute this (or indeed any) AppImage. If you don't have it, you'll get an error message. If you've got a *really* old version of FUSE, you'll get a warning about some operations possibly not working; my experience to date has been that everything needed by this AppImage works.

If I've failed to include a needed library for your computer, the most common symptom is a completely silent (and therefore unhelpful) failure to execute. If you get this, please run it with
OpenRocket.AppImage -log >& logfile
and email me the resulting logfile at [email protected]

Please let me know how it goes!
 
Runs fine.

Code:
$ cat /etc/os-release
NAME="Linux Mint"
VERSION="19.1 (Tessa)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19.1"
VERSION_ID="19.1"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="https://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=tessa
UBUNTU_CODENAME=bionic
$
 
Code:
$ cat /etc/os-release
NAME="Linux Mint"
VERSION="19.3 (Tricia)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19.3"
VERSION_ID="19.3"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="https://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=tricia
UBUNTU_CODENAME=bionic
$

Just upgraded and rebuilt on a new box.
 
Back
Top