You are not logged in.
Pages: 1
Hi guys,
I'm trying to launch Minecraft on my Slitaz 4.0 with java but got following error:
[c]Current time is Oct 15, 2015 8:29:33 PM
System.getProperty('os.name') == 'Linux'
System.getProperty('os.version') == '2.6.37-slitaz'
System.getProperty('os.arch') == 'i386'
System.getProperty('java.version') == '1.6.0_20'
System.getProperty('java.vendor') == 'Sun Microsystems Inc.'
System.getProperty('sun.arch.data.model') == '32'
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 2/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 3/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 4/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 5/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 6/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 7/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 8/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 9/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 10/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
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)[/c]
what could be wrong? Any idea?
Offline
Is that because that your versions of Java and Staliz are too old?
Offline
The ssl handshake for https connection to fetch launcher.pack.lzma fails on your system.
tux@slitaz:~/Downloads$ java -jar Minecraft.jar
Bootstrap (v5)
Current time is Oct 16, 2015 1:14:48 AM
System.getProperty('os.name') == 'Linux'
System.getProperty('os.version') == '2.6.37-slitaz'
System.getProperty('os.arch') == 'i386'
System.getProperty('java.version') == '1.6.0_17'
System.getProperty('java.vendor') == 'Sun Microsystems Inc.'
System.getProperty('sun.arch.data.model') == '32'
Looking for update
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
Got reply in: 833ms
No update found.
Reversing LZMA on /home/tux/.minecraft/launcher.pack.lzma to /home/tux/.minecraft/launcher.pack
Unpacking /home/tux/.minecraft/launcher.pack to /home/tux/.minecraft/launcher.jar
Cleaning up /home/tux/.minecraft/launcher.pack
Starting launcher.
[01:14:55 INFO]: Minecraft Launcher 1.6.44 (through bootstrap 5) started on linux...
[01:14:55 INFO]: Current time is Oct 16, 2015 1:14:55 AM
[01:14:55 INFO]: System.getProperty('os.name') == 'Linux'
[01:14:55 INFO]: System.getProperty('os.version') == '2.6.37-slitaz'
[01:14:55 INFO]: System.getProperty('os.arch') == 'i386'
[01:14:55 INFO]: System.getProperty('java.version') == '1.6.0_17'
[01:14:55 INFO]: System.getProperty('java.vendor') == 'Sun Microsystems Inc.'
[01:14:55 INFO]: System.getProperty('sun.arch.data.model') == '32'
[01:14:55 INFO]: proxy == DIRECT
[01:14:55 INFO]: Refreshing local version list...
[01:14:55 INFO]: Refreshing remote version list...
[01:14:56 INFO]: Refresh complete.
[01:14:56 INFO]: Loaded 1 profile(s); selected '(Default)'
[attachment=39383,2029]
Online
Mojo, on time and precise as an Atomic clock, as usual.
Can you also friendly explain to a humble slitaz user how to perform:
[c]Reversing LZMA on /home/tux/.minecraft/launcher.pack.lzma to /home/tux/.minecraft/launcher.pack
Unpacking /home/tux/.minecraft/launcher.pack to /home/tux/.minecraft/launcher.jar
Cleaning up /home/tux/.minecraft/launcher.pack[/c]
sorry for this stupid question. I know it's stupid indeed
Thanks
Offline
.. and any chance to overcome this problem easily?
Offline
The only command required by the user:
[c]java -jar Minecraft.jar[/c]
Java-jre downloads using information inside Minecraft.jar then converts lzma->pack->jar and runs the jar.
Maybe your java-jre install is broken,remove and re-install.
This is the newest version I have packaged.
http://www.mediafire.com/download/dq0vud4can990em/java8-jre-8u40.tazpkg
Online
it worked of course and launcher started as shown on your attachment. Game then crashed somehow but it has nothing to do with it I guess. Most probably it's a ram capacity problem cause I'm testing it on a paleolithic pc
Offline
I've unfortunately installed minecraft on different linux distros using this guide: http://askubuntu.com/questions/225432/how-to-install-minecraft-client
it's pretty universal. just follow the steps and it should work if your pc can run it.
Offline
Have you tried Minetest instead?
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]