Skip to content

Minecraft TPS froze

Minecraft's TPS froze while FPS did not. Making the game imposible to play and causing visual bugs

Distant Horizons still generates the world but only as a LOD.

After reloading the setings (minecraft render distanse and Distant Horizons) the glich is still present.4 51 I tried to save and quit the world, but Minecraft got stuck at saving permanently.

operating system: Windows 10 home CPU: AMD Ryzen 5 5600H with Radeon Graphics GPU: NVIDIA GeForce RTX 3060 Laptop GPU RAM: 16GB overall, 4GB assigned to Minecraft

Mods installed: obraz setings:

  • Distant Horizons:
_Versions = "1.6.2a"
# Show the lod button in the options screen next to fov
optionsButton = true

[client]

	[client.advanced]

		[client.advanced.buffers]
			# What method should be used to upload geometry to the GPU? 
			#
			# AUTO: Picks the best option based on the GPU you have. 
			# BUFFER_STORAGE: Default for NVIDIA if OpenGL 4.5 is supported. 
			#                 Fast rendering, no stuttering. 
			# SUB_DATA: Backup option for NVIDIA. 
			#           Fast rendering but may stutter when uploading. 
			# BUFFER_MAPPING: Slow rendering but won't stutter when uploading. Possibly the best option for integrated GPUs. 
			#                Default option for AMD/Intel. 
			#                May end up storing buffers in System memory. 
			#                Fast rendering if in GPU memory, slow if in system memory, 
			#                but won't stutter when uploading.  
			# DATA: Fast rendering but will stutter when uploading. 
			#       Backup option for AMD/Intel. 
			#       Fast rendering but may stutter when uploading. 
			#
			# If you don't see any difference when changing these settings, or the world looks corrupted: 
			# Restart the game to clear the old buffers. 
			#
			gpuUploadMethod = "AUTO"
			# How frequently should vertex buffers (geometry) be rebuilt and sent to the GPU? 
			# Higher settings may cause stuttering, but will prevent holes in the world 
			#
			rebuildTimes = "NORMAL"
			# How long should a buffer wait per Megabyte of data uploaded?
			# Helpful resource for frame times: https://fpstoms.com 
			#
			# Longer times may reduce stuttering but will make fake chunks 
			# transition and load slower. Change this to [0] for no timeout.
			#
			# NOTE:
			# Before changing this config, try changing "GPU Upload methods"
			#  and determined the best method for your hardware first. 
			#
			gpuUploadPerMegabyteInMilliseconds = 1

		[client.advanced.debugging]
			# If true, the mod is enabled and fake chunks will be drawn. 
			# If false, the mod will still generate fake chunks, 
			# but they won't be rendered. 
			#
			# Disabling rendering will reduce GPU usage 
			#
			drawLods = true
			# If true the F8 key can be used to cycle through the different debug modes. 
			# and the F6 key can be used to enable and disable LOD rendering.
			enableDebugKeybindings = false
			# Should specialized colors/rendering modes be used? 
			#
			# OFF: Fake chunks will be drawn with their normal colors. 
			# SHOW_WIREFRAME: Fake chunks will be drawn as wireframes. 
			# SHOW_DETAIL: Fake chunks color will be based on their detail level. 
			# SHOW_DETAIL_WIREFRAME: Fake chunks color will be based on their detail level, drawn as a wireframe. 
			# SHOW_GENMODE: Fake chunks color will be based on their distant generation mode. 
			# SHOW_GENMODE_WIREFRAME: Fake chunks color will be based on their distant generation mode, drawn as a wireframe. 
			#
			debugMode = "SHOW_DETAIL_WIREFRAME"

		[client.advanced.threading]
			# How many threads are used when building vertex buffers? 
			# (The things sent to your GPU to draw the fake chunks). 
			#
			# If you experience high CPU usage when NOT generating distant 
			# fake chunks, lower this number. A higher number will make fake
			# fake chunks' transition faster when moving around the world. 
			#
			# This and the number of world generator threads are independent, 
			# so if they add up to more threads than your CPU has cores, 
			# that shouldn't cause an issue. 
			#
			# The maximum value is the number of logical processors on your CPU. 
			# Requires a restart to take effect. 
			#
			numberOfBufferBuilderThreads = 2
			# How many threads should be used when generating fake chunks outside 
			# the normal render distance? 
			#
			# If you experience stuttering when generating distant LODs, decrease 
			# this number. If you want to increase LOD generation speed, 
			# increase this number. 
			#
			# This and the number of buffer builder threads are independent, 
			# so if they add up to more threads than your CPU has cores, 
			# that shouldn't cause an issue. 
			#
			# The maximum value is the number of logical processors on your CPU. 
			# Requires a restart to take effect. 
			#
			numberOfWorldGenerationThreads = 4

	[client.graphics]

		[client.graphics.fogQuality]
			# What color should fog use? 
			#
			# USE_WORLD_FOG_COLOR: Use the world's fog color. 
			# USE_SKY_COLOR: Use the sky's color. 
			#
			# This setting doesn't affect performance.
			fogColorMode = "USE_WORLD_FOG_COLOR"
			# At what distance should Fog be drawn on the fake chunks? 
			#
			# This setting shouldn't affect performance.
			fogDistance = "FAR"
			# When should fog be drawn? 
			#
			# USE_OPTIFINE_SETTING: Use whatever Fog setting Optifine is using.
			# If Optifine isn't installed this defaults to FOG_ENABLED. 
			# FOG_ENABLED: Never draw fog on the LODs 
			# FOG_DISABLED: Always draw fast fog on the LODs 
			#
			# Disabling fog will improve GPU performance.
			fogDrawMode = "FOG_DISABLED"
			# If true disable Minecraft's fog. 
			#
			# Experimental! Mod support is not guarantee.
			disableVanillaFog = true

		[client.graphics.advancedGraphics]
			# How often should LODs be drawn on top of regular chunks? 
			# HALF and ALWAYS will prevent holes in the world, 
			# but may look odd for transparent blocks or in caves. 
			#
			# NEVER: 
			#     LODs won't render on top of vanilla chunks. 
			# BORDER: 
			#     LODs will render only on the border of vanilla chunks, preventing some holes in the world. 
			# DYNAMIC: 
			#     LODs will render on top of distant vanilla chunks to hide delayed loading. 
			#     More effective on higher render distances. 
			#     For vanilla render distances less than or equal to 4 
			#     NEVER or ALWAYS will be used depending on the dimension. 
			# ALWAYS: 
			#     LODs will render on all vanilla chunks preventing all holes in the world. 
			#
			# This setting shouldn't affect performance. 
			#
			vanillaOverdraw = "DYNAMIC"
			# Will prevent some overdraw issues, but may cause nearby fake chunks to render incorrectly 
			# especially when in/near an ocean. 
			#
			# This setting shouldn't affect performance. 
			#
			useExtendedNearClipPlane = true
			# If false fake chunks behind the player's camera 
			# aren't drawn, increasing GPU performance. 
			#
			# If true all LODs are drawn, even those behind 
			# the player's camera, decreasing GPU performance. 
			#
			# Disable this if you see LODs disappearing at the corners of your vision. 
			#
			disableDirectionalCulling = false

		[client.graphics.quality]
			# This determines how lod level drop off will be done. 
			#
			# SMOOTH_DROPOFF: 
			#     The lod level is calculated for each point, making the drop off a smooth circle. 
			# PERFORMANCE_FOCUSED: 
			#     One detail level for an entire region. Minimize CPU usage and 
			#     improve terrain refresh delay, especially for high Lod render distance. 
			# AUTO: 
			#     Use SMOOTH_DROPOFF for less then 128 Lod render distance, 
			#     or PERFORMANCE_FOCUSED otherwise. 
			#
			dropoffQuality = "PERFORMANCE_FOCUSED"
			# This indicates how quickly fake chunks decrease in quality the further away they are. 
			# Higher settings will render higher quality fake chunks farther away, 
			# but will increase memory and GPU usage.
			horizontalQuality = "LOW"
			# This indicates how quickly fake chunks decrease in quality the further away they are. 
			# Higher settings will render higher quality fake chunks farther away, 
			# but will increase memory and GPU usage.
			horizontalScale = 6
			# The radius of the mod's render distance. (measured in chunks) 
			#
			lodChunkRenderDistance = 16
			# This indicates how detailed fake chunks will represent 
			# overhangs, caves, floating islands, ect. 
			# Higher options will make the world more accurate, but will increase memory and GPU usage. 
			#
			# LOW: uses at max 2 columns per position. 
			# MEDIUM: uses at max 4 columns per position. 
			# HIGH: uses at max 8 columns per position. 
			#
			# Lowest Quality: LOW Highest Quality: HIGH
			verticalQuality = "LOW"
			# What is the maximum detail fake chunks should be drawn at? 
			# This setting will only affect closer chunks.
			# Higher settings will increase memory and GPU usage. 
			#
			# CHUNK: render 1 LOD for each Chunk. 
			# HALF_CHUNK: render 4 LODs for each Chunk. 
			# FOUR_BLOCKS: render 16 LODs for each Chunk. 
			# TWO_BLOCKS: render 64 LODs for each Chunk. 
			# BLOCK: render 256 LODs for each Chunk (width of one block). 
			#
			# Lowest Quality: CHUNK Highest Quality: BLOCK
			drawResolution = "BLOCK"

	[client.worldGenerator]
		# In what priority should fake chunks be generated outside the vanilla render distance? 
		#
		# FAR_FIRST 
		# Fake chunks are generated from lowest to highest detail 
		# with a priority for far away regions. 
		# This fills in the world fastest, but you will have large low detail 
		# blocks for a while while the generation happens. 
		#
		# NEAR_FIRST 
		# Fake chunks are generated around the player 
		# in a spiral, similar to vanilla minecraft. 
		# Best used when on a server since we can't generate 
		# fake chunks. 
		#
		# BALANCED 
		# A mix between NEAR_FIRSTandFAR_FIRST. 
		# First prioritise completing nearby highest detail chunks, 
		# then focus on filling in the low detail areas away from the player. 
		#
		# AUTO 
		# Uses BALANCED when on a single player world 
		# and NEAR_FIRST when connected to a server. 
		#
		# This shouldn't affect performance.
		generationPriority = "NEAR_FIRST"
		# How should block and sky lights be processed for distant generation? 
		#
		# Note that this include already existing chunks since vanilla 
		# does not store sky light values to save file. 
		#
		# FAST: Use height map to fake the light values. 
		# FANCY: Use actaul light engines to generate proper values. 
		#
		# This will effect generation speed, but not the rendering performance.
		lightGenerationMode = "FAST"
		distanceGenerationMode = "FEATURES"
		# When generating fake chunks, what blocks should be ignored? 
		# Ignored blocks don't affect the height of the fake chunk, but might affect the color. 
		# So using BOTH will prevent snow covered blocks from appearing one block too tall, 
		# but will still show the snow's color.
		#
		# NONE: Use all blocks when generating fake chunks 
		# NON_FULL: Only use full blocks when generating fake chunks (ignores slabs, lanterns, torches, tall grass, etc.) 
		# NO_COLLISION: Only use solid blocks when generating fake chunks (ignores tall grass, torches, etc.) 
		# BOTH: Only use full solid blocks when generating fake chunks 
		#
		# This wont't affect performance.
		blocksToAvoid = "BOTH"
		# Whether to enable Distant chunks generator? 
		#
		# Turning this on allows Distant Horizons to make lods for chunks 
		# that are outside of vanilla view distance. 
		#
		# Note that in server, distant generation is always off. 
		#


		enableDistantGeneration = true
  • Minecraft setings:
