Rubidium

Rubidium

34M Downloads

Random crashing - Index out of bound

domanhthang2110 opened this issue ยท 10 comments

commented

I think it's conflicting with other mods but I don't know which since it crash randomly and can't (or I dont know how) be replicated. The index length is different every time it crashes

// I bet Cylons wouldn't have this problem.

Time: 5/21/22, 9:32 AM
Description: Unexpected error

java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 4097
	at it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap.rehash(Long2ReferenceOpenHashMap.java:1334) ~[fastutil-8.5.6.jar%2340!/:?] {}
	at it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap.insert(Long2ReferenceOpenHashMap.java:279) ~[fastutil-8.5.6.jar%2340!/:?] {}
	at it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap.put(Long2ReferenceOpenHashMap.java:287) ~[fastutil-8.5.6.jar%2340!/:?] {}
	at me.jellysquid.mods.sodium.client.world.cloned.ClonedChunkSectionCache.createSection(ClonedChunkSectionCache.java:49) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.world.cloned.ClonedChunkSectionCache.acquire(ClonedChunkSectionCache.java:27) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.world.WorldSlice.prepare(WorldSlice.java:126) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.createRebuildTask(RenderSectionManager.java:380) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.submitRebuildTasks(RenderSectionManager.java:347) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:315) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.updateChunks(SodiumWorldRenderer.java:197) ~[rubidium-0.5.2a.jar%23139!/:?] {re:mixin,re:classloading}
	at net.minecraft.client.renderer.LevelRenderer.m_194338_(LevelRenderer.java:8628) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1156) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1059) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:833) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1044) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:663) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
	at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.20.jar%2316!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
	at it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap.rehash(Long2ReferenceOpenHashMap.java:1334) ~[fastutil-8.5.6.jar%2340!/:?] {}
	at it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap.insert(Long2ReferenceOpenHashMap.java:279) ~[fastutil-8.5.6.jar%2340!/:?] {}
	at it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap.put(Long2ReferenceOpenHashMap.java:287) ~[fastutil-8.5.6.jar%2340!/:?] {}
	at me.jellysquid.mods.sodium.client.world.cloned.ClonedChunkSectionCache.createSection(ClonedChunkSectionCache.java:49) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.world.cloned.ClonedChunkSectionCache.acquire(ClonedChunkSectionCache.java:27) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.world.WorldSlice.prepare(WorldSlice.java:126) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.createRebuildTask(RenderSectionManager.java:380) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.submitRebuildTasks(RenderSectionManager.java:347) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:315) ~[rubidium-0.5.2a.jar%23139!/:?] {re:classloading}
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.updateChunks(SodiumWorldRenderer.java:197) ~[rubidium-0.5.2a.jar%23139!/:?] {re:mixin,re:classloading}
	at net.minecraft.client.renderer.LevelRenderer.m_194338_(LevelRenderer.java:8628) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1156) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1059) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
-- Affected level --
Details:
	All players: 1 total; [LocalPlayer['YukamiNeesan'/256, l='ClientLevel', x=484.56, y=64.00, z=118.06]]
	Chunk stats: 4096, 1016
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,94,0), Section: (at 0,14,0 in 0,5,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
	Level time: 1028205 game time, 1093052 day time
	Server brand: forge
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:407) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:client.MixinClientWorld,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:flytre_lib.mixins.json:event.ClientWorldMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:create.mixins.json:DestroyProgressMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2255) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:685) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23161!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
	at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.20.jar%2316!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}


-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: Mod Resources, Default, Better-Bow-and-Crossbow, VanillaTweaks_final.zip, quark-emote-pack, Better+Tinker+Table+1.18.zip

-- System Details --
Details:
	Minecraft Version: 1.18.2
	Minecraft Version ID: 1.18.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.1, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 1861619032 bytes (1775 MiB) / 5167382528 bytes (4928 MiB) up to 5368709120 bytes (5120 MiB)
	CPUs: 12
	Processor Vendor: GenuineIntel
	Processor Name: 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
	Identifier: Intel64 Family 6 Model 167 Stepping 1
	Microarchitecture: unknown
	Frequency (GHz): 2.59
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 12
	Graphics card #0 name: NVIDIA GeForce GTX 750 Ti
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 2048.00
	Graphics card #0 deviceId: 0x1380
	Graphics card #0 versionInfo: DriverVersion=30.0.15.1259
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.67
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 8192.00
	Memory slot #1 clockSpeed (GHz): 2.67
	Memory slot #1 type: DDR4
	Virtual memory max (MB): 18444.98
	Virtual memory used (MB): 13379.78
	Swap memory total (MB): 2208.33
	Swap memory used (MB): 100.91
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Launched Version: 1.18.2-forge-40.1.20
	Backend library: LWJGL version 3.2.2 SNAPSHOT
	Backend API: NVIDIA GeForce GTX 750 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 512.59, NVIDIA Corporation
	Window size: 1360x768
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
	Type: Integrated Server (map_client.txt)
	Graphics mode: fancy
	Resource Packs: mod_resources, vanilla, file/Better-Bow-and-Crossbow, file/VanillaTweaks_final.zip, quark:emote_resources (incompatible), file/Better+Tinker+Table+1.18.zip
	Current Language: English (US)
	CPU: 12x 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
	Server Running: true
	Player Count: 1 / 8; [ServerPlayer['YukamiNeesan'/256, l='ServerLevel[vit]', x=484.56, y=64.00, z=118.06]]
	Data Packs: vanilla, mod:treechop (incompatible), mod:betterdungeons, mod:stackablepotions (incompatible), mod:blue_skies (incompatible), mod:bigbrain (incompatible), mod:excavar, mod:stalwart_dungeons, mod:rubidium (incompatible), mod:bossmusicmod (incompatible), mod:villagernames, mod:controlling (incompatible), mod:placebo (incompatible), mod:yungsapi, mod:feature_nbt_deadlock_be_gone (incompatible), mod:bookshelf (incompatible), mod:jeed (incompatible), mod:balm (incompatible), mod:jeresources (incompatible), mod:dragonfight (incompatible), mod:cloth_config (incompatible), mod:sound_physics_remastered (incompatible), mod:dragonmounts (incompatible), mod:structure_gel, mod:flytre_lib (incompatible), mod:advancementplaques (incompatible), mod:ambientsounds (incompatible), mod:toolstats (incompatible), mod:improvedmounthud (incompatible), mod:chunky (incompatible), mod:deathfinder (incompatible), mod:dungeons_enhanced, mod:goblinsanddungeons (incompatible), mod:schoolsofmagic (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:lucent, mod:collective, mod:spyglass_improvements (incompatible), mod:yungsextras, mod:betterstrongholds, mod:onlylooking, mod:architectury (incompatible), mod:aiimprovements (incompatible), mod:chimes (incompatible), mod:invmove_compat (incompatible), mod:playerrevive (incompatible), mod:geckolib3 (incompatible), mod:bettermodsbutton (incompatible), mod:betteradvancements (incompatible), mod:kiwi, mod:clienttweaks (incompatible), mod:peepomod (incompatible), mod:jei (incompatible), mod:jeienchantmentinfo (incompatible), mod:conjurer_illager, mod:invmove (incompatible), mod:waystones (incompatible), mod:dual_riders (incompatible), mod:mcwifipnp (incompatible), mod:smarterfarmers (incompatible), mod:configured (incompatible), mod:criticalib (incompatible), mod:farsightedmobs (incompatible), mod:starlight (incompatible), mod:betterdeserttemples, mod:environmentalcreepers (incompatible), mod:catalogue (incompatible), mod:fixedanvilrepaircost, mod:forge (incompatible), mod:goprone, mod:idas, mod:zillagersweararmor (incompatible), mod:tconstruct (incompatible), mod:jade (incompatible), mod:creativecore (incompatible), mod:notenoughanimations (incompatible), mod:iceberg (incompatible), mod:flywheel (incompatible), mod:create, mod:mantle (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:entityculling (incompatible), mod:damageindicator (incompatible), mod:ambientenvironment (incompatible), mod:fastfurnace (incompatible), mod:appleskin (incompatible), mod:alexsdelight, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:farmersdelight (incompatible), mod:cataclysm (incompatible), mod:puzzleslib (incompatible), mod:enhancedcelestials (incompatible), mod:domesticationinnovation (incompatible), file/BetterMineshaft 1.1.2.zip, file/towns-and-towers-structure-overhaul-terralith-1-5.zip, mod:inventoryprofilesnext (incompatible), mod:queen_bee, mod:clickadv (incompatible), mod:create_confectionery, mod:culturaldelights, mod:farmersrespite (incompatible), mod:corpse (incompatible), mod:easymagic (incompatible), mod:curiouslanterns, mod:curiouslights, mod:backpacked (incompatible), mod:sapience, mod:extendedclouds (incompatible), mod:fallingleaves (incompatible)
	World Generation: Experimental
	ModLauncher: 9.1.3+9.1.3+main.9b69c82a
	ModLauncher launch target: forgeclient
	ModLauncher naming: srg
	ModLauncher services: 
		 mixin PLUGINSERVICE 
		 eventbus PLUGINSERVICE 
		 slf4jfixer PLUGINSERVICE 
		 object_holder_definalize PLUGINSERVICE 
		 runtime_enum_extender PLUGINSERVICE 
		 capability_token_subclass PLUGINSERVICE 
		 accesstransformer PLUGINSERVICE 
		 runtimedistcleaner PLUGINSERVICE 
		 mixin TRANSFORMATIONSERVICE 
		 fml TRANSFORMATIONSERVICE 
	FML Language Providers: 
		[email protected]
		javafml@null
	Mod List: 
		TreeChop-1.18.2-0.15.7.jar                        |HT's TreeChop                 |treechop                      |0.15.7              |DONE      |Manifest: NOSIGNATURE
		YungsBetterDungeons-1.18.2-Forge-2.1.0.jar        |YUNG's Better Dungeons        |betterdungeons                |1.18.2-Forge-2.1.0  |DONE      |Manifest: NOSIGNATURE
		StackablePotions-forge-1.18.2-1.0.0.jar           |Stackable Potions             |stackablepotions              |1.0.0               |DONE      |Manifest: NOSIGNATURE
		blue_skies-1.18.2-1.3.11.jar                      |Blue Skies                    |blue_skies                    |1.3.11              |DONE      |Manifest: NOSIGNATURE
		bigbrain-1.5.0.jar                                |Big Brain                     |bigbrain                      |1.5.0               |DONE      |Manifest: NOSIGNATURE
		Excavar-1.18.2-1.4.0.jar                          |Excavar                       |excavar                       |1.18.2-1.4.0        |DONE      |Manifest: NOSIGNATURE
		stalwart-dungeons-1.18.2-1.2.2.jar                |Stalwart Dungeons             |stalwart_dungeons             |1.2.2               |DONE      |Manifest: NOSIGNATURE
		rubidium-0.5.2a.jar                               |Rubidium                      |rubidium                      |0.5.2a              |DONE      |Manifest: NOSIGNATURE
		Boss+Music+Mod.jar                                |Boss Music Mod                |bossmusicmod                  |0.0NONE             |DONE      |Manifest: NOSIGNATURE
		villagernames_1.18.2-3.5.jar                      |Villager Names                |villagernames                 |3.5                 |DONE      |Manifest: NOSIGNATURE
		Controlling-forge-1.18.2-9.0+19.jar               |Controlling                   |controlling                   |9.0+19              |DONE      |Manifest: NOSIGNATURE
		Placebo-1.18.2-6.4.0.jar                          |Placebo                       |placebo                       |6.4.0               |DONE      |Manifest: NOSIGNATURE
		YungsApi-1.18.2-Forge-2.0.8.jar                   |YUNG's API                    |yungsapi                      |1.18.2-Forge-2.0.8  |DONE      |Manifest: NOSIGNATURE
		feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone  |feature_nbt_deadlock_be_gone  |2.0.0+1.18.2        |DONE      |Manifest: NOSIGNATURE
		Bookshelf-Forge-1.18.2-13.0.13.jar                |Bookshelf                     |bookshelf                     |13.0.13             |DONE      |Manifest: 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
		jeed-1.18.2-1.10.jar                              |Just Enough Effect Description|jeed                          |1.18.2-1.10         |DONE      |Manifest: NOSIGNATURE
		clickadv-1.18.2-2.5.jar                           |clickadv mod                  |clickadv                      |1.18.2-2.5          |DONE      |Manifest: NOSIGNATURE
		balm-3.0.3+0.jar                                  |Balm                          |balm                          |3.0.3+0             |DONE      |Manifest: NOSIGNATURE
		JustEnoughResources-1.18.2-0.14.1.167.jar         |Just Enough Resources         |jeresources                   |0.14.1.167          |DONE      |Manifest: NOSIGNATURE
		dragonfight-1.18.2-2.0.jar                        |dragonfight mod               |dragonfight                   |1.18.2-2.0          |DONE      |Manifest: NOSIGNATURE
		cloth-config-6.2.62-forge.jar                     |Cloth Config v4 API           |cloth_config                  |6.2.62              |DONE      |Manifest: NOSIGNATURE
		soundphysics-forge-1.18.2-1.0.6.jar               |Sound Physics Remastered      |sound_physics_remastered      |1.18.2-1.0.6        |DONE      |Manifest: NOSIGNATURE
		dragonmounts-1.18.2-BETA_1.1.0b1.jar              |Dragon Mounts: Legacy         |dragonmounts                  |1.18.2-BETA_1.1.0b1 |DONE      |Manifest: NOSIGNATURE
		structure_gel-1.18.2-2.2.3.jar                    |Structure Gel API             |structure_gel                 |2.2.3               |DONE      |Manifest: NOSIGNATURE
		flytre_lib-1.18.2-1.8.0-forge.jar                 |FlytreLib                     |flytre_lib                    |1.8.0               |DONE      |Manifest: NOSIGNATURE
		corpse-1.18.2-1.0.1.jar                           |Corpse                        |corpse                        |1.18.2-1.0.1        |DONE      |Manifest: NOSIGNATURE
		AdvancementPlaques-1.18.2-1.4.3.jar               |Advancement Plaques           |advancementplaques            |1.4.3               |DONE      |Manifest: NOSIGNATURE
		AmbientSounds_FORGE_v5.0.16_mc1.18.2.jar          |Ambient Sounds                |ambientsounds                 |5.0.16              |DONE      |Manifest: NOSIGNATURE
		ToolStats-Forge-1.18.2-9.0.1.jar                  |ToolStats                     |toolstats                     |9.0.1               |DONE      |Manifest: 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
		ImprovedMountHUD-v3.1.0-1.18.2-Forge.jar          |Improved Mount HUD            |improvedmounthud              |3.1.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		Chunky-1.2.164.jar                                |Chunky                        |chunky                        |1.2.164             |DONE      |Manifest: NOSIGNATURE
		DeathFinder-v3.2.0-1.18.2-Forge.jar               |Death Finder                  |deathfinder                   |3.2.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		dungeons_enhanced-1.18.2-3.1.jar                  |Dungeons Enhanced             |dungeons_enhanced             |3.1                 |DONE      |Manifest: NOSIGNATURE
		curiouslanterns-1.18.2-1.1.0.jar                  |Curious Lanterns              |curiouslanterns               |1.18.2-1.1.0        |DONE      |Manifest: NOSIGNATURE
		Goblins_Dungeons_1.0.8.jar                        |Goblins & Dungeons            |goblinsanddungeons            |1.0.8               |DONE      |Manifest: NOSIGNATURE
		SoMSecondSemester1.18.2-3.1.3.jar                 |Schools of Magic: Second Semes|schoolsofmagic                |3.1.3               |DONE      |Manifest: NOSIGNATURE
		curios-forge-1.18.2-5.0.7.0.jar                   |Curios API                    |curios                        |1.18.2-5.0.7.0      |DONE      |Manifest: NOSIGNATURE
		Patchouli-1.18.2-67.jar                           |Patchouli                     |patchouli                     |1.18.2-67           |DONE      |Manifest: NOSIGNATURE
		lucent-1.18.2-1.2.2.jar                           |Lucent                        |lucent                        |1.2.2               |DONE      |Manifest: NOSIGNATURE
		collective-1.18.2-4.25.jar                        |Collective                    |collective                    |4.25                |DONE      |Manifest: NOSIGNATURE
		spyglass_improvements-1.2+mc1.18.x+forge.jar      |Spyglass Improvements         |spyglass_improvements         |1.2+mc1.18.x        |DONE      |Manifest: NOSIGNATURE
		YungsExtras-1.18.2-Forge-2.1.0.jar                |YUNG's Extras                 |yungsextras                   |1.18.2-Forge-2.1.0  |DONE      |Manifest: NOSIGNATURE
		YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar     |YUNG's Better Strongholds     |betterstrongholds             |1.18.2-Forge-2.1.1  |DONE      |Manifest: NOSIGNATURE
		Queen+Bee.jar                                     |Queen Bee                     |queen_bee                     |1.0.0               |DONE      |Manifest: NOSIGNATURE
		OnlyLooking-1.18.2-1.1.0.jar                      |OnlyLooking                   |onlylooking                   |1.18.2-1.1.0        |DONE      |Manifest: NOSIGNATURE
		InventoryProfilesNext-forge-1.18.2-1.3.6.jar      |Inventory Profiles Next       |inventoryprofilesnext         |1.3.6               |DONE      |Manifest: NOSIGNATURE
		sapience-1.18.2-1.0.0.jar                         |Sapience                      |sapience                      |1.0.0               |DONE      |Manifest: NOSIGNATURE
		architectury-4.4.60.jar                           |Architectury                  |architectury                  |4.4.60              |DONE      |Manifest: NOSIGNATURE
		AI-Improvements-1.18-0.4.0.jar                    |AI-Improvements               |aiimprovements                |0.4.0               |DONE      |Manifest: NOSIGNATURE
		Chimes-1.1.2-1.18.2.jar                           |Chimes                        |chimes                        |1.1.2               |DONE      |Manifest: NOSIGNATURE
		InvMoveCompats-1.18-0.1.0-Forge.jar               |InvMove Compat                |invmove_compat                |0.1.0               |DONE      |Manifest: NOSIGNATURE
		PlayerRevive_FORGE_v2.0.1_mc1.18.2.jar            |PlayerRevive                  |playerrevive                  |2.0.1               |DONE      |Manifest: NOSIGNATURE
		geckolib-1.18-forge-3.0.17.jar                    |GeckoLib                      |geckolib3                     |3.0.17              |DONE      |Manifest: NOSIGNATURE
		BetterModsButton-v3.2.2-1.18.2-Forge.jar          |Better Mods Button            |bettermodsbutton              |3.2.2               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		BetterAdvancements-1.18.2-0.1.2.125.jar           |Better Advancements           |betteradvancements            |0.1.2.125           |DONE      |Manifest: NOSIGNATURE
		Kiwi-1.18.2-forge-6.1.0.jar                       |Kiwi                          |kiwi                          |6.1.0               |DONE      |Manifest: NOSIGNATURE
		clienttweaks-forge-1.18.1-7.1.0.jar               |Client Tweaks                 |clienttweaks                  |7.1.0               |DONE      |Manifest: NOSIGNATURE
		Alex's+Mobs+Music+Mod.jar                         |Alex's Mobs Mod Music         |peepomod                      |0.0NONE             |DONE      |Manifest: NOSIGNATURE
		EasyMagic-v3.3.0-1.18.2-Forge.jar                 |Easy Magic                    |easymagic                     |3.3.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		jei-1.18.2-9.7.0.194.jar                          |Just Enough Items             |jei                           |9.7.0.194           |DONE      |Manifest: NOSIGNATURE
		JEIEnchantmentInfo-1.17.1-2.0.0.jar               |JEI Enchantment Info          |jeienchantmentinfo            |1.17.1-2.0.0        |DONE      |Manifest: NOSIGNATURE
		the-conjurer-1.18.2-1.1.1.jar                     |The Conjurer                  |conjurer_illager              |1.1.1               |DONE      |Manifest: NOSIGNATURE
		InvMove-1.18-0.7.0-Forge.jar                      |InvMove                       |invmove                       |0.7.0               |DONE      |Manifest: NOSIGNATURE
		waystones-forge-1.18.2-10.0.0.jar                 |Waystones                     |waystones                     |10.0.0              |DONE      |Manifest: NOSIGNATURE
		Fallingleaves-1.18.2-1.3.2.jar                    |Falling Leaves                |fallingleaves                 |1.3.2               |DONE      |Manifest: NOSIGNATURE
		extendedclouds-1.1.0-forge.jar                    |Extended Clouds               |extendedclouds                |1.1.0               |DONE      |Manifest: NOSIGNATURE
		dual_riders-1.18.2-1.1.1-forge.jar                |Dual Riders                   |dual_riders                   |1.1.1               |DONE      |Manifest: NOSIGNATURE
		mcwifipnp-1.5.4-1.18.2-forge.jar                  |LAN World Plug-n-Play         |mcwifipnp                     |1.5.4               |DONE      |Manifest: NOSIGNATURE
		smarterfarmers-1.18.2-1.5.0.jar                   |Smarter Farmers               |smarterfarmers                |1.18.2-1.5.0        |DONE      |Manifest: NOSIGNATURE
		configured-1.5.3-1.18.2.jar                       |Configured                    |configured                    |1.5.3               |DONE      |Manifest: NOSIGNATURE
		criticalib-forge-1.18.1-1.0.0.jar                 |CriticaLib                    |criticalib                    |1.0.0               |DONE      |Manifest: NOSIGNATURE
		farsightedmobs-forge-1.1-1.18.jar                 |Farsighted Mobs               |farsightedmobs                |1.1                 |DONE      |Manifest: NOSIGNATURE
		create-confectionery1.18.2_v1.0.6.jar             |Create Confectionery          |create_confectionery          |1.0.6               |DONE      |Manifest: NOSIGNATURE
		starlight-1.0.2+forge.546ae87.jar                 |Starlight                     |starlight                     |1.0.2+forge.83663de |DONE      |Manifest: NOSIGNATURE
		YungsBetterDesertTemples-1.18.2-Forge-1.0.0.jar   |YUNG's Better Desert Temples  |betterdeserttemples           |1.18.2-Forge-1.0.0  |DONE      |Manifest: NOSIGNATURE
		environmentalcreepers-forge-1.18.1-1.6.1.jar      |Environmental Creepers        |environmentalcreepers         |1.6.1               |DONE      |Manifest: NOSIGNATURE
		catalogue-1.6.1-1.18.2.jar                        |Catalogue                     |catalogue                     |1.6.1               |DONE      |Manifest: NOSIGNATURE
		fixedanvilrepaircost_1.18.2-1.7.jar               |Fixed Anvil Repair Cost       |fixedanvilrepaircost          |1.7                 |DONE      |Manifest: NOSIGNATURE
		forge-1.18.2-40.1.20-universal.jar                |Forge                         |forge                         |40.1.20             |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
		goprone-1.18.2-1.7.0.jar                          |GoProne                       |goprone                       |1.18.2-1.7.0        |DONE      |Manifest: NOSIGNATURE
		curiouslights-forge-1.1.0+1.18.2.jar              |Curious Lights                |curiouslights                 |1.1.0+1.18.2        |DONE      |Manifest: NOSIGNATURE
		idas_forge-1.1.5+1.18.2.jar                       |Integrated Dungeons and Struct|idas                          |1.1.5+1.18.2        |DONE      |Manifest: NOSIGNATURE
		illagersweararmor-1.1.5.jar                       |Illagers Wear Armor           |zillagersweararmor            |1.1.5               |DONE      |Manifest: NOSIGNATURE
		client-1.18.2-20220404.173914-srg.jar             |Minecraft                     |minecraft                     |1.18.2              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
		TConstruct-1.18.2-3.5.0.17.jar                    |Tinkers' Construct            |tconstruct                    |3.5.0.17            |DONE      |Manifest: NOSIGNATURE
		Jade-1.18.2-5.1.0.jar                             |Jade                          |jade                          |5.1.0               |DONE      |Manifest: NOSIGNATURE
		CreativeCore_FORGE_v2.6.9_mc1.18.2.jar            |CreativeCore                  |creativecore                  |2.6.9               |DONE      |Manifest: NOSIGNATURE
		notenoughanimations-forge-1.6.0-mc1.18.2.jar      |NotEnoughAnimations Mod       |notenoughanimations           |1.6.0               |DONE      |Manifest: NOSIGNATURE
		Iceberg-1.18.2-1.0.40.jar                         |Iceberg                       |iceberg                       |1.0.40              |DONE      |Manifest: NOSIGNATURE
		flywheel-forge-1.18-0.6.2.jar                     |Flywheel                      |flywheel                      |1.18-0.6.2          |DONE      |Manifest: NOSIGNATURE
		create-mc1.18.2_v0.4.1.jar                        |Create                        |create                        |0.4.1               |DONE      |Manifest: NOSIGNATURE
		Mantle-1.18.2-1.9.20.jar                          |Mantle                        |mantle                        |1.9.20              |DONE      |Manifest: NOSIGNATURE
		AutoRegLib-1.7-53.jar                             |AutoRegLib                    |autoreglib                    |1.7-53              |DONE      |Manifest: NOSIGNATURE
		Quark-3.2-356.jar                                 |Quark                         |quark                         |3.2-356             |DONE      |Manifest: NOSIGNATURE
		entityculling-forge-mc1.18-1.5.1.jar              |EntityCulling                 |entityculling                 |1.5.1               |DONE      |Manifest: NOSIGNATURE
		backpacked-2.1.6-1.18.2.jar                       |Backpacked                    |backpacked                    |2.1.6               |DONE      |Manifest: NOSIGNATURE
		damage-indicator-forge-1.18.1-1.0.0.jar           |Damage Indicator              |damageindicator               |1.0.0               |DONE      |Manifest: NOSIGNATURE
		AmbientEnvironment-forge-1.18.2-7.0+19.jar        |Ambient Environment           |ambientenvironment            |7.0+19              |DONE      |Manifest: NOSIGNATURE
		FastFurnace-1.18.2-6.0.3.jar                      |FastFurnace                   |fastfurnace                   |6.0.3               |DONE      |Manifest: NOSIGNATURE
		appleskin-forge-mc1.18-2.4.0.jar                  |AppleSkin                     |appleskin                     |2.4.0+mc1.18        |DONE      |Manifest: NOSIGNATURE
		alexsdelight-1.18.2-1.2.3.jar                     |Alex's Delight                |alexsdelight                  |1.2.3               |DONE      |Manifest: NOSIGNATURE
		citadel-1.11.3-1.18.2.jar                         |Citadel                       |citadel                       |1.11.3              |DONE      |Manifest: NOSIGNATURE
		alexsmobs-1.18.3.jar                              |Alex's Mobs                   |alexsmobs                     |1.18.3              |DONE      |Manifest: NOSIGNATURE
		FarmersDelight-1.18.2-1.1.1.jar                   |Farmer's Delight              |farmersdelight                |1.18.2-1.1.1        |DONE      |Manifest: NOSIGNATURE
		Cataclysm-0.18+-congfig+fix.jar                   |Cataclysm Mod                 |cataclysm                     |1.0                 |DONE      |Manifest: NOSIGNATURE
		culturaldelights-1.18.2-0.11.jar                  |Cultural Delights             |culturaldelights              |1.18.2-0.11         |DONE      |Manifest: NOSIGNATURE
		FarmersRespite-1.18.2-1.2.0.jar                   |Farmer's Respite              |farmersrespite                |1.18.1-1.2.0        |DONE      |Manifest: NOSIGNATURE
		PuzzlesLib-v3.3.3-1.18.2-Forge.jar                |Puzzles Lib                   |puzzleslib                    |3.3.3               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
		Enhanced_Celestials-forge-1.18.2-2.0.7.jar        |Enhanced Celestials           |enhancedcelestials            |2.0.7               |DONE      |Manifest: NOSIGNATURE
		domesticationinnovation-1.4.1-1.18.2.jar          |Domestication Innovation      |domesticationinnovation       |1.4.1               |DONE      |Manifest: NOSIGNATURE
	Crash Report UUID: 7ed8467a-f8e4-43ed-ae3f-46f3d1eac0e9
	Flywheel Backend: Off
	FML: 40.1
	Forge: net.minecraftforge:40.1.20
	Kiwi Modules: 
		kiwi:contributors
		kiwi:data```
commented

I'm almost positive it's something to do with custom world heights.
Here is my crash report: https://crashy.net/pl0mYJuOqokkkMumb6T2

commented

I think this may be a biproduct of this error as well:
image

commented

bedrock in this world is at -128 world height is 511 I think

commented

bedrock in this world is at -128 world height is 511 I think

But mine world doesn't have any custom height or stuffs like that

commented

what version of minecraft are you on tho. If it's 1.18 that could still be true since it goes to -64 now and maybe rubidium hasn't properly adapted yet.

commented

what version of minecraft are you on tho. If it's 1.18 that could still be true since it goes to -64 now and maybe rubidium hasn't properly adapted yet.

As you can see in the crash report it's 1.18.2

commented

I doubt it's Ars Arsenal since I don't have it, I suspect it's sodium/rubidum faults but since it's really hard to replicate I can't be sure of anything

commented

POSSIBLE RED HERRING

Here is another log. No world height adjustment. Happened just as I went into third person while wearing: [minecraft:leather_boots, botania:manaweave_leggings, ars_nouveau:robes, arsarsenal:aqua_hat]

Log: https://gist.github.com/MattB70/ab0715217de5998185e6cc48bd369ecb

Opening your inventory and viewing your little model in the inventory also crashes, but not enough crashes returns you to the menu instead. Same bug, similar log.

Repeatable.

Possibly related to:

  • Ars Arsenal
  • Ars Nouveau
  • Botania
  • Fancymenu (probably not)
  • Better Third Person (probably not)
  • Oculus (probably not)

I will attempt to narrow it down, but I suspect this is all about something core to rendering. I bet whatever happens on the sodium repo will likely fix it outright when Asek gets around to another update, but who knows. Good luck :^)

Update:
I've narrowed it down to being specifically related to Ars Arsenal. Since that mod is very supplementary, I'm removing it from my pack. I suspect this issue is still related though. This is not an issue hijack, continue as you were. Hopefully my log can be of some use if any. Good luck :^)

commented

After waiting a few weeks on this I just hopped to the Jellysquid discord and asked politely if Sodium had a similar issue, and they supplied the following, there's something corrupted in the code (It might not just be the fact that Rubidium isn't setup for the 1.18.2 worldheight. (I think Upstream is their term for the Fabric Sodium mod).

Screenshot_3
)

commented

Update to 0.5.4