Exception in thread "Client thread" java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:714)
at java.util.concurrent.CompletableFuture$ThreadPerTaskExecutor.execute(CompletableFuture.java:405)
at java.util.concurrent.CompletableFuture.asyncRunStage(CompletableFuture.java:1632)
at java.util.concurrent.CompletableFuture.runAsync(CompletableFuture.java:1850)
at com.mojang.datafixers.DataFixerBuilder.build(DataFixerBuilder.java:70)
at yq.b(SourceFile:148)
at yq.(SourceFile:143)
at agc$a.a(SourceFile:450)
at agc.a(SourceFile:135)
at agc.(SourceFile:138)
at fj.q(SourceFile:65)
at fj$$Lambda$22/19676958.get(Unknown Source)
at fj.a(SourceFile:85)
at fj$$Lambda$37/27485528.accept(Unknown Source)
at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663)
at fj.(SourceFile:84)
at pz.b(SourceFile:476)
at clx.(SourceFile:364)
at net.minecraft.client.main.Main.main(SourceFile:145)
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
To post a comment, please login or register a new account.
The problem is on versions before 1.12
Here´s what I guess is the crash report:
Exception in thread "Client thread" java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:714)
at java.util.concurrent.CompletableFuture$ThreadPerTaskExecutor.execute(CompletableFuture.java:405)
at java.util.concurrent.CompletableFuture.asyncRunStage(CompletableFuture.java:1632)
at java.util.concurrent.CompletableFuture.runAsync(CompletableFuture.java:1850)
at com.mojang.datafixers.DataFixerBuilder.build(DataFixerBuilder.java:70)
at yq.b(SourceFile:148)
at yq.(SourceFile:143)
at agc$a.a(SourceFile:450)
at agc.a(SourceFile:135)
at agc.(SourceFile:138)
at fj.q(SourceFile:65)
at fj$$Lambda$22/19676958.get(Unknown Source)
at fj.a(SourceFile:85)
at fj$$Lambda$37/27485528.accept(Unknown Source)
at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663)
at fj.(SourceFile:84)
at pz.b(SourceFile:476)
at clx.(SourceFile:364)
at net.minecraft.client.main.Main.main(SourceFile:145)
I´ll wait your help, Thanks.
Add -Xss320k or -Xmx2G to your JVM arguments.
See this: https://bugs.mojang.com/browse/MC-137353