version:2586
autoJump:false
autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
enableVsync:false
entityShadows:false
forceUnicodeFont:false
discrete_mouse_scroll:false
invertYMouse:false
realmsNotifications:true
reducedDebugInfo:false
snooperEnabled:false
showSubtitles:true
touchscreen:false
fullscreen:true
bobView:false
toggleCrouch:false
toggleSprint:false
mouseSensitivity:0.3755868673324585
fov:0.625
screenEffectScale:0.15
fovEffectScale:0.5
gamma:10.0
renderDistance:8
entityDistanceScaling:2.5
guiScale:3
particles:0
maxFps:260
difficulty:3
graphicsMode:1
ao:2
biomeBlendRadius:0
renderClouds:false
resourcePacks:["vanilla","Fabric Mods","file/VanillaTweaks_r330820.zip"]
incompatibleResourcePacks:[]
lastServer:MeNhUnTZbBl.aternos.me
lang:pl_pl
chatVisibility:0
chatOpacity:1.0
chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:false
pauseOnLostFocus:false
overrideWidth:0
overrideHeight:0
heldItemTooltips:true
chatHeightFocused:1.0
chatDelay: 0.0
chatHeightUnfocused:0.44366195797920227
chatScale:1.0
chatWidth:1.0
mipmapLevels:2
useNativeTransport:true
mainHand:right
attackIndicator:1
narrator:0
tutorialStep:none
mouseWheelSensitivity:1.0
rawMouseInput:false
glDebugVerbosity:1
skipMultiplayerWarning:true
hideMatchedNames:true
joinedFirstServer:true
syncChunkWrites:true
key_key.attack:key.mouse.left
key_key.use:key.mouse.right
key_key.forward:key.keyboard.w
key_key.left:key.keyboard.a
key_key.back:key.keyboard.s
key_key.right:key.keyboard.d
key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.y
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.p
key_key.screenshot:key.keyboard.f2
key_key.togglePerspective:key.keyboard.f5
key_key.smoothCamera:key.keyboard.h
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.g
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.apostrophe
key_key.loadToolbarActivator:key.keyboard.right.bracket
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.c
key_key.hotbar.2:key.keyboard.1
key_key.hotbar.3:key.keyboard.2
key_key.hotbar.4:key.keyboard.3
key_key.hotbar.5:key.keyboard.4
key_key.hotbar.6:key.keyboard.v
key_key.hotbar.7:key.keyboard.r
key_key.hotbar.8:key.keyboard.5
key_key.hotbar.9:key.keyboard.6
key_key.dynamicfps.toggle_forced:key.keyboard.unknown
key_key.dynamicfps.toggle_disabled:key.keyboard.unknown
key_key.entityculling.toggle:key.keyboard.unknown
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
key_gui.xaero_toggle_slime:key.keyboard.unknown
key_gui.xaero_toggle_grid:key.keyboard.unknown
key_gui.xaero_toggle_waypoints:key.keyboard.unknown
key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
key_gui.xaero_toggle_map:key.keyboard.unknown
key_gui.xaero_enlarge_map:key.keyboard.left.alt
key_gui.xaero_waypoints_key:key.keyboard.u
key_gui.xaero_zoom_in:key.keyboard.unknown
key_gui.xaero_zoom_out:key.keyboard.unknown
key_gui.xaero_new_waypoint:key.keyboard.o
key_gui.xaero_display_all_sets:key.keyboard.unknown
key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
key_gui.xaero_quick_eat:key.keyboard.r
key_gui.xaero_toggle_sneak:key.keyboard.caps.lock
key_gui.xaero_quick_use_1:key.keyboard.keypad.1
key_gui.xaero_quick_use_2:key.keyboard.keypad.2
key_gui.xaero_quick_use_3:key.keyboard.keypad.3
key_gui.xaero_quick_use_4:key.keyboard.keypad.4
key_gui.xaero_quick_use_5:key.keyboard.keypad.5
key_gui.xaero_quick_use_6:key.keyboard.keypad.6
key_gui.xaero_quick_use_7:key.keyboard.keypad.7
key_gui.xaero_quick_use_8:key.keyboard.keypad.8
key_gui.xaero_quick_use_9:key.keyboard.keypad.9
key_gui.xaero_better_pvp_settings:key.keyboard.delete
key_key.okzoomer.zoom:key.keyboard.keypad.subtract
key_key.okzoomer.decrease_zoom:key.keyboard.unknown
key_key.okzoomer.increase_zoom:key.keyboard.unknown
key_key.okzoomer.reset_zoom:key.keyboard.unknown
key_key.lambdacontrols.look_up:key.keyboard.keypad.8
key_key.lambdacontrols.look_right:key.keyboard.keypad.6
key_key.lambdacontrols.look_down:key.keyboard.keypad.2
key_key.lambdacontrols.look_left:key.keyboard.keypad.4
soundCategory_master:1.0
soundCategory_music:0.0
soundCategory_record:0.29342723
soundCategory_weather:0.18544601
soundCategory_block:0.81220657
soundCategory_hostile:1.0
soundCategory_neutral:0.68779343
soundCategory_player:1.0
soundCategory_ambient:0.41784036
soundCategory_voice:1.0
modelPart_cape:true
modelPart_jacket:true
modelPart_left_sleeve:true
modelPart_right_sleeve:true
modelPart_left_pants_leg:true
modelPart_right_pants_leg:true
modelPart_hat:false

