Skip to content

Instantly share code, notes, and snippets.

@liach
Created August 22, 2019 15:45
Show Gist options
  • Save liach/def790af56fe52fa66fb5941617bbcc4 to your computer and use it in GitHub Desktop.
Save liach/def790af56fe52fa66fb5941617bbcc4 to your computer and use it in GitHub Desktop.
[19w43a] com/mojang/blaze3d/platform/TextureUtil crash
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 8/22/19 10:33 AM
Description: Initializing game
java.lang.IllegalAccessError: tried to access method net.minecraft.class_1011$class_1013.method_4341()I from class com.mojang.blaze3d.platform.TextureUtil
at com.mojang.blaze3d.platform.TextureUtil.prepareImage(TextureUtil.java:62)
at com.mojang.blaze3d.platform.TextureUtil.prepareImage(TextureUtil.java:44)
at net.minecraft.class_380.<init>(class_380.java:25)
at net.minecraft.class_377.method_2012(class_377.java:118)
at net.minecraft.class_377.method_2004(class_377.java:61)
at net.minecraft.class_327.method_1715(class_327.java:40)
at net.minecraft.class_378.method_2020(class_378.java:157)
at java.util.HashMap.computeIfAbsent(HashMap.java:1127)
at net.minecraft.class_378.method_2019(class_378.java:155)
at net.minecraft.class_310.method_1503(class_310.java:508)
at net.minecraft.client.main.Main.main(Main.java:162)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:170)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:129)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at com.mojang.blaze3d.platform.TextureUtil.prepareImage(TextureUtil.java:62)
at com.mojang.blaze3d.platform.TextureUtil.prepareImage(TextureUtil.java:44)
at net.minecraft.class_380.<init>(class_380.java:25)
at net.minecraft.class_377.method_2012(class_377.java:118)
at net.minecraft.class_377.method_2004(class_377.java:61)
at net.minecraft.class_327.method_1715(class_327.java:40)
at net.minecraft.class_378.method_2020(class_378.java:157)
at java.util.HashMap.computeIfAbsent(HashMap.java:1127)
at net.minecraft.class_378.method_2019(class_378.java:155)
at net.minecraft.class_310.method_1503(class_310.java:508)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:162)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:170)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:129)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
-- System Details --
Details:
Minecraft Version: 19w34a
Minecraft Version ID: 19w34a
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_212-3-redhat, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode),
Memory: 8049203232 bytes (7676 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
CPUs: 8
JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UseG1GC -Xmx8G -Xms8G -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Launched Version: fabric-loader-0.4.8+build.159-19w34a
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce MX130/PCIe/SSE2 GL version 4.6.0 NVIDIA 398.72, NVIDIA Corporation
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
Resource Packs: vanilla
Current Language: English (US)
CPU: 8x Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment