Unable to start Minecraft

Hello! I've just tried to start Minecraft recently and it can't start with the following output:

Code:
Bootstrap (v5)
Current time is Apr 24, 2024 10:36:41 PM
System.getProperty('os.name') == 'Linux'
System.getProperty('os.version') == '14.0-RELEASE'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.8.0_392'
System.getProperty('java.vendor') == 'OpenJDK BSD Porting Team'
System.getProperty('sun.arch.data.model') == '64'

Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
Got reply in: 998ms
Remote file not found.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 2/10)
Got reply in: 514ms
Remote file not found.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 3/10)
Got reply in: 392ms
Remote file not found.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 4/10)
Got reply in: 420ms
Remote file not found.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 5/10)
Got reply in: 417ms
Remote file not found.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 6/10)
Got reply in: 369ms
Remote file not found.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 7/10)
Got reply in: 392ms
Remote file not found.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 8/10)
Got reply in: 360ms
Remote file not found.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 9/10)
Got reply in: 361ms
Remote file not found.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 10/10)
Got reply in: 361ms
Remote file not found.
Unable to download remote file. Check your internet connection/proxy settings.
FATAL ERROR: net.minecraft.bootstrap.FatalBootstrapError: Unable to download while being forced
    at net.minecraft.bootstrap.Bootstrap.execute(Bootstrap.java:95)
    at net.minecraft.bootstrap.Bootstrap.main(Bootstrap.java:381)


Please fix the error and restart.

Did anyone face the same problem? I installed it via pkg install minecraft-client, so I thought it should work out of the box. And the version installed from ports has the same problem. Seems like someone just dropped maintaining this port and removed the necessary file that was located at s3.amazonaws.com.
 
Seems like someone just dropped maintaining this port and removed the necessary file that was located at s3.amazonaws.com.
It wasn't the port maintainer that provided the bucket on amazon.

Apparently this is an old client that doesn't work any more with current Minecraft server versions. You might want to try games/multimc instead.

 
Unfortunately, the solution proposed by SirDice is also outdated. Currently, there is no way to run natively recent Minecraft on FreeBSD. You can do it only via Linuxulator or Wine. The second way works very well.

To have a native version, we need a new client. Multimc perhaps will not be updated due to changed license in newer versions, which forbids redistribution.
 
I can play Minecraft on FreeBSD with Prism Launcher. This github repository has prism launcher port, it also has lwjgl3 port which is required for Minecraft 1.20.x versions.
 

Attachments

  • 2024-04-25-120654_1366x768_scrot.png
    2024-04-25-120654_1366x768_scrot.png
    537.2 KB · Views: 20
  • 2024-04-25-120612_1366x768_scrot.png
    2024-04-25-120612_1366x768_scrot.png
    54.8 KB · Views: 22
I can play Minecraft on FreeBSD with Prism Launcher. This github repository has prism launcher port, it also has lwjgl3 port which is required for Minecraft 1.20.x versions.
Thank you for the correction. :) I was trying some time ago Prism, but it didn't work for me. I had issues with using the system version of LWJGL. As far I remember, games/lwjgl3 should work with the recent Minecraft versions.
 
You're welcome. :) Yes, it should work now but the lwjgl3 in ports tree need graphics/glfw to be compiled with option PREEDIT on.
 
Back
Top