there is a full list of setings its too meny of them to include in this report: Google Drive config file

I think taht the problem is caused either by Distan Horizons Lag spike (When memory is freed Dystant Horizons makes a big lag spike) or between Sodium and Distant Horizons.

Minecraft crasch Log:

MultiMC version: 0.6.14-3001


Launched instance in online mode

authserver.mojang.com resolves to:
    [54.230.110.53, 54.230.110.47, 54.230.110.55, 54.230.110.43]

session.minecraft.net resolves to:
    [3.211.39.224, 52.205.99.166, 3.224.239.34]

textures.minecraft.net resolves to:
    [54.230.111.66, 54.230.111.43, 54.230.111.62, 54.230.111.61]

api.mojang.com resolves to:
    [54.230.111.75, 54.230.111.113, 54.230.111.83, 54.230.111.64]


Minecraft folder is:
C:/Users/rafku/Desktop/MultiMC/instances/Sodium Hydroxide/minecraft


Java path is:
C:/Program Files/Java/jdk-17.0.2/bin/javaw.exe


Checking Java version...
Java is version 17.0.2, using 64-bit architecture, from Oracle Corporation.


Main Class:
  net.fabricmc.loader.launch.knot.KnotClient

Native path:
  C:/Users/rafku/Desktop/MultiMC/instances/Sodium Hydroxide/natives

Traits:
traits FirstThreadOnMacOS
traits XR:Initial

Using system OpenAL.

Libraries:
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-tinyfd/3.2.2/lwjgl-tinyfd-3.2.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/mojang/patchy/1.3.9/patchy-1.3.9.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/ibm/icu/icu4j/66.1/icu4j-66.1.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/google/guava/guava/21.0/guava-21.0.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/mojang/datafixerupper/4.0.26/datafixerupper-4.0.26.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/mojang/authlib/2.1.28/authlib-2.1.28.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.16.0/log4j-core-2.16.0.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/fabricmc/intermediary/1.16.5/intermediary-1.16.5.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/fabricmc/tiny-mappings-parser/0.2.2.14/tiny-mappings-parser-0.2.2.14.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/fabricmc/sponge-mixin/0.9.4+mixin.0.8.2/sponge-mixin-0.9.4+mixin.0.8.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/fabricmc/tiny-remapper/0.4.2/tiny-remapper-0.4.2.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/fabricmc/access-widener/1.0.0/access-widener-1.0.0.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/fabricmc/fabric-loader-sat4j/2.3.5.4/fabric-loader-sat4j-2.3.5.4.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/google/jimfs/jimfs/1.2-fabric/jimfs-1.2-fabric.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/ow2/asm/asm/9.1/asm-9.1.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/net/fabricmc/fabric-loader/0.11.6/fabric-loader-0.11.6.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/mojang/minecraft/1.16.5/minecraft-1.16.5-client.jar

Native libraries:
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2-natives-windows.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2-natives-windows.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2-natives-windows.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2-natives-windows.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2-natives-windows.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl-tinyfd/3.2.2/lwjgl-tinyfd-3.2.2-natives-windows.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2-natives-windows.jar
  C:/Users/rafku/Desktop/MultiMC/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3-natives-windows.jar

Mods:
  [✔️] betterbeds-1.1.0
  [✔️] BetterPvPFairPlay_22.2.0.1_Fabric_1.16.5
  [✔️] capes-1.1.2
  [✔️] ctm-fabric-0.5.1+1.16
  [✔️] cullleaves-2.1.0
  [✔️] DistantHorizons-1.6.2a-1.16.5
  [✔️] dynamic-fps-2.0.2
  [✔️] EntityCulling-Fabric-1.3.0
  [✔️] fabric-api-0.39.2+1.16
  [✔️] fabric-language-kotlin-1.6.1+kotlin.1.5.10
  [✔️] ferritecore-2.0.7-fabric
  [✔️] indium-1.0.0+mc1.16.5
  [✔️] item-model-fix-1.0.2+1.16
  [✔️] krypton-0.1.2
  [✔️] lambdacontrols-fabric-1.6.0+1.16
  [✔️] lambdynamiclights-fabric-1.3.4+1.16
  [✔️] lazydfu-0.1.2
  [✔️] lithium-fabric-mc1.16.5-0.6.6
  [✔️] modmenu-1.16.12
  [✔️] notenoughcrashes-3.2.0-fabric
  [✔️] okzoomer-4.0.1+1.16.2(1)
  [✔️] Slyde-1.3.0
  [✔️] smoothboot-fabric-1.16.5-1.6.0
  [✔️] sodium-extra-0.3.2
  [✔️] sodium-fabric-mc1.16.5-0.2.0+build.4
  [✔️] starlight-fabric-1.0.0-RC2-1.16.x

Params:
  --username  --version MultiMC5 --gameDir C:/Users/rafku/Desktop/MultiMC/instances/Sodium Hydroxide/minecraft --assetsDir C:/Users/rafku/Desktop/MultiMC/assets --assetIndex 1.16 --uuid  --accessToken  --userType  --versionType release

Window size: 854 x 480

Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx4096m, -Duser.language=en]


Minecraft process ID: 42120


Using onesix launcher.

[19:24:10] [main/INFO]: Loading for game Minecraft 1.16.5
[19:24:10] [ForkJoinPool-1-worker-4/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json:
- Unsupported root entry "$schema" at line 2 column 14
net.fabricmc.loader.api.VersionParsingException: Invalid build string 'IRIS_rev.400af47'!
	at net.fabricmc.loader.util.version.SemanticVersionImpl.<init>(SemanticVersionImpl.java:60)
	at net.fabricmc.loader.util.version.SemanticVersionPredicateParser.create(SemanticVersionPredicateParser.java:52)
	at net.fabricmc.loader.util.version.VersionPredicateParser.matches(VersionPredicateParser.java:36)
	at net.fabricmc.loader.metadata.ModDependencyImpl.matches(ModDependencyImpl.java:47)
	at net.fabricmc.loader.discovery.ModResolver.lambda$findCompatibleSet$3(ModResolver.java:210)
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178)
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
	at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
	at java.base/java.util.stream.IntPipeline.toArray(IntPipeline.java:562)
	at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:212)
	at net.fabricmc.loader.discovery.ModResolver.resolve(ModResolver.java:832)
	at net.fabricmc.loader.FabricLoader.setup(FabricLoader.java:195)
	at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:185)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:132)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)
net.fabricmc.loader.api.VersionParsingException: Invalid build string 'IRIS_rev.400af47'!
	at net.fabricmc.loader.util.version.SemanticVersionImpl.<init>(SemanticVersionImpl.java:60)
	at net.fabricmc.loader.util.version.SemanticVersionPredicateParser.create(SemanticVersionPredicateParser.java:52)
	at net.fabricmc.loader.util.version.VersionPredicateParser.matches(VersionPredicateParser.java:36)
	at net.fabricmc.loader.metadata.ModDependencyImpl.matches(ModDependencyImpl.java:47)
	at net.fabricmc.loader.discovery.ModResolver.addErrorToList(ModResolver.java:381)
	at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:304)
	at net.fabricmc.loader.discovery.ModResolver.resolve(ModResolver.java:832)
	at net.fabricmc.loader.FabricLoader.setup(FabricLoader.java:195)
	at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:185)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:132)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)
