Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. One Computer Guy

    FTB Infinity Evolved 1.7 on Ubuntu 20.04.1 ARM64 - Exec format error

    I wouldn't recommend anything from CreeperHost (the apps.modpacks.ch is a domain from CreeperHost), they usually modify their scripts to match their systems. You can download the official server pack from CurseForge here: https://www.curseforge.com/minecraft/modpacks/ftb-infinity-evolved At the...
  2. One Computer Guy

    FTB Infinity Evolved 1.7 on Ubuntu 20.04.1 ARM64 - Exec format error

    Wait, I just saw the file name. That .sh file was included with the server files? Usually the start script is named ServerStart.sh that provides the following output when you execute the file for the first time: $ ./ServerStart.sh Missing required jars. Running install script! /usr/bin/wget...
  3. One Computer Guy

    FTB Infinity Evolved 1.7 on Ubuntu 20.04.1 ARM64 - Exec format error

    The issue is related to the installation of Java in Ubuntu and not to the pack itself. You can install Java separately on Ubuntu through the command line. DigitalOcean has a guide on how to install Java that it's quite complete. Evolved uses Java 8 still so the one you need to install is the...