[BDS-53] BDS does not support ARM processor arch (won't start on RPi) Created: 11/Sep/18 Updated: 23/Apr/22 Resolved: 14/Sep/18 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.6.1.0 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | ibrahemjoud | Assignee: | Unassigned |
| Resolution: | Invalid | Votes: | 2 |
| Labels: | None | ||
| Environment: |
Raspberry Pi 3 model B |
||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Description |
|
I downloaded the file, unzipped it in the downloads folder and ran it using the command on the website in the same folder. But I get this error: pi@raspberrypi:~/Downloads/mcserver1 $ sudo LD_LIBRARY_PATH=. ./bedrock_server ./bedrock_server: 1: ./bedrock_server: ELF: not found ./bedrock_server: 2: ./bedrock_server: Syntax error: ")" unexpected pi@raspberrypi:~/Downloads/mcserver1 $ LD_LIBRARY_PATH=. ./bedrock_server bash: ./bedrock_server: cannot execute binary file: Exec format error Nukkitx works without problems, however |
| Comments |
| Comment by DSCRM [ 09/May/19 ] |
|
I know that supporting ARM is not as easy as creating a new skin. Thing is, there is a huge userbase out there who would be happy to utilize their Raspberry Pies (or similar hardware) for this scenario. On the other side, Bedrock runs well as client on ARM (see Minecraft on Android) and even can work as a server. I'm not quite sure, how similar the server function in the clients is to the dedicated server. But if there is a certain amount of similarity, I think it would be not that much work to make the dedicated server run on ARM too. Just my two cents - DaScream |
| Comment by [Mod] Urielsalis [ 17/Sep/18 ] |
|
1) This is closed as invalid, as ARM is not one of the supported platforms |
| Comment by zmx [ 17/Sep/18 ] |
|
A thing to note is that both Minecraft: Java and its server counterpart both run on the Pi (albeit slowly). There's also a version of Minecraft: Pocket that is rebuilt for the Pi, showing that it has been done before. A lot of cheaper single-board computers (ideal for setting up a server for maybe a group of 5 people) use ARM, meaning hosting an always-on server would be quite a bit for some people, especially younger people. |
| Comment by BeanBoy29 [ 15/Sep/18 ] |
|
Some other bugs are not easy task, so I think this is a total valid bug, and I don't think this bug should be classified as "resolved" |
| Comment by [Mod] Urielsalis [ 15/Sep/18 ] |
|
Problem is supporting a new architecture like ARM is not a easy task(Minecraft Java edition, when java is marketed as write once run anywhere doesnt run in ARM) |
| Comment by BeanBoy29 [ 14/Sep/18 ] |
|
I don't think this is considered invalid/resolved because there is a way to fix it, and it is prohibiting players from playing the game, and on the business side of things, prohibits sales (skin packs and what not) (for example I was going to get the Star Wars new Trilogy skin pack, but I deemed it not worth of my money because the only time I could play Minecraft is when my friend was playing on our survival world, which is not often). I do not have a 64-bit computer, and the Raspberry Pi was the only logical solution for me, so I am out of luck untell this bug, or feature is fixed or added. |
| Comment by [Mod] Urielsalis [ 14/Sep/18 ] |
|
The server is for x86 processors, the RPI has a ARM processor so its not compatible |
| Comment by BeanBoy29 [ 12/Sep/18 ] |
|
I made a bug reporting account for this very issue as well. I was also not able to run the windows version on 32b win10, so I'm out of luck for server for me and my friends. |
| Comment by Maverick [ 11/Sep/18 ] |
|
The error of "Exec format error" is because the bedrock server is not currently compiled for ARM processors. |