I can't get into Minecraft on Linux Mint

Status
Not open for further replies.

Plasticooo

New Member
Jul 29, 2019
3
0
0
Hey guys.

I am running Linux Mint on my desktop computer, with Java, obviously:

Code:
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) Server VM (build 24.0-b56, mixed mode)

Also, i'm going to paste what appears in the console, in red:

http://paste.rubenrocha.me/showpaste.php?id=704

Thank you.

EDIT: I am trying to run FTB Unleashed.
 

Riuga

New Member
Jul 29, 2019
684
0
0
Smts wrong on the C++ side (/ natives)

Maybe mint isn't supported by lwjgl / [insert other C++ binder libs mc uses here]
 

Plasticooo

New Member
Jul 29, 2019
3
0
0
I fixed it, i did install lwjgl with aptitude.

Also, i did this (quoting from another forum):

For some people this is what works.

Install Latest JAVA from ubuntu.

In the lwjgl-X.X.X.zip , there should be two folders, jar and natives. For every file that you have in your .minecraft/bin and .minecraft/bin/natives that exists in that archive, replace with the newer LWJGL version.
For example, in linux you would replace the following files (the process would be similar with Windows and Mac users):
In .minecraft/bin/
jinput.jar
lwjgl.jar
lwjgl_util.jar
In .minecraft/bin/natives/
libjinput-linux.so
libjinput-linux64.so
liblwjgl.so
liblwjgl64.so
libopenal.so
libopenal64.so
The .minecraft folder's location varies by operating system.
Linux: ~/.minecraft (Go to home folder and press Control + H)

You can download lwjgl here - http://lwjgl.org/download.php

Thank you.
 
Status
Not open for further replies.