pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.69k stars 1.7k forks source link

Things i've installed (eggs) dont work #3978

Closed MrMasrozYTLIVE closed 2 years ago

MrMasrozYTLIVE commented 2 years ago

Current Behavior

Things (Mindustry, Haste-server) not starting

Expected Behavior

Mindustry and Haste-server start working

Steps to Reproduce

Download egg from Parker's repo Put it into panel Create server Start server

Panel Version

1.7

Wings Version

1.6.1

Games and/or Eggs Affected

Mindustry, Haste-server

Docker Image

quay.io/parkervcp/pterodactyl-images:debian_openjdk-11 (Mindustry), quay.io/parkervcp/pterodactyl-images:debian_nodejs-12 (Haste-server)

Error Logs

standard_init_linux.go:228: exec user process caused: exec format error
(Same on both)

Is there an existing issue for this?

Software-Noob commented 2 years ago

This is not a bug in the panel software. The egg repo is a separate project, and the images are not built to support your cpu architecture, which I assume is ARM64.

You can replace them with newer multiarch Yolks images or open an issue on the egg repo to do so.