BrettMayson / HEMTT

Build System for Arma 3
http://hemtt.dev/
GNU General Public License v2.0
113 stars 40 forks source link

Can't execute 0.7.6 executable on Linux (Ubuntu/Debian) #341

Closed CreepPork closed 1 year ago

CreepPork commented 4 years ago

HEMTT Version: 0.7.6 stable Project: N/A

Description:

creeppork@Debian-Hetzner:~/beacon$ ./hemtt help
-bash: ./hemtt: cannot execute binary file: Exec format error

Steps to reproduce:

Additional information:

This only happens with the 0.7.6 binary of GitHub releases. And on Ubuntu and a Debian distro.

HEMTT Output:

N/A

severgun commented 4 years ago

Because there is no 0.7.6 linux binary. One in release section is for MacOS. You need to build it manually with cargo build --release but I don't recommend. It seems broken.

Freddo3000 commented 3 years ago

Has the Linux version been abandoned?

severgun commented 3 years ago

whole project seems dead

BrettMayson commented 3 years ago

Work is mainly focused on the experiment branch, the main branch is just focused on essential maintenance.

BrettMayson commented 3 years ago

Mac, Windows, and Linux versions can all be taken from the latest build https://github.com/BrettMayson/HEMTT/runs/1788824037