sourcebox / sysex-drop

Cross-platform utility for dumping sysex files via drag-and-drop
MIT License
12 stars 2 forks source link

AppImage cannot run on Ubuntu bionic #1

Closed probonopd closed 3 years ago

probonopd commented 3 years ago

This was built on a too new system and hence cannot run on all still-supported Ubuntu releases:

AppRun: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found

Reference: https://github.com/AppImage/appimage.github.io/pull/2654

sourcebox commented 3 years ago

@probonopd Please have a look at the 0.1.0-beta2 release. It was build via GitHub CI using the ubuntu-18.04 image.

probonopd commented 3 years ago

Thank you very much @sourcebox. It starts to run now (but the automated test cannot take a screenshot, which may well be caused by the fact that the server running the test script is headless). Optimistic that it will run just fine on a real machine now. Thanks!