Found it: It's a 32bit ELF and I did not had support for that installed:
Ubuntu 2025.04:
sudo dpkg --add-architecture i386 sudo apt update sudo apt install libncurses6:i386 sudo apt install libc6:i386 libstdc++6:i386
Hello
Maybe I just miss some thing, but: How do I run this game under Linux? Do I need to install some library?
The downloaded file seams to be and ELF file but when I run it I get:
`exec: Failed to execute process './MidBoss-Linux-142-bin': The file exists and is executable. Check the interpreter or linker?`
Thanks for any help!