mojira.dev
MC-134224

1.13 crashes in liblwjgl_opengl.dylib on Mac.

1.13 crashes at launch. Logs attached .  Able to play 1.12 and previous without problems.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000120cab8ce, pid=1939, tid=779
#
# JRE version: Java(TM) SE Runtime Environment (8.0_74-b02) (build 1.8.0_74-b02)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.74-b02 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [liblwjgl_opengl.dylib+0xd8ce]
[error occurred during error reporting (printing problematic frame), id 0xe0000000]

# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# 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.
#

Related issues

MC-9782 Swimming up through water tiles flowing downwards with no blocks aside goes faster than with block on the side MC-9727 line of redstone besides a stack of pistons powers buds the bottom pistons or powers top ones in a pattern MC-9730 Daylight sensor under a roof turns into a Night sensor MC-9921 graphics and text are choppy MC-10217 REDSTONE TOWER AND SHORT SIGNAL MC-10330 Mining Fatigue broken MC-10592 when getting on a pig with a sattle on a bat, the game crashed MC-134208 Minecraft crashing on startup on version 1.13, and all snapshots MC-134972 I have been experiencing crashes when i start up 1.13 (blackscreen) MC-135433 An unexpected error has occured and the game has crashed... MC-135434 java crash MC-135627 Minecraft 1.13 Java crashes on launch MC-135644 Minecraft 1.13 keeps crashing on start up MC-135972 java 1.13 crashes at launch MacOS MC-136211 1.13 realm keeps crashing MC-136231 [MAC] CRASH ON STARTUP 1.13 MC-138972 minecraft 1.13.1 keeps crashing MC-145649 java quit unexpectedly MCL-9727 Minecraft 1.13 launcher crashes due to Java quitting MCL-9730 Game Crash - An unexpected issue occurred and the game has crashed. We're sorry for the inconvenience. MCL-9782 SIGSEGV (0xb) at pc=0x000000012c92e8ce, pid=526, tid=779 MCL-9921 'java' quit unexpectedly whilst launching MC MCL-10217 Minecraft Launcher broken on 1.13.x MCL-10330 Launcher crashes during startup ("Process crashed with exit code 6") MCL-10592 Minecraft crashes from Launcher

Attachments

Comments

migrated
[media][media]
migrated

I have the same problem. Also on a Mac. 

This is the crash log.

https://paste.ubuntu.com/p/CQpQcDg9GY/

migrated

Currently this issue seems to be due to hardware on older Macs not being able to support the libraries needed for the newest version of the game. Make sure that if you have the ability to update to a newer version of macOS that you have done so. If there are no updates available for your computer, do the following.

Click on the Apple Icon (on the top left) -> About This Mac -> System Report -> Graphics/Displays and make sure your GPU meets the minimum requirements posted here. If it does not meet the requirements, you will need to use version 1.12.2 or lower of Minecraft, or look into using a newer computer.

If your graphics card/hardware does meet the requirements please include our version of macOS and the Model Identifier found in Apple Icon (on the top left) -> About This Mac -> System Report  in your comment.

migrated

My computer is updated to High Sierra 10.13.6. 

Macmini6,1

I updated Java. I can get on single player but not my realm. It crashes the minute I click on Minecraft Realms.

 

pokechu22

Reading the native crash there, it looks like there was a crash during the initialization of the game, and then while it was creating the crash report, it failed a second time during a call to glGetString (normally used to get the OpenGL version), which caused a JVM crash instead of using the normal mechanism to avoid crashes in crash reports. Unfortunately the JVM crash means that the first crash report is lost.

If possible, can someone add -Dorg.lwjgl.util.Debug=true -Dorg.lwjgl.util.DebugFunctions=true to their JVM options in the launcher, and then launch the game again and upload the new launcher log?

migrated

Here it is (if i did it right)


Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 8/12/18 10:24 PM
Description: Initializing game

java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl32.so
at org.lwjgl.system.Library.loadSystem(Library.java:147)
at org.lwjgl.system.Library.loadSystem(Library.java:67)
at org.lwjgl.system.Library.<clinit>(Library.java:50)
at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:61)
at org.lwjgl.system.MemoryStack.<init>(MemoryStack.java:61)
at org.lwjgl.system.MemoryStack.create(MemoryStack.java:82)
at org.lwjgl.system.MemoryStack.create(MemoryStack.java:71)
at java.lang.ThreadLocal$SuppliedThreadLocal.initialValue(ThreadLocal.java:284)
at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:180)
at java.lang.ThreadLocal.get(ThreadLocal.java:170)
at org.lwjgl.system.MemoryStack.stackGet(MemoryStack.java:628)
at org.lwjgl.system.MemoryStack.stackPush(MemoryStack.java:637)
at cfs.a(SourceFile:126)
at cfi.an(SourceFile:554)
at cfi.am(SourceFile:433)
at cfi.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:144)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

– Head –
Thread: Client thread
Stacktrace:
at org.lwjgl.system.Library.loadSystem(Library.java:147)
at org.lwjgl.system.Library.loadSystem(Library.java:67)
at org.lwjgl.system.Library.<clinit>(Library.java:50)
at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:61)
at org.lwjgl.system.MemoryStack.<init>(MemoryStack.java:61)
at org.lwjgl.system.MemoryStack.create(MemoryStack.java:82)
at org.lwjgl.system.MemoryStack.create(MemoryStack.java:71)
at java.lang.ThreadLocal$SuppliedThreadLocal.initialValue(ThreadLocal.java:284)
at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:180)
at java.lang.ThreadLocal.get(ThreadLocal.java:170)
at org.lwjgl.system.MemoryStack.stackGet(MemoryStack.java:628)
at org.lwjgl.system.MemoryStack.stackPush(MemoryStack.java:637)
at cfs.a(SourceFile:126)
at cfi.an(SourceFile:554)
at cfi.am(SourceFile:433)