[19:24:10] [main/INFO]: [FabricLoader] Loading 89 mods:
	- autoconfig1u@3.2.2
	- betterbeds@1.1.0
	- capes@1.1.2
	- cloth-basic-math@0.5.1
	- cloth-config2@4.11.19
	- com_moandjiezana_toml_toml4j@0.7.2
	- ctm@0.5.1+1.16
	- cullleaves@2.1.0
	- dynamicfps@2.0.2
	- entityculling@1.3.0
	- fabric@0.39.2+1.16
	- fabric-api-base@0.3.0+c88702897d
	- fabric-api-lookup-api-v1@1.3.0+2b6fb8d77d
	- fabric-biome-api-v1@3.1.11+efd7b8cf7d
	- fabric-blockrenderlayer-v1@1.1.5+ca58154a7d
	- fabric-command-api-v1@1.1.2+95b14da07d
	- fabric-commands-v0@0.2.2+ca58154a7d
	- fabric-containers-v0@0.1.11+9354966b7d
	- fabric-content-registries-v0@0.2.4+5badb62d7d
	- fabric-crash-report-info-v1@0.1.3+ca58154a7d
	- fabric-dimensions-v1@2.0.6+61336ba97d
	- fabric-entity-events-v1@1.2.2+2f5f89687d
	- fabric-events-interaction-v0@0.4.3+f941baf07d
	- fabric-events-lifecycle-v0@0.2.1+ca58154a7d
	- fabric-game-rule-api-v1@1.0.6+ca58154a7d
	- fabric-item-api-v1@1.2.1+ca58154a7d
	- fabric-item-groups-v0@0.2.7+2868a2287d
	- fabric-key-binding-api-v1@1.0.4+9354966b7d
	- fabric-keybindings-v0@0.2.1+ca58154a7d
	- fabric-language-kotlin@1.6.1+kotlin.1.5.10
	- fabric-lifecycle-events-v1@1.2.1+ca58154a7d
	- fabric-loot-tables-v1@1.0.2+ca58154a7d
	- fabric-mining-levels-v0@0.1.3+ca58154a7d
	- fabric-models-v0@0.3.0+bc7a746f7d
	- fabric-networking-api-v1@1.0.4+5badb62d7d
	- fabric-networking-blockentity-v0@0.2.8+ca58154a7d
	- fabric-networking-v0@0.3.2+ca58154a7d
	- fabric-object-builder-api-v1@1.9.5+c88702897d
	- fabric-object-builders-v0@0.7.2+ca58154a7d
	- fabric-particles-v1@0.2.4+ca58154a7d
	- fabric-registry-sync-v0@0.7.4+ca58154a7d
	- fabric-renderer-api-v1@0.4.4+f3e8589e7d
	- fabric-renderer-indigo@0.4.4+ca58154a7d
	- fabric-renderer-registries-v1@2.3.0+2868a2287d
	- fabric-rendering-data-attachment-v1@0.1.5+ca58154a7d
	- fabric-rendering-fluids-v1@0.1.13+ca58154a7d
	- fabric-rendering-v0@1.1.2+ca58154a7d
	- fabric-rendering-v1@1.6.0+2868a2287d
	- fabric-resource-loader-v0@0.4.7+6afaa13c7d
	- fabric-screen-api-v1@1.0.0+c045166c7d
	- fabric-screen-handler-api-v1@1.1.5+9354966b7d
	- fabric-structure-api-v1@1.1.11+ca0ef93d7d
	- fabric-tag-extensions-v0@1.1.1+ca58154a7d
	- fabric-textures-v0@1.0.6+ca58154a7d
	- fabric-tool-attribute-api-v1@1.2.7+8183d3957d
	- fabric-transfer-api-v1@1.2.0+e1956bbf7d
	- fabricloader@0.11.6
	- ferritecore@2.0.7
	- fiber@0.23.0-2
	- indium@1.0.0+mc1.16.5
	- itemmodelfix@1.0.2+1.16
	- java@17
	- krypton@0.1.2
	- lambdacontrols@1.6.0+1.16
	- lambdynlights@1.3.4+1.16
	- lazydfu@0.1.2
	- lithium@0.6.6
	- lod@1.6.2a
	- minecraft@1.16.5
	- modmenu@1.16.12
	- notenoughcrashes@3.2.0
	- okzoomer@4.0.1+1.16.2
	- org_aperlambda_lambdajcommon@1.8.1
	- org_jetbrains_kotlin_kotlin-reflect@1.5.10
	- org_jetbrains_kotlin_kotlin-stdlib@1.5.10
	- org_jetbrains_kotlin_kotlin-stdlib-jdk7@1.5.10
	- org_jetbrains_kotlin_kotlin-stdlib-jdk8@1.5.10
	- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm@1.5.0
	- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8@1.5.0
	- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm@1.2.1
	- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm@1.2.1
	- reeses-sodium-options@1.0.4
	- slyde@1.3.0
	- smoothboot@1.16.5-1.6.0
	- sodium@0.2.0+build.4
	- sodium-extra@0.3.2
	- spruceui@2.1.4+1.16
	- starlight@fabric-1.0.0-RC2-82ae5ca
	- xaerobetterpvpfair@22.2.0.1
