Create

Create

86M Downloads

Game crashes when loading chunk with moving parts such as a gearbox or water wheel

Dunce155 opened this issue ยท 2 comments

commented

A null pointer occurs when loading a chunk with moving parts from Create, it happens very consistently and essentially corrupts the world when it happens. Thanks, here is the crash report-

crash-2021-02-25_21.58.46-client.txt

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 2/25/21 9:58 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at com.simibubi.create.content.contraptions.TorquePropagator.getOrCreateNetworkFor(TorquePropagator.java:33) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.getOrCreateNetwork(KineticTileEntity.java:319) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.initialize(KineticTileEntity.java:70) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.foundation.tileEntity.SmartTileEntity.func_73660_a(SmartTileEntity.java:50) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.func_73660_a(KineticTileEntity.java:84) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.GeneratingKineticTileEntity.func_73660_a(GeneratingKineticTileEntity.java:49) ~[?:mc1.16.3_v0.3e] {re:classloading}
at net.minecraft.world.World.func_217391_K(World.java:491) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinWorld,pl:mixin:A}
at net.minecraft.client.world.ClientWorld.func_217419_d(ClientWorld.java:226) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:A}
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1483) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$445/1550991149.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

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

-- Head --
Thread: Render thread
Stacktrace:
at com.simibubi.create.content.contraptions.TorquePropagator.getOrCreateNetworkFor(TorquePropagator.java:33) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.getOrCreateNetwork(KineticTileEntity.java:319) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.initialize(KineticTileEntity.java:70) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.foundation.tileEntity.SmartTileEntity.func_73660_a(SmartTileEntity.java:50) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.KineticTileEntity.func_73660_a(KineticTileEntity.java:84) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.base.GeneratingKineticTileEntity.func_73660_a(GeneratingKineticTileEntity.java:49) ~[?:mc1.16.3_v0.3e] {re:classloading}
-- Block entity being ticked --
Details:
Name: create:water_wheel // com.simibubi.create.content.contraptions.components.waterwheel.WaterWheelTileEntity
Block: Block{create:water_wheel}[facing=east]
Block location: World: (31,66,157), Chunk: (at 15,4,13 in 1,9; contains blocks 16,0,144 to 31,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Block: Block{create:water_wheel}[facing=east]
Block location: World: (31,66,157), Chunk: (at 15,4,13 in 1,9; contains blocks 16,0,144 to 31,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.world.World.func_217391_K(World.java:491) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:sereneseasons.mixins.json:MixinWorld,pl:mixin:A}
at net.minecraft.client.world.ClientWorld.func_217419_d(ClientWorld.java:226) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:A}

-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Dunce155'/169, l='ClientLevel', x=-238.24, y=93.50, z=164.65]]
Chunk stats: Client Chunk Cache: 1369, 927
Level dimension: minecraft:overworld
Level spawn location: World: (16,64,144), Chunk: (at 0,4,0 in 1,9; contains blocks 16,0,144 to 31,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 41870 game time, 16683 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:617) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:A}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2024) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:623) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$445/1550991149.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

