Error Code 1 #15

Closed
opened 2021-05-27 07:28:09 +00:00 by RBX · 2 comments

I Have Error Code 1 And IN Log It Shows This standard_init_linux.go:219: exec user process caused: exec format error

I Have Error Code 1 And IN Log It Shows This standard_init_linux.go:219: exec user process caused: exec format error

Hello! That means you're running on a non-ARM computer (e.g. x86), so you need emulation. You can install QEMU and enable it in Docker using the following commands:

sudo apt-get install qemu binfmt-support qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Hello! That means you're running on a non-ARM computer (e.g. x86), so you need emulation. You can install QEMU and enable it in Docker using the following commands: ```sh sudo apt-get install qemu binfmt-support qemu-user-static docker run --rm --privileged multiarch/qemu-user-static --reset -p yes ```

This issue is completely fixed in 2.0.

This issue is completely fixed in 2.0.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: minecraft-pi-reborn/minecraft-pi-reborn#15
No description provided.