– Initialization –
Details:
Stacktrace:
at cfi.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:144)

– System Details –
Details:
Minecraft Version: 1.13
Operating System: Linux (i386) version 4.4.0-130-generic
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) Server VM (mixed mode), Oracle Corporation
Memory: 86998296 bytes (82 MB) / 221773824 bytes (211 MB) up to 909901824 bytes (867 MB)
JVM Flags: 0 total;
Launched Version: 1.13
LWJGL: 3.1.6 build 14
OpenGL: ~ERROR~ NoClassDefFoundError: Could not initialize class org.lwjgl.system.Library
GL Caps:
Using VBOs: Yes
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: 8 Bit Miner
Current Language: ~ERROR~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: <unknown>

migrated

Thankyou very much mod, my realm works now 🙂

migrated

Hello? I posted what was asked for pokechu22. How about you just keep quiet if you're not going to be any help when people do what you ask.

migrated
migrated

so it's 1.13.1 and still crashing. Does any one actually do anything about these bug reports?

migrated

As was previously stated by myself and others. It is a problem with OSX/macOS. If you are running 10.10.5 or lower update your computers OS. If you cannot update, you can only run version 1.12.2 or lower on that machine.

migrated

I don't even have mac. I'd have posted on a different report but it redirected me here as a duplicate. I keep my OS up to date.

migrated

If you do not have a Mac, then this report does not pertain to your issue. Do not expect to get your issue solved on this report.

migrated

Do you see that list of crossed out issues up above? Particularly the one called Minecraft 1.13 Java crashes on launch? I can't post on that one, even though it better defines my issue, it redirects me here as a duplicate. So, if everyone with the same problem on other OS is being sent here then this report does pertain to my issue. BTW it's still marked as unresolved so your plan is obviously not the fix to the problem.

Asteraoth

java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl32.so

@unknown, your issue is MC-121388. LWJGL dropped support for 32-bit Linux.

migrated

The report you suggested pertains to the exact same issue as this one which is why it points you here. In the future if you cannot find a report that matches your exact problem (error codes that actually match is a good way to determine that) create one of your own. Be thankful that someone gave you an answer to your question in the wrong report. Additionally, no Mojang nor anyone else has a plan to fix this particular issue because it is not a problem with the game, or with a current OS, which additionally seems to apply to your issue as well. So even if you had made a correct report, it would have been left open or marked as a non issue.

migrated

I had a similar problem on V1.13.1, playing in solo, creator mode.

I use MacOS 10.13.6

Minecraft crash (and my computer) each time I use signs (while writing on it) or sometimes during I play (no special event identified).

wobst.michael

Please check if that's still an issue in the latest 1.14 (pre-)release.

migrated

I still get a crash on 1.14 (noted I'm on linux but was redirected from a more fitting thread to this one). Bug report says


Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.

Time: 4/23/19 12:47 PM
Description: Initializing game

java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl32.so
at org.lwjgl.system.Library.loadSystem(Library.java:147)
at org.lwjgl.system.Library.loadSystem(Library.java:67)
at org.lwjgl.system.Library.<clinit>(Library.java:50)
at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:97)
at org.lwjgl.system.Pointer$Default.<clinit>(Pointer.java:61)
at cub.a(SourceFile:106)
at com.mojang.blaze3d.platform.GLX.initGlfw(SourceFile:191)
at cvi.av(SourceFile:459)
at cvi.b(SourceFile:395)
at net.minecraft.client.main.Main.main(SourceFile:154)

...

– System Details –
Details:
Minecraft Version: 1.14
Operating System: Linux (i386) version 4.4.0-145-generic
Java Version: 1.8.0_191, Oracle Corporation
Java VM Version: Java HotSpot(TM) Server VM (mixed mode), Oracle Corporation
Memory: 50633600 bytes (48 MB) / 208842752 bytes (199 MB) up to 523501568 bytes (499 MB)
JVM Flags: 5 total; -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
Launched Version: 1.14
LWJGL: 3.2.1 build 12
OpenGL: ~ERROR~ NoClassDefFoundError: Could not initialize class org.lwjgl.system.Library
GL Caps:
Using VBOs: Yes
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: 8 Bit Miner
Current Language: ~ERROR~ NullPointerException: null
CPU: <unknown>

Uriel Salischiker

That sounds like a different crash, can you make a new report?

migrated

You are still on a 32-Bit OS, so its not going to work in any version 1.13 or above.
Stop pressing your problem into a report that it has nothing to do with.

pokechu22

@unknown, your issue is MC-130954; LWJGL 3 simply does not support 32-bit linux (only 64-bit linux). The upstream issue is #162. This bug report is for a mac issue and is unrelated to your problem.

violine1101

Please check if this is still an issue in 1.14.4.

migrated

(Unassigned)

Community Consensus

(Unassigned)

crash, lwjgl

Minecraft 1.13, Minecraft 1.13.1

Retrieved