[19:24:10] [main/WARN]: Mod `starlight` (fabric-1.0.0-RC2-82ae5ca) does not respect SemVer - comparison support is limited.
[19:24:10] [main/WARN]: Mod `xaerobetterpvpfair` (22.2.0.1) uses more dot-separated version components than SemVer allows; support for this is currently not guaranteed.
[19:24:10] [main/WARN]: Mod `lod` (1.6.2a) does not respect SemVer - comparison support is limited.
[19:24:10] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/rafku/Desktop/MultiMC/libraries/net/fabricmc/sponge-mixin/0.9.4+mixin.0.8.2/sponge-mixin-0.9.4+mixin.0.8.2.jar Service=Knot/Fabric Env=CLIENT
[19:24:10] [main/INFO]: Loaded configuration file for Sodium: 24 options available, 0 override(s) found
[19:24:10] [main/INFO]: Loaded configuration file for Lithium: 80 options available, 1 override(s) found
[19:24:10] [main/WARN]: Error loading class: me/shedaniel/rei/gui/widget/EntryListWidget (java.lang.ClassNotFoundException: me/shedaniel/rei/gui/widget/EntryListWidget)
[19:24:10] [main/WARN]: @Mixin target me.shedaniel.rei.gui.widget.EntryListWidget was not found lambdacontrols_compat.mixins.json:EntryListWidgetAccessor
[19:24:10] [main/WARN]: Error loading class: me/shedaniel/rei/gui/widget/EntryWidget (java.lang.ClassNotFoundException: me/shedaniel/rei/gui/widget/EntryWidget)
[19:24:10] [main/WARN]: @Mixin target me.shedaniel.rei.gui.widget.EntryWidget was not found lambdacontrols_compat.mixins.json:EntryWidgetAccessor
[19:24:10] [main/WARN]: Error loading class: me/shedaniel/rei/gui/RecipeViewingScreen (java.lang.ClassNotFoundException: me/shedaniel/rei/gui/RecipeViewingScreen)
[19:24:10] [main/WARN]: @Mixin target me.shedaniel.rei.gui.RecipeViewingScreen was not found lambdacontrols_compat.mixins.json:RecipeViewingScreenAccessor
[19:24:10] [main/WARN]: Error loading class: me/shedaniel/rei/gui/VillagerRecipeViewingScreen (java.lang.ClassNotFoundException: me/shedaniel/rei/gui/VillagerRecipeViewingScreen)
[19:24:10] [main/WARN]: @Mixin target me.shedaniel.rei.gui.VillagerRecipeViewingScreen was not found lambdacontrols_compat.mixins.json:VillagerRecipeViewingScreenAccessor
[19:24:11] [main/WARN]: Force-disabling mixin 'world.player_chunk_tick.ThreadedAnvilChunkStorageMixin' as rule 'mixin.world.player_chunk_tick' (added by mods [krypton]) disables it and children
[19:24:11] [main/WARN]: @Mixin target net/minecraft/class_4970$class_4971$class_3752 is public in ferritecore.blockstatecache.mixin.json:BlockStateCacheMixin and should be specified in value
[19:24:11] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value
[19:24:11] [main/INFO]: Smooth Boot config initialized
[19:24:12] [main/INFO]: Using Java 9+ class definer
[19:24:13] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:24:14] [Render thread/INFO]: Setting user: JK2000_
[19:24:14] [Render thread/INFO]: Initializing StacktraceDeobfuscator
[19:24:14] [Render thread/INFO]: Done initializing StacktraceDeobfuscator
[19:24:14] [Render thread/INFO]: [LambdaControls] Initializing LambdaControls...
[19:24:14] [Render thread/INFO]: Compression will use Java 11, encryption will use Java
[19:24:14] [Render thread/INFO]: [LambDynLights] Initializing LambDynamicLights...
[19:24:14] [Render thread/INFO]: [LambDynLights] Configuration loaded.
[19:24:15] [Render thread/INFO]: Loading Better PVP Mod - Stage 1/2
[19:24:15] [Render thread/WARN]: WARNING! Mod fiber is only using deprecated 'modmenu:api' custom value! This will be removed in 1.18 snapshots, so ask the author of this mod to support the new API.
[19:24:15] [Render thread/WARN]: WARNING! Mod cloth-basic-math is only using deprecated 'modmenu:api' custom value! This will be removed in 1.18 snapshots, so ask the author of this mod to support the new API.
[19:24:15] [Render thread/WARN]: WARNING! Mod spruceui is only using deprecated 'modmenu:api' custom value! This will be removed in 1.18 snapshots, so ask the author of this mod to support the new API.
[19:24:15] [Render thread/WARN]: WARNING! Mod autoconfig1u is only using deprecated 'modmenu:api' custom value! This will be removed in 1.18 snapshots, so ask the author of this mod to support the new API.
[19:24:15] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
[19:24:15] [Render thread/INFO]: Krypton is now accelerating your Minecraft client's networking stack ?
[19:24:15] [Render thread/INFO]: Note that Krypton is most effective on servers, not the client.
[19:24:15] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[19:24:17] [Render thread/INFO]: Narrator library for x64 successfully loaded
[19:24:17] [Render thread/INFO]: Reloading ResourceManager: Default, Fabric Mods (Fabric Renderer API (v1), Fabric Key Bindings (v0), Not Enough Crashes, Fabric Loader, Fabric Transfer API (v1), Fabric Structure API (v1), Fabric Containers (v0), Lithium, Fabric Dimensions API (v1), Fabric Object Builder API (v1), Fabric Game Rule API (v1), Fabric API Base, ConnectedTexturesMod for Fabric, Fabric Rendering Data Attachment (v1), Capes, LambDynamicLights, Fabric Textures (v0), Fabric Rendering Fluids (v1), LazyDFU, Better PVP Mod, Fabric BlockRenderLayer Registration (v1), Fabric Lifecycle Events (v1), Sodium, Fabric Renderer Registries (v1), Fabric Loot Tables (v1), Dynamic FPS, Fabric API, Fabric Particles (v1), Fabric Networking (v0), Fabric API Lookup API (v1), Fabric Networking Block Entity (v0), Fabric Screen Handler API (v1), Ok Zoomer, Distant Horizons, Mod Menu, LambdaControls, Better Beds, Fabric Command API (v1), Sodium Extra, Fabric Screen API (v1), Fabric Tool Attribute API (v1), Fabric Renderer - Indigo, Reese's Sodium Options, Smooth Boot, Fabric Item API (v1), Fabric Crash Report Info (v1), Fabric Events Interaction (v0), Fabric Language Kotlin, Fabric Entity Events (v1), Fabric Rendering (v0), Cull Leaves, Fabric Key Binding API (v1), Fabric Rendering (v1), Cloth Config v4, SpruceUI, Fabric Resource Loader (v0), Auto Config v1 Updated, EntityCulling-Fabric, Fabric Content Registries (v0), Fabric Tag Extensions (v0), Indium, Fabric Biome API (v1), Item Model Fix, Fabric Commands (v0), Fabric Registry Sync (v0), Fabric Mining Levels (v0), Fabric Networking API (v1), Fabric Events Lifecycle (v0), Krypton, Fabric Item Groups (v0), Fabric Models (v0), Fabric Object Builders (v0)), VanillaTweaks_r330820.zip
[19:24:17] [Render thread/INFO]: ReflectionHandler: unable to find the Optifine fog field. If Optifine isn't installed this can be ignored.
[19:24:17] [Render thread/INFO]: Distant Horizons, Version: 1.6.2a
[19:24:17] [Render thread/INFO]: DistantHorizon: Registored mod comatibility accessor for Sodium-Fabric-1.16.5
[19:24:17] [Render thread/INFO]: [LambdaControls] Configuration loaded.
[19:24:17] [Render thread/INFO]: [LambdaControls] Adding okzoomer compatibility...
[19:24:17] [Render thread/INFO]: Loading Better PVP Mod - Stage 2/2
[19:24:17] [Worker-Main-10/WARN]: Unable to read definition 'minecraft:default' in fonts.json in resourcepack: 'VanillaTweaks_r330820.zip': minecraft:textures/misc/hunger_full.png
[19:24:17] [Worker-Main-10/WARN]: Unable to read definition 'minecraft:default' in fonts.json in resourcepack: 'VanillaTweaks_r330820.zip': minecraft:textures/misc/hunger_half.png
[19:24:17] [Render thread/INFO]: No Optifine!
[19:24:19] [Render thread/INFO]: OpenAL initialized.
[19:24:19] [Render thread/INFO]: Sound engine started
[19:24:19] [Render thread/INFO]: Created: 1024x1024x2 minecraft:textures/atlas/blocks.png-atlas
[19:24:19] [Render thread/INFO]: Created: 256x128x2 minecraft:textures/atlas/signs.png-atlas
[19:24:19] [Render thread/INFO]: Created: 1024x512x2 minecraft:textures/atlas/banner_patterns.png-atlas
[19:24:19] [Render thread/INFO]: Created: 1024x512x2 minecraft:textures/atlas/shield_patterns.png-atlas
[19:24:19] [Render thread/INFO]: Created: 256x256x2 minecraft:textures/atlas/chest.png-atlas
[19:24:19] [Render thread/INFO]: Created: 512x256x2 minecraft:textures/atlas/beds.png-atlas
[19:24:19] [Render thread/INFO]: Created: 512x256x2 minecraft:textures/atlas/shulker_boxes.png-atlas
[19:24:19] [Render thread/WARN]: Method overwrite conflict for getSprite in ctm.mixins.json:BakedQuadAccessor, previously written by me.jellysquid.mods.sodium.mixin.core.pipeline.MixinBakedQuad. Skipping method.
[19:24:19] [Render thread/WARN]: Method overwrite conflict for getSprite in xaerominimap.mixins.json:MixinBakedQuad, previously written by me.jellysquid.mods.sodium.mixin.core.pipeline.MixinBakedQuad. Skipping method.
[19:24:19] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[19:24:19] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[19:24:19] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[19:24:23] [Render thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:24:23] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:24:23] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:24:23] [Render thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:24:23] [Render thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:24:23] [Render thread/INFO]: Reloading ResourceManager: Default, Fabric Mods (Fabric Tool Attribute API (v1))
[19:24:23] [Render thread/INFO]: Loaded 7 recipes
[19:24:23] [Render thread/INFO]: Loaded 927 advancements
[19:24:23] [Render thread/INFO]: Applied 0 biome modifications to 0 of 79 new biomes in 1.229 ms
[19:24:23] [Render thread/INFO]: [fabric-registry-sync] Loaded registry data [file 1/4]
[19:24:24] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:24:24] [Server thread/INFO]: Starting integrated minecraft server version 1.16.5
[19:24:24] [Server thread/INFO]: Generating keypair
[19:24:24] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[19:24:25] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 0%
[19:24:25] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 0%
[19:24:26] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 83%
[19:24:26] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 83%
[19:24:26] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 94%
[19:24:27] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 96%
[19:24:27] [Render thread/INFO]: Time elapsed: 2698 ms
[19:24:27] [Server thread/INFO]: Changing view distance to 7, from 10
[19:24:27] [Server thread/INFO]: JK2000_[local:E:5404ae60] logged in with entity id 43 at (-1038.291191120467, 150.05216677073815, -390.39094595472875)
[19:24:27] [Server thread/INFO]: Gracz JK2000_ dołączył do gry
[19:24:27] [Render thread/INFO]: New minimap session initialized!
[19:24:27] [Render thread/INFO]: Started 12 worker threads
[19:24:28] [Server thread/INFO]: Saving and pausing game...
[19:24:28] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:24:28] [Render thread/INFO]: Loaded 71 advancements
[19:24:28] [Render thread/INFO]: Creating GLProxy... If this is the last message you see in the log there must have been a OpenGL error.
[19:24:28] [Render thread/INFO]: Lod Render OpenGL version [4.6.0 NVIDIA 472.56].
[19:24:28] [Render thread/INFO]: minecraftGlCapabilities:
Your supported OpenGL version:
1.1: true
1.2: true
1.3: true
1.4: true
1.5: true
2.0: true
2.1: true
3.0: true
3.1: true
3.2: true <- REQUIRED
3.3: true
4.0: true
4.1: true
4.2: true
4.3: true <- optional improvement
4.4: true <- optional improvement
4.5: true
4.6: true

[19:24:28] [Server thread/INFO]: Saving LODs
[19:24:28] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:24:28] [Server thread/INFO]: Saving LODs
[19:24:28] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:24:28] [Server thread/INFO]: Saving LODs
[19:24:28] [Render thread/INFO]: lodBuilderGlCapabilities:
Your supported OpenGL version:
1.1: true
1.2: true
1.3: true
1.4: true
1.5: true
2.0: true
2.1: true
3.0: true
3.1: true
3.2: true <- REQUIRED
3.3: true
4.0: true
4.1: true
4.2: true
4.3: true <- optional improvement
4.4: true <- optional improvement
4.5: true
4.6: true