-- System Details --
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1717881752 bytes (1638 MB) / 4009754624 bytes (3824 MB) up to 8351383552 bytes (7964 MB)
CPUs: 16
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8960m -Xms256m -XX:PermSize=256m
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine_1.16.4_HD_U_G6.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
[email protected]
minecraft@1
Mod List:
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |NOSIGNATURE
torchslabmod-1.16.4_v1.6.18.jar |Torch Slab Mod |torchslabmod |1.6.18 |DONE |NOSIGNATURE
pamhc2trees-1.16.3-1.0.0.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.0 |DONE |NOSIGNATURE
craftingstation-4.1.1.jar |Crafting Station |craftingstation |4.1.1 |DONE |NOSIGNATURE
jei-1.16.4-7.6.1.71.jar |Just Enough Items |jei |7.6.1.71 |DONE |NOSIGNATURE
abnormals_core-1.16.4-3.0.6.jar |Abnormals Core |abnormals_core |3.0.6 |DONE |NOSIGNATURE
borderless-1.16.4-1.1.0.jar |Borderless Window |borderless |1.16.4-1.1.0 |DONE |NOSIGNATURE
mcw-windows-1.0.3-mc1.16.5.jar |Macaw's Windows |mcwwindows |1.0.3 |DONE |NOSIGNATURE
pitg-1.16.3-1.4.1.jar |Pane In The Glass |pitg |1.16.3-1.4.1 |DONE |NOSIGNATURE
extraboats-1.16.5-2.1.0.jar |Extra Boats |extraboats |2.1.0 |DONE |NOSIGNATURE
create-mc1.16.3_v0.3e.jar |Create |create |mc1.16.3_v0.3e |DONE |NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.1.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.1 |DONE |NOSIGNATURE
mcw-paintings-1.0.0-mc1.16.4-5.jar |Macaw's Paintings |mcwpaintings |1.0.0 |DONE |NOSIGNATURE
XaerosWorldMap_1.12.0.2_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.12.0 |DONE |NOSIGNATURE
mgui-1.16.4-3.1.3.jar |mgui |mgui |3.1.3 |DONE |NOSIGNATURE
CookingForBlockheads_1.16.3-9.2.2.jar |Cooking for Blockheads |cookingforblockheads |9.2.2 |DONE |NOSIGNATURE
Controlling-7.0.0.11.jar |Controlling |controlling |7.0.0.11 |DONE |NOSIGNATURE
SereneSeasons-1.16.4-4.0.0.87-universal.jar |Serene Seasons |sereneseasons |1.16.4-4.0.0.87 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-4.jar |YUNG's API |yungsapi |1.16.4-Forge-4 |DONE |NOSIGNATURE
Bookshelf-1.16.4-9.3.25.jar |Bookshelf |bookshelf |9.3.25 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
tetranomicon-1.0.jar |Tetranomicon |tetranomicon |1.0 |DONE |NOSIGNATURE
mcw-doors-1.0.2-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.2 |DONE |NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |NOSIGNATURE
WAWLA-1.16.4-7.0.4.jar |WAWLA |wawla |7.0.4 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
voyage-1.16.4-1.0.3.jar |Voyage |voyage |1.0.3 |DONE |NOSIGNATURE
carryon-1.16.5-1.15.3.13.jar |Carry On |carryon |1.15.3.13 |DONE |8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
anthillinside-1.16.5-1.0.1.jar |Anthill Inside |anthillinside |1.0.1 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
corpse-1.16.4-1.0.5.jar |Corpse |corpse |1.16.4-1.0.5 |DONE |NOSIGNATURE
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |DONE |NOSIGNATURE
mcw-bridges-1.0.5-mc1.16.5-4.jar |Macaw's Bridges |mcwbridges |1.0.5 |DONE |NOSIGNATURE
voicechat-1.16.4-1.1.6.jar |Simple Voice Chat |voicechat |1.16.4-1.1.6 |DONE |NOSIGNATURE
repurposed_structures-1.16.4-2.3.4.jar |Repurposed Structures |repurposed_structures |1.16.4-2.3.4 |DONE |NOSIGNATURE
AmbientSounds_v3.1.4_mc1.16.4.jar |Ambient Sounds |ambientsounds |3.0.3 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.431-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.4-13.0.0.431 |DONE |NOSIGNATURE
valhelsia_structures-16.0.5.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |DONE |NOSIGNATURE
pamhc2crops-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |NOSIGNATURE
CreativeCore_v2.0.10_mc1.16.4.jar |CreativeCore |creativecore |2.0.0 |DONE |NOSIGNATURE
mcw-trapdors-1.0.1-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.1 |DONE |NOSIGNATURE
Undergarden-Tetra Patch-1.1.2.jar |Undergarden/Tetra Patch |undergardenpatch |1.1.2 |DONE |NOSIGNATURE
GeneticAnimals-0_6_18.jar |Genetic Animals |eanimod |0_6_18 |DONE |NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |NOSIGNATURE
CNB-1.16.3_4-1.2.10.jar |Creatures and Beasts |cnb |1.2.10 |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.4.0.jar |Curios API |curios |1.16.5-4.0.4.0 |DONE |NOSIGNATURE
tetra-1.16.4-3.6.1.jar |Tetra |tetra |3.6.1 |DONE |NOSIGNATURE
CuriosQuarkOBP-1.16.5-1.0.2.jar |Curios Quark Oddities Backpack|curiosquarkobp |1.0.2 |DONE |NOSIGNATURE
Xaeros_Minimap_21.4.0_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |21.4.0 |DONE |NOSIGNATURE
ShulkerTooltip-1.9.6.jar |Shulker Tooltip |shulkertooltip |1.9.6 |DONE |NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |DONE |NOSIGNATURE
Quark-r2.4-305.jar |Quark |quark |r2.4-305 |DONE |NOSIGNATURE
StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |NOSIGNATURE
sit-1.16.2-v1.3.jar |Sit |sit |v1.3 |DONE |NOSIGNATURE
blockcarpentry-1.16-0.3.5a.jar |BlockCarpentry |blockcarpentry |1.16-0.3.5a |DONE |NOSIGNATURE
twoplayersonehorse-1.16.4-2.0.0.jar |2 players 1 horse |twoplayersonehorse |1.16.4-2.0.0 |DONE |NOSIGNATURE
popoutchat-1.16.3-1.0.0.jar |Pop Out Chat |popoutchat |1.0.0 |DONE |NOSIGNATURE
mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |DONE |NOSIGNATURE
MarketCrates-1.16.4-35.1.4-v1.1-universal.jar |Market Crates |marketcrates |v1.1-universal |DONE |NOSIGNATURE
furniture-7.0.0-pre19-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre19 |DONE |NOSIGNATURE
architectury-1.7.117-forge.jar |Architectury |architectury |1.7.117 |DONE |NOSIGNATURE
ftb-gui-library-1605.2.1.39-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.39 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
mcw-furniture-2.0.1-mc1.16.5.jar |Macaw's Furniture |mcwfurnitures |2.0.1 |DONE |NOSIGNATURE
Chimes-1.16.5-0.9.5.jar |Chimes |chimes |0.9.5 |DONE |NOSIGNATURE
ItemPhysic_v1.4.15_mc1.16.5.jar |ItemPhysic |itemphysic |1.6.0 |DONE |NOSIGNATURE
The_Undergarden-1.16.5-0.4.5.jar |The Undergarden |undergarden |0.4.5 |DONE |NOSIGNATURE
Aquaculture-1.16.5-2.1.15.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.15 |DONE |NOSIGNATURE
exoticbirds-1.16.4-1.1.0.jar |Exotic Birds |exoticbirds |1.1.0 |DONE |NOSIGNATURE
chiselsandbits-0.2.10-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |DONE |NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.1 |DONE |NOSIGNATURE
geckolib-forge-1.16.5-3.0.14.jar |GeckoLib |geckolib3 |3.0.14 |DONE |NOSIGNATURE
Crash Report UUID: abaa5cf0-f7c0-48a5-bf01-a981577dd241
Launched Version: forge-35.1.37
Backend library: LWJGL version 3.2.2 build 10
Backend API: Radeon RX 580 Series GL version 4.6.14757 Compatibility Profile Context 20.12.1 27.20.14501.28009, ATI Technologies Inc.
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, mod_resources, quark:emote_resources (incompatible), programer_art
Current Language: English (US)
CPU: 16x AMD Ryzen 7 3800X 8-Core Processor
OptiFine Version: OptiFine_1.16.4_HD_U_G6
OptiFine Build: 20210117-001622
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.14757 Compatibility Profile Context 20.12.1 27.20.14501.28009
OpenGlRenderer: Radeon RX 580 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 16

commented

Try to update Optifine to version 1.16.5_HD_U_G6. It works with 1.16.5 and 1.16.4

commented

Try to update Optifine to version 1.16.5_HD_U_G6. It works with 1.16.5 and 1.16.4

Thank you Sam! This fixed the issue!