OptiFabric

OptiFabric

9M Downloads

1.19 crashes when trying to join a game

AetherCyril opened this issue ยท 1 comments

commented

---- Minecraft Crash Report ----
// My bad.

Time: 8/20/22, 4:33 PM
Description: Unexpected error

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_746.method_31548()" because "this.field_3712.field_1724" is null
at net.minecraft.class_636.method_2911(class_636.java:312)
at net.minecraft.class_636.method_2927(class_636.java:291)
at net.minecraft.class_310.method_1574(class_310.java:1761)
at net.minecraft.class_310.method_1523(class_310.java:1101)
at net.minecraft.class_310.method_1514(class_310.java:734)
at net.minecraft.client.main.Main.main(Main.java:237)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

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

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.class_636.method_2911(class_636.java:312)
at net.minecraft.class_636.method_2927(class_636.java:291)

-- Affected level --
Details:
All players: 0 total; []
Chunk stats: 729, 450
Level dimension: minecraft:overworld
Level spawn location: World: (-16,69,-48), Section: (at 0,5,0 in -1,4,-3; chunk contains blocks -16,-64,-48 to -1,319,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
Level time: 46003510 game time, 50339156 day time
Server brand: ERROR NullPointerException: Cannot invoke "net.minecraft.class_746.method_3135()" because "this.field_3729.field_1724" is null
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:577)
at net.minecraft.class_310.method_1587(class_310.java:2288)
at net.minecraft.class_310.method_1514(class_310.java:758)
at net.minecraft.client.main.Main.main(Main.java:237)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default

-- System Details --
Details:
Minecraft Version: 1.19
Minecraft Version ID: 1.19
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 3170691224 bytes (3023 MiB) / 5905580032 bytes (5632 MiB) up to 17112760320 bytes (16320 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 3700X 8-Core Processor
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
Microarchitecture: unknown
Frequency (GHz): 3.59
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce GTX 1060 3GB
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 3072.00
Graphics card #0 deviceId: 0x1c02
Graphics card #0 versionInfo: DriverVersion=31.0.15.1659
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.40
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.40
Memory slot #1 type: DDR4
Virtual memory max (MB): 20915.42
Virtual memory used (MB): 18394.28
Swap memory total (MB): 4608.00
Swap memory used (MB): 348.27
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16307M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Launched Version: Fabric 1.19
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 GL version 3.2.0 NVIDIA 516.59, NVIDIA Corporation
Window size: 1920x1080
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla
Current Language: English (US)
CPU: 16x AMD Ryzen 7 3700X 8-Core Processor
OptiFine Version: OptiFine_1.19_HD_U_H9
OptiFine Build: 20220731-224510
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 16
Antialiasing: 0
Multitexture: true
Shaders: BSL_v8.1.03
OpenGlVersion: 3.2.0 NVIDIA 516.59
OpenGlRenderer: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16

-- OptiFabric --
Details:
OptiFine jar designed for: 1.19
OptiFine jar version: OptiFine_1.19_HD_U_H9
OptiFine jar status: Valid OptiFine installer
OptiFine remapped jar: C:/Users/shopk/AppData/Roaming/.minecraft/.optifine/OptiFine_1.19_HD_U_H9/Optifine-mapped.jar
OptiFabric error:

commented

Have you found a solution to this problem yet?