[19:24:28] [Render thread/INFO]: proxyWorkerGlCapabilities:
Your supported OpenGL version:
1.1: true
1.2: true
1.3: true
1.4: true
1.5: true
2.0: true
2.1: true
3.0: true
3.1: true
3.2: true <- REQUIRED
3.3: true
4.0: true
4.1: true
4.2: true
4.3: true <- optional improvement
4.4: true <- optional improvement
4.5: true
4.6: true

[19:24:28] [Render thread/INFO]: GPU Vendor [NVIDIA CORPORATION], Preferred upload method is [BUFFER_STORAGE].
[19:24:28] [Render thread/INFO]: GLProxy creation successful. OpenGL smiles upon you this day.
[19:24:28] [Render thread/INFO]: Saving LODs
[19:24:28] [Render thread/INFO]: Blocking until lod file save finishes!
[19:24:28] [Render thread/INFO]: LodDim MOVE. Offset: (-3,-1)
[19:24:28] [Render thread/INFO]: LodDim MOVE complete. Offset: (-3,-1)
[19:24:28] [Render thread/INFO]: No Iris!
[19:24:28] [Render thread/INFO]: Reloading entity icon resources...
[19:24:28] [Render thread/INFO]: Done!
[19:24:28] [Server thread/INFO]: ================WORLD_GEN_STEP_INITING=============
[19:24:28] [Server thread/INFO]: [CHAT] NOTE: You are currently using Distant Horizon's Batch Chunk Pre-Generator.
[19:24:28] [Server thread/INFO]: Batch Chunk Generator initialized
[19:24:29] [Render thread/INFO]: Loading shader at shaders/standard.vert
[19:24:29] [Render thread/INFO]: Shader at shaders/standard.vert loaded sucessfully.
[19:24:29] [Render thread/INFO]: Loading shader at shaders/flat_shaded.frag
[19:24:29] [Render thread/INFO]: Shader at shaders/flat_shaded.frag loaded sucessfully.
[19:24:29] [Render thread/INFO]: Vertex Attribute (GL43+) completed. It contains 1 binding points and a stride size of 12
[19:25:04] [Render thread/INFO]: LodDim MOVE. Offset: (0,-1)
[19:25:04] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,-1)
[19:25:04] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 5
[19:25:10] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT5.7144981S
[19:25:12] [Gen-Worker-Thread Thread[0]/ERROR]: Failed to fetch mob spawner entity at (-1921, 12, -972)
[19:25:12] [Gen-Worker-Thread Thread[0]/ERROR]: Failed to fetch mob spawner entity at (-1949, 13, -920)
[19:25:19] [Server thread/INFO]: Saving and pausing game...
[19:25:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:25:19] [Server thread/INFO]: Saving LODs
[19:25:19] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 5
[19:25:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:25:19] [Server thread/INFO]: Saving LODs
[19:25:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:25:19] [Server thread/INFO]: Saving LODs
[19:25:22] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT3.0695367S
[19:25:50] [Render thread/INFO]: LodDim MOVE. Offset: (0,1)
[19:25:50] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,1)
[19:25:50] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 2
[19:25:51] [Gen-Worker-Thread Thread[3]/ERROR]: LodBuilder encountered an error on building lod for chunk fabric.com.seibel.lod.common.wrappers.chunk.ChunkWrapper@cb38437: java.lang.RuntimeException: Update data called but no child datapoint exist!
[19:25:52] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT1.7598078S
[19:26:13] [Server thread/INFO]: [JK2000_: Zmieniono tryb gry na Tryb widza]
[19:26:13] [Render thread/INFO]: [CHAT] Zmieniono tryb gry na Tryb widza
[19:26:17] [Render thread/INFO]: LodDim MOVE. Offset: (1,0)
[19:26:17] [Render thread/INFO]: LodDim MOVE complete. Offset: (1,0)
[19:26:17] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 5
[19:26:18] [Render thread/INFO]: LodDim MOVE. Offset: (0,-1)
[19:26:18] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,-1)
[19:26:23] [Render thread/INFO]: LodDim MOVE. Offset: (1,0)
[19:26:23] [Render thread/INFO]: LodDim MOVE complete. Offset: (1,0)
[19:26:23] [LodBufferBuilderFactory - main Thread[0]/ERROR]: LodBufferBuilder ran into trouble: 
java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: Index 3072 out of bounds for length 3072
	at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.10) ~[?:?]
	at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096) ~[?:?]
	at com.seibel.lod.core.builders.bufferBuilding.LodBufferBuilderFactory.generateLodBuffersThread(LodBufferBuilderFactory.java:363) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.builders.bufferBuilding.LodBufferBuilderFactory.lambda$updateAndSwapLodBuffersAsync$0(LodBufferBuilderFactory.java:230) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
	at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 3072 out of bounds for length 3072
	at com.seibel.lod.core.objects.PosToRenderContainer.addPosToRender(PosToRenderContainer.java:70) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodRegion.getPosToRenderFlat(LodRegion.java:379) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodRegion.getPosToRenderFlat(LodRegion.java:391) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodRegion.getPosToRenderFlat(LodRegion.java:391) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodRegion.getPosToRenderFlat(LodRegion.java:391) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodRegion.getPosToRenderFlat(LodRegion.java:391) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodRegion.getPosToRenderFlat(LodRegion.java:391) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodRegion.getPosToRenderFlat(LodRegion.java:391) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodRegion.getPosToRender(LodRegion.java:305) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodDimension.getPosToRender(LodDimension.java:515) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.builders.bufferBuilding.LodBufferBuilderFactory.makeLodRenderData(LodBufferBuilderFactory.java:419) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.builders.bufferBuilding.LodBufferBuilderFactory.lambda$generateLodBuffersThread$1(LodBufferBuilderFactory.java:339) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
	... 3 more
