SliTaz SliTaz Forum

You are not logged in.

#1 2015-10-15 18:40:12

tiziano
Member
Registered: 2014-09-09
Posts: 92

Minecraft on Slitaz 4.0

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

#2 2015-10-16 04:57:54

ijustknow
Member
Registered: 2015-10-16
Posts: 3

Re: Minecraft on Slitaz 4.0

Is that because that your versions of Java and Staliz are too old?

Offline

#3 2015-10-16 06:38:58

mojo
Administrator
Registered: 2011-03-29
Posts: 2,173

Re: Minecraft on Slitaz 4.0

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

#4 2015-10-16 15:32:56

tiziano
Member
Registered: 2014-09-09
Posts: 92

Re: Minecraft on Slitaz 4.0

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

#5 2015-10-16 15:44:18

tiziano
Member
Registered: 2014-09-09
Posts: 92

Re: Minecraft on Slitaz 4.0

.. and any chance to overcome this problem easily?

Offline

#6 2015-10-16 16:45:25

mojo
Administrator
Registered: 2011-03-29
Posts: 2,173

Re: Minecraft on Slitaz 4.0

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

#7 2015-10-18 09:21:29

tiziano
Member
Registered: 2014-09-09
Posts: 92

Re: Minecraft on Slitaz 4.0

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

#8 2015-10-21 04:23:58

dussehra
Member
Registered: 2015-10-21
Posts: 5

Re: Minecraft on Slitaz 4.0

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

#9 2017-07-13 20:15:20

LienRag
Member
Registered: 2012-06-01
Posts: 61

Re: Minecraft on Slitaz 4.0

Have you tried Minetest instead?

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]