A small, affordable computer with free resources to help people learn, make things, and have fun
https://forums.raspberrypi.com/
Code: Select all
Java HotSpot(TM) Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
[18:51:10] [Client thread/INFO]: Setting user: Wildern
[18:51:10] [Client thread/INFO]: (Session ID is <censored>)
[18:51:15] [Client thread/INFO]: LWJGL Version: 2.9.4
[18:51:16] [Client thread/INFO]: Reloading ResourceManager: Default
If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's.
[18:51:16] [Client thread/ERROR]: Couldn't initialize twitch stream
[18:51:16] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:51:16] [Thread-6/INFO]: Initializing LWJGL OpenAL
[18:51:16] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
AL lib: (EE) oss_open_playback: Could not open /dev/dsp: No such file or directory
[18:51:16] [Thread-6/INFO]: OpenAL initialized.
[18:51:17] [Sound Library Loader/INFO]: Sound engine started
[18:51:23] [Client thread/INFO]: Created: 512x512 textures-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x6c4341d4, pid=29111, tid=0xb6029460
#
# JRE version: Java(TM) SE Runtime Environment (8.0_251-b08) (build 1.8.0_251-b08)
# Java VM: Java HotSpot(TM) Server VM (25.251-b08 mixed mode linux-arm )
# Problematic frame:
# C [vc4_dri.so+0x8ee1d4] v3d_write_uniforms+0x668
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/pi/.minecraft/hs_err_pid29111.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#Yep, no effect. Tried export LD_BIND_NOW=1 to, still no effect. I've reinstalled java 8 multiple times. I double checked to see if the java version was java 8 not java 11. Is this a common bug? Or an unexplainable one-off?
Have you tried the new 1.17 release, yet? They require the v16 JDK and I'm having issues with lwjgl, again. I don't know if it matters, but I'm running Raspberry Pi OS 64-bit and 3x RPi 4 w/ 8GB RAM.rpiMike wrote: ↑Wed Sep 02, 2020 6:11 pmHow to setup any version of Minecraft (java) on Raspberry Pi4 using the official launcher
Edit 9/11/2020: Download files moved from dropbox to github
Thanks to HenriZ for his launcher tips.
Please note :
Do this at your own risk.
If you have any doubts use a spare SD card.
I'm using the official 5.1V 3.0A power supply, with the Pi4 4GB in an open sided case with small fan (currently off).
Should work on 2GB,4GB,8GB Pi4 and Pi400.
I do not advise trying to run this over VNC.
Please make sure you are using your own valid Minecraft account.
This tutorial should work on Raspberry Pi OS 32bit and 64bit(beta)
Video: Official launcher and MC 1.6.2 with Optifine - https://youtu.be/Qux-pIelY44
Code: Select all
IMPLEMENTOR="Oracle Corporation"
JAVA_VERSION="16.0.1"
JAVA_VERSION_DATE="2021-04-20"
LIBC="gnu"
MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.incubator.foreign jdk.incubator.vector jdk.internal.le jdk.internal.opt jdk.jartool jdk.javadoc jdk.jcmd jdk.management jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jpackage jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.nio.mapmode jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom jdk.zipfs"
OS_ARCH="aarch64"
OS_NAME="Linux"
SOURCE=".:git:77cbd1b0c76e open:git:ba7c640201ba"
Code: Select all
export MESA_GL_VERSION_OVERRIDE=4.5
Code: Select all
java -jar launcher.jarWhere was that first part typed?billybangleballs wrote: ↑Sun Jun 13, 2021 4:33 pmI got 1.17 to run after a day of trying.
I changed the java version toand typedCode: Select all
IMPLEMENTOR="Oracle Corporation" JAVA_VERSION="16.0.1" JAVA_VERSION_DATE="2021-04-20" LIBC="gnu" MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.incubator.foreign jdk.incubator.vector jdk.internal.le jdk.internal.opt jdk.jartool jdk.javadoc jdk.jcmd jdk.management jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jpackage jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.nio.mapmode jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom jdk.zipfs" OS_ARCH="aarch64" OS_NAME="Linux" SOURCE=".:git:77cbd1b0c76e open:git:ba7c640201ba"before runningCode: Select all
export MESA_GL_VERSION_OVERRIDE=4.5and it ran.Code: Select all
java -jar launcher.jar
No one was more amazed than me, and it was blind luck rather than any skill on my part.
I've omitted all the failed attempts, as they didn't work ;)
Everything else was as rpiMike wrote on page one of this topic.
Hope it helps someone to get going again.
Just to be clear, I'm using an 8gb pi4 with the 64bit beta OS but I'm fairly sure it will work in 32bit with the right java upgrade.
Into the terminal session.mtylerb wrote: ↑Sun Jun 13, 2021 4:39 pmWhere was that first part typed?billybangleballs wrote: ↑Sun Jun 13, 2021 4:33 pmI got 1.17 to run after a day of trying.
I changed the java version toand typedCode: Select all
IMPLEMENTOR="Oracle Corporation" JAVA_VERSION="16.0.1" JAVA_VERSION_DATE="2021-04-20" LIBC="gnu" MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.incubator.foreign jdk.incubator.vector jdk.internal.le jdk.internal.opt jdk.jartool jdk.javadoc jdk.jcmd jdk.management jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jpackage jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.nio.mapmode jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom jdk.zipfs" OS_ARCH="aarch64" OS_NAME="Linux" SOURCE=".:git:77cbd1b0c76e open:git:ba7c640201ba"before runningCode: Select all
export MESA_GL_VERSION_OVERRIDE=4.5and it ran.Code: Select all
java -jar launcher.jar
No one was more amazed than me, and it was blind luck rather than any skill on my part.
I've omitted all the failed attempts, as they didn't work ;)
Everything else was as rpiMike wrote on page one of this topic.
Hope it helps someone to get going again.
Just to be clear, I'm using an 8gb pi4 with the 64bit beta OS but I'm fairly sure it will work in 32bit with the right java upgrade.
Code: Select all
export MESA_GL_VERSION_OVERRIDE=4.5
java -jar launcher.jar
Minecraft, as of 1.17, uses Java v16. Please read the last few comments as that's what we were discussing.orgone wrote: ↑Thu Jun 17, 2021 9:42 pmHi every body
When i try to launch 1.17 i have this error
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/minecraft/client/main/Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Do you know how i can resolve this problem ?
Thanks a lot
i know it and i have made a video on how to install minecraft 1.17 on a raspberry pi https://youtu.be/s7jtzFZD-zwmtylerb wrote: ↑Sun Jun 13, 2021 4:39 pmWhere was that first part typed?billybangleballs wrote: ↑Sun Jun 13, 2021 4:33 pmI got 1.17 to run after a day of trying.
I changed the java version toand typedCode: Select all
IMPLEMENTOR="Oracle Corporation" JAVA_VERSION="16.0.1" JAVA_VERSION_DATE="2021-04-20" LIBC="gnu" MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.incubator.foreign jdk.incubator.vector jdk.internal.le jdk.internal.opt jdk.jartool jdk.javadoc jdk.jcmd jdk.management jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jpackage jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.nio.mapmode jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom jdk.zipfs" OS_ARCH="aarch64" OS_NAME="Linux" SOURCE=".:git:77cbd1b0c76e open:git:ba7c640201ba"before runningCode: Select all
export MESA_GL_VERSION_OVERRIDE=4.5and it ran.Code: Select all
java -jar launcher.jar
No one was more amazed than me, and it was blind luck rather than any skill on my part.
I've omitted all the failed attempts, as they didn't work ;)
Everything else was as rpiMike wrote on page one of this topic.
Hope it helps someone to get going again.
Just to be clear, I'm using an 8gb pi4 with the 64bit beta OS but I'm fairly sure it will work in 32bit with the right java upgrade.
I gotta admit, i'm a bit stymied here.. i've just purchased a new Pi4B 8GB, and installed the 64bit Beta OS, and i'm utterly failing at installing Java 16.billybangleballs wrote: ↑Sun Jun 13, 2021 5:41 pmInto the terminal session.mtylerb wrote: ↑Sun Jun 13, 2021 4:39 pmWhere was that first part typed?billybangleballs wrote: ↑Sun Jun 13, 2021 4:33 pmI got 1.17 to run after a day of trying.
I changed the java version toand typedCode: Select all
IMPLEMENTOR="Oracle Corporation" JAVA_VERSION="16.0.1" JAVA_VERSION_DATE="2021-04-20" LIBC="gnu" MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.incubator.foreign jdk.incubator.vector jdk.internal.le jdk.internal.opt jdk.jartool jdk.javadoc jdk.jcmd jdk.management jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jpackage jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.nio.mapmode jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom jdk.zipfs" OS_ARCH="aarch64" OS_NAME="Linux" SOURCE=".:git:77cbd1b0c76e open:git:ba7c640201ba"before runningCode: Select all
export MESA_GL_VERSION_OVERRIDE=4.5and it ran.Code: Select all
java -jar launcher.jar
No one was more amazed than me, and it was blind luck rather than any skill on my part.
I've omitted all the failed attempts, as they didn't work ;)
Everything else was as rpiMike wrote on page one of this topic.
Hope it helps someone to get going again.
Just to be clear, I'm using an 8gb pi4 with the 64bit beta OS but I'm fairly sure it will work in 32bit with the right java upgrade.
Install java 16. from https://www.oracle.com/java/technologie ... loads.html
and then in a terminal, cd to the directory your launcher is in and typeOnce it's been run for the first time, then you can install optifine, and get a reasonable framerate.Code: Select all
export MESA_GL_VERSION_OVERRIDE=4.5 java -jar launcher.jar
We never actually installed it. Just unpacked it and directed Minecraft to its directory in the launcher.dufustallon wrote: ↑Fri Jun 18, 2021 10:58 pmI gotta admit, i'm a bit stymied here.. i've just purchased a new Pi4B 8GB, and installed the 64bit Beta OS, and i'm utterly failing at installing Java 16.billybangleballs wrote: ↑Sun Jun 13, 2021 5:41 pmInto the terminal session.
Install java 16. from https://www.oracle.com/java/technologie ... loads.html
and then in a terminal, cd to the directory your launcher is in and typeOnce it's been run for the first time, then you can install optifine, and get a reasonable framerate.Code: Select all
export MESA_GL_VERSION_OVERRIDE=4.5 java -jar launcher.jar
i've downloaded the "jdk-16.0.1_linux-aarch64_bin.rpm" and tried to install w/ Alien, (using sudo and -d -c) and get told jdk-'16.0.1_linux-aarch64_bin.rpm is for architecture aarch64 ; the package cannot be built on this system'
uname -m returns aarch64
i've d/l'd the tarball but there is no install, so i dont know what to do with the files to "make java work" LOL
i'm guessing that there were some missing steps that were needed in your 'previous attempts' which laid the groundwork for your eventual success. :)
Care to bring us along?
You'll need a new license for Java Edition. Can't access JE worlds with Android version. I have all Mojang accounts and they work fine. Just make sure you select either Mojang or Microsoft account applicable to your situation when logging in.abishur wrote: ↑Sun Jun 20, 2021 4:53 amI'm setting up a raspberry pi 4 I wasn't using for my son as a reward for doing a summer reading program. I'd like to put the full version of minecraft on it and stumbled on to this tread. He currently has a minecraft account on an apple device and an android device. I'm assuming I'm going to have to get yet another license for it for the pi. Just to make sure, I need to get the java edition license (https://www.minecraft.net/en-us/store/m ... va-edition), correct? Also, I saw people talking about launcher issues with the new Microsoft accounts, is that still an issue? Once I get the license will I be in limbo until (if) a new launcher is made?
Have you tried with an ms account? From what I've been reading at the start of this year you couldn't make a Mojang account anymore and I heard that the launcher on the pi doesn't let you login with an ms account. Is that information outdated?
I haven't tried. Sorry not much help there.
Code: Select all
---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 7/2/21, 9:13 AM
Description: Initializing game
java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl_tinyfd32.so
at org.lwjgl.system.Library.loadSystem(Library.java:147)
at org.lwjgl.util.tinyfd.TinyFileDialogs.<clinit>(TinyFileDialogs.java:37)
at dpq.b(SourceFile:217)
at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36)
at org.lwjgl.system.JNI.invokePPPP(Native Method)
at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1714)
at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1897)
at dpq.<init>(SourceFile:92)
at enw.a(SourceFile:21)
at dvo.<init>(SourceFile:483)
at net.minecraft.client.main.Main.main(SourceFile:179)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at org.lwjgl.system.Library.loadSystem(Library.java:147)
at org.lwjgl.util.tinyfd.TinyFileDialogs.<clinit>(TinyFileDialogs.java:37)
at dpq.b(SourceFile:217)
at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36)
at org.lwjgl.system.JNI.invokePPPP(Native Method)
at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1714)
at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1897)
at dpq.<init>(SourceFile:92)
at enw.a(SourceFile:21)
at dvo.<init>(SourceFile:483)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:179)
-- System Details --
Details:
Minecraft Version: 1.17
Minecraft Version ID: 1.17
Operating System: Linux (arm) version 5.4.79-v7l+
Java Version: 16.0.1, AdoptOpenJDK
Java VM Version: OpenJDK Server VM (mixed mode), AdoptOpenJDK
Memory: 120109568 bytes (114 MiB) / 372244480 bytes (355 MiB) up to 1073741824 bytes (1024 MiB)
CPUs: 4
Processor Vendor: armv7l
Processor Name: ARMv7 Processor rev 3 (v7l)
Identifier: armv7l Family 7 Model 0xd08 Stepping r0x0p3
Microarchitecture: unknown
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 1
Number of logical CPUs: 4
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 2013.96
Virtual memory used (MB): 1486.03
Swap memory total (MB): 100.00
Swap memory used (MB): 0.00
JVM Flags: 1 total; -Xmx1G
Launched Version: 1.17
Backend library: LWJGL version 3.2.2 build 10
Backend API: NO CONTEXT
Window size: <not initialized>
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages: <disabled>
Using VBOs: Yes
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
CPU: <unknown>Looks like you're missing the LWJGL TinyFD library.darowuk wrote: ↑Fri Jul 02, 2021 8:18 amHi, have run into a few problems, I have updated to Java v16 and tried to run Minecraft 1.17, it ran once okay but since then it has been coming up with this error message, please can anybody help? Thanks
Code: Select all
---- Minecraft Crash Report ---- // I let you down. Sorry :( Time: 7/2/21, 9:13 AM Description: Initializing game java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl_tinyfd32.so at org.lwjgl.system.Library.loadSystem(Library.java:147) at org.lwjgl.util.tinyfd.TinyFileDialogs.<clinit>(TinyFileDialogs.java:37) at dpq.b(SourceFile:217) at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36) at org.lwjgl.system.JNI.invokePPPP(Native Method) at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1714) at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1897) at dpq.<init>(SourceFile:92) at enw.a(SourceFile:21) at dvo.<init>(SourceFile:483) at net.minecraft.client.main.Main.main(SourceFile:179) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at org.lwjgl.system.Library.loadSystem(Library.java:147) at org.lwjgl.util.tinyfd.TinyFileDialogs.<clinit>(TinyFileDialogs.java:37) at dpq.b(SourceFile:217) at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36) at org.lwjgl.system.JNI.invokePPPP(Native Method) at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1714) at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1897) at dpq.<init>(SourceFile:92) at enw.a(SourceFile:21) at dvo.<init>(SourceFile:483) -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:179) -- System Details -- Details: Minecraft Version: 1.17 Minecraft Version ID: 1.17 Operating System: Linux (arm) version 5.4.79-v7l+ Java Version: 16.0.1, AdoptOpenJDK Java VM Version: OpenJDK Server VM (mixed mode), AdoptOpenJDK Memory: 120109568 bytes (114 MiB) / 372244480 bytes (355 MiB) up to 1073741824 bytes (1024 MiB) CPUs: 4 Processor Vendor: armv7l Processor Name: ARMv7 Processor rev 3 (v7l) Identifier: armv7l Family 7 Model 0xd08 Stepping r0x0p3 Microarchitecture: unknown Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 1 Number of logical CPUs: 4 Graphics card #0 name: unknown Graphics card #0 vendor: unknown Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: unknown Virtual memory max (MB): 2013.96 Virtual memory used (MB): 1486.03 Swap memory total (MB): 100.00 Swap memory used (MB): 0.00 JVM Flags: 1 total; -Xmx1G Launched Version: 1.17 Backend library: LWJGL version 3.2.2 build 10 Backend API: NO CONTEXT Window size: <not initialized> GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: <disabled> Using VBOs: Yes Is Modded: Probably not. Jar signature remains and client brand is untouched. Type: Client (map_client.txt) CPU: <unknown>
mtylerb wrote: ↑Fri Jul 02, 2021 2:26 pmLooks like you're missing the LWJGL TinyFD library.darowuk wrote: ↑Fri Jul 02, 2021 8:18 amHi, have run into a few problems, I have updated to Java v16 and tried to run Minecraft 1.17, it ran once okay but since then it has been coming up with this error message, please can anybody help? Thanks
Code: Select all
---- Minecraft Crash Report ---- // I let you down. Sorry :( Time: 7/2/21, 9:13 AM Description: Initializing game java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl_tinyfd32.so at org.lwjgl.system.Library.loadSystem(Library.java:147) at org.lwjgl.util.tinyfd.TinyFileDialogs.<clinit>(TinyFileDialogs.java:37) at dpq.b(SourceFile:217) at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36) at org.lwjgl.system.JNI.invokePPPP(Native Method) at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1714) at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1897) at dpq.<init>(SourceFile:92) at enw.a(SourceFile:21) at dvo.<init>(SourceFile:483) at net.minecraft.client.main.Main.main(SourceFile:179) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at org.lwjgl.system.Library.loadSystem(Library.java:147) at org.lwjgl.util.tinyfd.TinyFileDialogs.<clinit>(TinyFileDialogs.java:37) at dpq.b(SourceFile:217) at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36) at org.lwjgl.system.JNI.invokePPPP(Native Method) at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1714) at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1897) at dpq.<init>(SourceFile:92) at enw.a(SourceFile:21) at dvo.<init>(SourceFile:483) -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:179) -- System Details -- Details: Minecraft Version: 1.17 Minecraft Version ID: 1.17 Operating System: Linux (arm) version 5.4.79-v7l+ Java Version: 16.0.1, AdoptOpenJDK Java VM Version: OpenJDK Server VM (mixed mode), AdoptOpenJDK Memory: 120109568 bytes (114 MiB) / 372244480 bytes (355 MiB) up to 1073741824 bytes (1024 MiB) CPUs: 4 Processor Vendor: armv7l Processor Name: ARMv7 Processor rev 3 (v7l) Identifier: armv7l Family 7 Model 0xd08 Stepping r0x0p3 Microarchitecture: unknown Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 1 Number of logical CPUs: 4 Graphics card #0 name: unknown Graphics card #0 vendor: unknown Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: unknown Virtual memory max (MB): 2013.96 Virtual memory used (MB): 1486.03 Swap memory total (MB): 100.00 Swap memory used (MB): 0.00 JVM Flags: 1 total; -Xmx1G Launched Version: 1.17 Backend library: LWJGL version 3.2.2 build 10 Backend API: NO CONTEXT Window size: <not initialized> GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: <disabled> Using VBOs: Yes Is Modded: Probably not. Jar signature remains and client brand is untouched. Type: Client (map_client.txt) CPU: <unknown>