[19:26:26] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT9.0555831S
[19:26:27] [Render thread/INFO]: LodDim MOVE. Offset: (0,1)
[19:26:27] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,1)
[19:26:27] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 3
[19:26:30] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT3.0755388S
[19:26:30] [Render thread/INFO]: LodDim MOVE. Offset: (1,0)
[19:26:30] [Render thread/INFO]: LodDim MOVE complete. Offset: (1,0)
[19:26:30] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 2
[19:26:31] [LodBufferBuilderFactory - main Thread[0]/ERROR]: LodBufferBuilder ran into trouble: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "com.seibel.lod.core.objects.lod.LevelContainer.getAllData(int, int)" because "this.dataContainer[detailLevel]" is null
	at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.10) ~[?:?]
	at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096) ~[?:?]
	at com.seibel.lod.core.builders.bufferBuilding.LodBufferBuilderFactory.generateLodBuffersThread(LodBufferBuilderFactory.java:363) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.builders.bufferBuilding.LodBufferBuilderFactory.lambda$updateAndSwapLodBuffersAsync$0(LodBufferBuilderFactory.java:230) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
	at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "com.seibel.lod.core.objects.lod.LevelContainer.getAllData(int, int)" because "this.dataContainer[detailLevel]" is null
	at com.seibel.lod.core.objects.lod.LodRegion.getAllData(LodRegion.java:203) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.objects.lod.LodDimension.getAllData(LodDimension.java:569) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.builders.bufferBuilding.LodBufferBuilderFactory.makeLodRenderData(LodBufferBuilderFactory.java:476) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at com.seibel.lod.core.builders.bufferBuilding.LodBufferBuilderFactory.lambda$generateLodBuffersThread$1(LodBufferBuilderFactory.java:339) ~[DistantHorizons-1.6.2a-1.16.5.jar:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
	... 3 more
[19:26:32] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT2.339908S
[19:26:36] [Render thread/INFO]: LodDim MOVE. Offset: (0,1)
[19:26:36] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 3
[19:26:36] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,1)
[19:26:38] [Render thread/INFO]: LodDim MOVE. Offset: (1,0)
[19:26:38] [Render thread/INFO]: LodDim MOVE complete. Offset: (1,0)
[19:26:42] [Render thread/INFO]: LodDim MOVE. Offset: (0,-1)
[19:26:42] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,-1)
[19:26:48] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT11.541517S
[19:26:50] [Render thread/INFO]: LodDim MOVE. Offset: (0,-1)
[19:26:50] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,-1)
[19:26:50] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 3
[19:26:53] [Render thread/INFO]: LodDim MOVE. Offset: (0,1)
[19:26:53] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,1)
[19:26:56] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT6.8702011S
[19:26:57] [Server thread/INFO]: Saving and pausing game...
[19:26:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:26:57] [Server thread/INFO]: Saving LODs
[19:26:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:26:57] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 4
[19:26:57] [Server thread/INFO]: Saving LODs
[19:26:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:26:57] [Server thread/INFO]: Saving LODs
[19:27:01] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT4.3162546S
[19:27:01] [Render thread/INFO]: Stopping worker threads
[19:27:01] [Render thread/INFO]: Started 12 worker threads
[19:27:01] [Render thread/INFO]: Flushed changes to Minecraft configuration
[19:27:03] [Server thread/INFO]: Changing view distance to 31, from 7
[19:27:24] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 9
[19:27:34] [Server thread/INFO]: Saving and pausing game...
[19:27:34] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:27:34] [Server thread/INFO]: Saving LODs
[19:27:34] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:27:34] [Server thread/INFO]: Saving LODs
[19:27:34] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:27:34] [Server thread/INFO]: Saving LODs
[19:27:39] [Render thread/INFO]: Stopping worker threads
[19:27:39] [Render thread/INFO]: Started 12 worker threads
[19:27:39] [Render thread/INFO]: Flushed changes to Minecraft configuration
[19:27:40] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT15.6077277S
[19:27:41] [Server thread/INFO]: Changing view distance to 7, from 31
[19:27:44] [Server thread/INFO]: [JK2000_: Zmieniono tryb gry na Tryb kreatywny]
[19:27:44] [Render thread/INFO]: [CHAT] Zmieniono tryb gry na Tryb kreatywny
[19:28:35] [Render thread/INFO]: LodDim MOVE. Offset: (0,1)
[19:28:35] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,1)
[19:28:35] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 5
[19:28:40] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT5.473457S
[19:28:57] [Server thread/INFO]: Saving and pausing game...
[19:28:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:28:57] [Server thread/INFO]: Saving LODs
[19:28:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:28:57] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 4
[19:28:57] [Server thread/INFO]: Saving LODs
[19:28:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:28:57] [Server thread/INFO]: Saving LODs
[19:29:00] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT2.8880059S
[19:29:27] [Server thread/INFO]: Saving and pausing game...
[19:29:27] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:29:27] [Server thread/INFO]: Saving LODs
[19:29:27] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:29:27] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 4
[19:29:27] [Server thread/INFO]: Saving LODs
[19:29:27] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:29:27] [Server thread/INFO]: Saving LODs
[19:29:28] [Render thread/INFO]: Minimap session finalized.
[19:29:28] [Server thread/INFO]: JK2000_ lost connection: Rozłączono
[19:29:28] [Server thread/INFO]: Gracz JK2000_ opuścił grę
[19:29:28] [Server thread/INFO]: Stopping singleplayer server as player logged out
[19:29:28] [Server thread/INFO]: Stopping server
[19:29:28] [Server thread/INFO]: Saving players
[19:29:28] [Server thread/INFO]: Saving worlds
[19:29:28] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:29:28] [Server thread/INFO]: ThreadedAnvilChunkStorage (Nowy świat): All chunks are saved
[19:29:28] [Server thread/INFO]: Saving LODs
[19:29:28] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:29:28] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[19:29:28] [Server thread/INFO]: Saving LODs
[19:29:28] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:29:28] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[19:29:28] [Server thread/INFO]: Saving LODs
[19:29:28] [Server thread/INFO]: ThreadedAnvilChunkStorage (Nowy świat): All chunks are saved
[19:29:28] [Server thread/INFO]: 1.18 Experimental Chunk Generator shutting down...
[19:29:28] [Server thread/INFO]: Batch Chunk Generator shutting down...
[19:29:28] [Server thread/INFO]: Saving LODs
[19:29:28] [Server thread/INFO]: Blocking until lod file save finishes!
[19:29:30] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT2.9745228S
[19:29:30] [Server thread/INFO]: Blocking until GL jobs finished!
[19:29:30] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[19:29:30] [Server thread/INFO]: Blocking until GL jobs finished!
[19:29:30] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[19:29:30] [Server thread/INFO]: Blocking until GL jobs finished!
[19:29:30] [Render thread/INFO]: Stopping worker threads
[19:29:34] [Render thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:29:34] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:29:34] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:29:34] [Render thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:29:34] [Render thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:29:34] [Render thread/INFO]: Reloading ResourceManager: Default, Fabric Mods (Fabric Tool Attribute API (v1))
[19:29:34] [Render thread/INFO]: Loaded 7 recipes
[19:29:34] [Render thread/INFO]: Loaded 927 advancements
[19:29:34] [Render thread/INFO]: Applied 0 biome modifications to 0 of 79 new biomes in 226.2 ?s
[19:29:34] [Render thread/INFO]: [fabric-registry-sync] Loaded registry data [file 1/4]
[19:29:35] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:29:35] [Server thread/INFO]: Starting integrated minecraft server version 1.16.5
[19:29:35] [Server thread/INFO]: Generating keypair
[19:29:35] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[19:29:35] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 0%
[19:29:36] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 83%
[19:29:36] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 83%
[19:29:36] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 83%
[19:29:36] [Render thread/INFO]: Time elapsed: 1794 ms
[19:29:36] [Server thread/INFO]: Changing view distance to 7, from 10
[19:29:37] [Server thread/INFO]: JK2000_[local:E:c0626540] logged in with entity id 254129 at (577.3221335142445, 120.62793368196563, 434.6283785746706)
[19:29:37] [Server thread/INFO]: Gracz JK2000_ dołączył do gry
[19:29:37] [Render thread/INFO]: New minimap session initialized!
[19:29:37] [Render thread/INFO]: Started 12 worker threads
[19:29:37] [Render thread/INFO]: Loaded 71 advancements
[19:29:37] [Server thread/INFO]: Saving and pausing game...
[19:29:37] [Render thread/INFO]: Saving LODs
[19:29:37] [Render thread/INFO]: Blocking until lod file save finishes!
[19:29:37] [Render thread/INFO]: LodDim MOVE. Offset: (1,0)
[19:29:37] [Render thread/INFO]: LodDim MOVE complete. Offset: (1,0)
[19:29:37] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:29:37] [Render thread/INFO]: Loading shader at shaders/standard.vert
[19:29:37] [Render thread/INFO]: Shader at shaders/standard.vert loaded sucessfully.
[19:29:37] [Render thread/INFO]: Loading shader at shaders/flat_shaded.frag
[19:29:37] [Render thread/INFO]: Shader at shaders/flat_shaded.frag loaded sucessfully.
[19:29:37] [Render thread/INFO]: Vertex Attribute (GL43+) completed. It contains 1 binding points and a stride size of 12
[19:29:37] [Server thread/INFO]: Saving LODs
[19:29:37] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:29:37] [Server thread/INFO]: Saving LODs
[19:29:37] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:29:37] [Server thread/INFO]: Saving LODs
[19:29:37] [Server thread/INFO]: ================WORLD_GEN_STEP_INITING=============
[19:29:37] [Server thread/INFO]: [CHAT] NOTE: You are currently using Distant Horizon's Batch Chunk Pre-Generator.
[19:29:37] [Server thread/INFO]: Batch Chunk Generator initialized
[19:29:39] [Gen-Worker-Thread Thread[6]/ERROR]: Failed to fetch mob spawner entity at (1188, 16, 612)
[19:29:41] [Gen-Worker-Thread Thread[7]/ERROR]: Failed to fetch mob spawner entity at (1282, 23, 784)
[19:29:48] [Render thread/INFO]: LodDim MOVE. Offset: (0,1)
[19:29:48] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,1)
[19:29:48] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 6
[19:29:51] [Gen-Worker-Thread Thread[6]/ERROR]: Failed to fetch mob spawner entity at (881, 43, 1129)
[19:29:54] [Render thread/INFO]: LodDim MOVE. Offset: (-1,0)
[19:29:54] [Render thread/INFO]: LodDim MOVE complete. Offset: (-1,0)
[19:29:59] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT10.7103725S
[19:29:59] [Gen-Worker-Thread Thread[5]/ERROR]: Failed to fetch mob spawner entity at (616, 42, 1487)
[19:30:13] [Render thread/INFO]: LodDim MOVE. Offset: (0,1)
[19:30:13] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,1)
[19:30:13] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 6
[19:30:13] [Gen-Worker-Thread Thread[7]/ERROR]: Failed to fetch mob spawner entity at (616, 42, 1487)
[19:30:15] [Render thread/INFO]: Loaded 71 advancements
[19:30:19] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT6.1090661S
[19:30:20] [Gen-Worker-Thread Thread[4]/ERROR]: Failed to fetch mob spawner entity at (358, 25, 1721)
[19:30:24] [Gen-Worker-Thread Thread[7]/ERROR]: Failed to fetch mob spawner entity at (640, 17, 1979)
[19:30:25] [Gen-Worker-Thread Thread[7]/ERROR]: Failed to fetch mob spawner entity at (606, 35, 2009)
[19:30:25] [Gen-Worker-Thread Thread[7]/ERROR]: Failed to fetch mob spawner entity at (626, 33, 2009)
[19:30:31] [Gen-Worker-Thread Thread[6]/ERROR]: Failed to fetch mob spawner entity at (-213, 40, 2089)
[19:30:43] [Render thread/INFO]: LodDim MOVE. Offset: (0,1)
[19:30:43] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,1)
[19:30:43] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 8
[19:30:44] [Gen-Worker-Thread Thread[4]/ERROR]: Failed to fetch mob spawner entity at (-213, 40, 2089)
[19:30:45] [Server thread/INFO]: Saving and pausing game...
[19:30:45] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:30:46] [Server thread/INFO]: Saving LODs
[19:30:46] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:30:46] [Server thread/INFO]: Saving LODs
[19:30:46] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:30:46] [Server thread/INFO]: Saving LODs
[19:30:52] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT8.654011S
[19:31:50] [Render thread/INFO]: Minimap session finalized.
[19:31:50] [Server thread/INFO]: JK2000_ lost connection: Rozłączono
[19:31:50] [Server thread/INFO]: Gracz JK2000_ opuścił grę
[19:31:50] [Server thread/INFO]: Stopping singleplayer server as player logged out
[19:31:50] [Server thread/INFO]: Stopping server
[19:31:50] [Server thread/INFO]: Saving players
[19:31:50] [Server thread/INFO]: Saving worlds
[19:31:50] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:31:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (Nowy świat): All chunks are saved
[19:31:50] [Server thread/INFO]: Saving LODs
[19:31:50] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:31:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[19:31:50] [Server thread/INFO]: Saving LODs
[19:31:50] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:31:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[19:31:50] [Server thread/INFO]: Saving LODs
[19:31:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (Nowy świat): All chunks are saved
[19:31:50] [Server thread/INFO]: 1.18 Experimental Chunk Generator shutting down...
[19:31:50] [Server thread/INFO]: Batch Chunk Generator shutting down...
[19:31:50] [Server thread/INFO]: Saving LODs
[19:31:50] [Server thread/INFO]: Blocking until lod file save finishes!
[19:31:50] [Server thread/INFO]: Blocking until GL jobs finished!
[19:31:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[19:31:50] [Server thread/INFO]: Blocking until GL jobs finished!
[19:31:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[19:31:50] [Server thread/INFO]: Blocking until GL jobs finished!
[19:31:50] [Render thread/INFO]: Stopping worker threads
[19:31:52] [Render thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:31:52] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:31:52] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:31:52] [Render thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:31:52] [Render thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:31:52] [Render thread/INFO]: Reloading ResourceManager: Default, Fabric Mods (Fabric Tool Attribute API (v1))
[19:31:52] [Render thread/INFO]: Loaded 7 recipes
[19:31:52] [Render thread/INFO]: Loaded 927 advancements
[19:31:52] [Render thread/INFO]: Applied 0 biome modifications to 0 of 79 new biomes in 239.9 ?s
[19:31:52] [Render thread/INFO]: [fabric-registry-sync] Loaded registry data [file 1/4]
[19:31:52] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:31:52] [Server thread/INFO]: Starting integrated minecraft server version 1.16.5
[19:31:52] [Server thread/INFO]: Generating keypair
[19:31:52] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[19:31:52] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 0%
[19:31:54] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 83%
[19:31:54] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 83%
[19:31:54] [Render thread/INFO]: Przygotowywanie strefy odrodzenia: 83%
[19:31:54] [Render thread/INFO]: Time elapsed: 1784 ms
[19:31:54] [Server thread/INFO]: Changing view distance to 7, from 10
[19:31:54] [Server thread/INFO]: JK2000_[local:E:1484d912] logged in with entity id 298721 at (66.1944868558241, 120.62793368196563, 1567.8806604193637)
[19:31:54] [Server thread/INFO]: Gracz JK2000_ dołączył do gry
[19:31:54] [Render thread/INFO]: New minimap session initialized!
[19:31:54] [Render thread/INFO]: Started 12 worker threads
[19:31:54] [Server thread/INFO]: Saving and pausing game...
[19:31:54] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:overworld
[19:31:54] [Render thread/INFO]: Loaded 71 advancements
[19:31:54] [Render thread/INFO]: Saving LODs
[19:31:54] [Render thread/INFO]: Blocking until lod file save finishes!
[19:31:54] [Render thread/INFO]: LodDim MOVE. Offset: (0,3)
[19:31:54] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,3)
[19:31:54] [Render thread/INFO]: Loading shader at shaders/standard.vert
[19:31:54] [Render thread/INFO]: Shader at shaders/standard.vert loaded sucessfully.
[19:31:54] [Render thread/INFO]: Loading shader at shaders/flat_shaded.frag
[19:31:54] [Render thread/INFO]: Shader at shaders/flat_shaded.frag loaded sucessfully.
[19:31:54] [Render thread/INFO]: Vertex Attribute (GL43+) completed. It contains 1 binding points and a stride size of 12
[19:31:54] [Server thread/INFO]: Saving LODs
[19:31:54] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_nether
[19:31:54] [Server thread/INFO]: Saving LODs
[19:31:54] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Nowy świat]'/minecraft:the_end
[19:31:54] [Server thread/INFO]: Saving LODs
[19:31:54] [Server thread/INFO]: ================WORLD_GEN_STEP_INITING=============
[19:31:54] [Server thread/INFO]: [CHAT] NOTE: You are currently using Distant Horizon's Batch Chunk Pre-Generator.
[19:31:54] [Server thread/INFO]: Batch Chunk Generator initialized
[19:31:55] [Gen-Worker-Thread Thread[9]/ERROR]: Failed to fetch mob spawner entity at (-380, 39, 2228)
[19:32:09] [Render thread/INFO]: LodDim MOVE. Offset: (-1,0)
[19:32:09] [Render thread/INFO]: LodDim MOVE complete. Offset: (-1,0)
[19:32:09] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 7
[19:32:16] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT7.1717534S
[19:32:31] [Render thread/INFO]: LodDim MOVE. Offset: (0,1)
[19:32:31] [Render thread/INFO]: LodDim MOVE complete. Offset: (0,1)
[19:32:31] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer started. To-be-written-regions: 8
[19:32:33] [Gen-Worker-Thread Thread[11]/ERROR]: Failed to fetch mob spawner entity at (-625, 29, 2457)
[19:32:33] [Render thread/INFO]: Loaded 71 advancements
[19:32:34] [Gen-Worker-Thread Thread[11]/ERROR]: Failed to fetch mob spawner entity at (68, 5, 2467)
[19:32:34] [Gen-Worker-Thread Thread[11]/ERROR]: Failed to fetch mob spawner entity at (103, 15, 2520)
[19:32:39] [LodDimensionFileHandler Thread[0]/INFO]: Lod File Writer completed. Took PT7.8943795S
[19:37:12] [Render thread/INFO]: Stopping worker threads
[19:37:12] [Render thread/INFO]: Started 12 worker threads
[19:37:12] [Render thread/INFO]: Flushed changes to Minecraft configuration
[19:37:15] [Render thread/INFO]: Stopping worker threads
[19:37:15] [Render thread/INFO]: Started 12 worker threads
[19:37:15] [Render thread/INFO]: Flushed changes to Minecraft configuration
[19:37:20] [Render thread/INFO]: Minimap session finalized.
[20:08:21] [CullThread/INFO]: [STDOUT]: Shutting down culling task!
Proces zakończył z kodem 1.

Minecraft was closed using Task Menager. Minecraft was still technicly doing somthing but it was probably a loop of some kind. If needed I can give more ditails. (I have logs from mod "notenoughcrashes" It may contain aditional ditails) I hope this information will help to fix the error. And sorry for my bad Englisch it isn't my native luangage.