Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to join server with accessories #179

Open
alexmozaidze opened this issue Jan 7, 2025 · 11 comments
Open

Unable to join server with accessories #179

alexmozaidze opened this issue Jan 7, 2025 · 11 comments
Assignees
Labels
bug Something isn't working Trinkets Compat Related to the trinkets compatibility layer unknown cause The issue or bug is unknown to what or how it happend

Comments

@alexmozaidze
Copy link

alexmozaidze commented Jan 7, 2025

The steps to reproduce the issue are unknown to me, but the fact of the matter is, whenever I was joining as my main account with accessories, the server would let me join, but not respond to the client, causing timeout with a cryptic error message to pop out.

io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer

The alt admin account with no accessories was fine, and other people had a similar network issue from time to time, not letting them join.

@Dragon-Seeker
Copy link
Member

Dose the server have accessories installed?

@alexmozaidze
Copy link
Author

Yes

@Dragon-Seeker
Copy link
Member

Can you send a full log of the server and the client being kicked for more help combined with what Minecraft version and the Accessories Version at hand.

@Dragon-Seeker
Copy link
Member

Oh and the network crash log to if such is created on the client

@alexmozaidze
Copy link
Author

alexmozaidze commented Jan 7, 2025

OS: Void Linux
Minecraft: 1.21.1
Modloader: Fabric

server log
[21:14:36] [Server thread/INFO]: Fatty2021 joined the game
[21:14:37] [Server thread/INFO]: Receiving client config
[21:14:37] [Server thread/INFO]: [voicechat] Received secret request of Fatty2021 (18)
[21:14:37] [Server thread/INFO]: [voicechat] Sent secret to Fatty2021
[21:15:03] [Server thread/ERROR]: Couldn't create a structure update packet for nova_structures:illager_manor at [-40, 347] - an individual structure would be too large to send!
[21:15:03] [Server thread/ERROR]: Couldn't create a structure update packet for nova_structures:illager_manor at [106, -40] - an individual structure would be too large to send!
[21:15:03] [Server thread/INFO]: Player Fatty2021 joined with a matching carpet client
[21:15:03] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully authenticated player 9443d00b-1212-3936-9f9e-923f14e58893
[21:15:04] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully validated connection of player 9443d00b-1212-3936-9f9e-923f14e58893
[21:15:04] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Player Fatty2021 (9443d00b-1212-3936-9f9e-923f14e58893) successfully connected to voice chat
[21:15:14] [Server thread/ERROR]: Couldn't create a structure update packet for nova_structures:illager_manor at [-40, 347] - an individual structure would be too large to send!
[21:15:14] [Server thread/ERROR]: Couldn't create a structure update packet for nova_structures:illager_manor at [106, -40] - an individual structure would be too large to send!
[21:15:58] [Server thread/INFO]: Fatty2021 lost connection: Disconnected
[21:15:58] [Server thread/INFO]: Fatty2021 left the game
[21:15:58] [Server thread/INFO]: [voicechat] Disconnecting client Fatty2021
debug/disconnect-2025-01-08_01.15.38-client.txt
---- Minecraft Network Protocol Error Report ----
// It's the tubes, they're clogged!

Time: 2025-01-08 01:15:38
Description: Packet handling error

io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer


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

-- Head --
Thread: Netty Epoll Client IO #0
Stacktrace:
	at knot//net.minecraft.class_2547.method_55622(class_2547.java:33)
Mixins in Stacktrace:
	net.minecraft.class_2547:
		xyz.nucleoid.packettweaker.mixin.PacketListenerMixin (packettweaker.mixins.json)

-- Connection --
Details:
	Protocol: play
	Flow: CLIENTBOUND
	Server type: OTHER
	Server brand: fabric
Stacktrace:
	at knot//net.minecraft.class_2547.method_55622(class_2547.java:33)
	at knot//net.minecraft.class_2600.method_59803(class_2600.java:62)
	at knot//net.minecraft.class_8673.method_60882(class_8673.java:136)
	at knot//net.minecraft.class_8673.method_60881(class_8673.java:127)
	at knot//net.minecraft.class_2535.exceptionCaught(class_2535.java:161)
	at knot//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
	at knot//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
	at knot//io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317)
	at knot//io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1377)
	at knot//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
	at knot//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
	at knot//io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907)
	at knot//io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:728)
	at knot//io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:826)
	at knot//io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollRdHupReady(AbstractEpollChannel.java:480)
	at knot//io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:516)
	at knot//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
	at knot//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at knot//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Mixins in Stacktrace:
	net.minecraft.class_2547:
		xyz.nucleoid.packettweaker.mixin.PacketListenerMixin (packettweaker.mixins.json)
	net.minecraft.class_8673:
		net.fabricmc.fabric.mixin.networking.client.ClientCommonNetworkHandlerMixin (fabric-networking-api-v1.client.mixins.json)
		eu.pb4.polymer.common.mixin.client.ClientCommonNetworkHandlerMixin (polymer-common.mixins.json)
		io.wispforest.owo.mixin.ClientCommonNetworkHandlerAccessor (owo.mixins.json)
		carpet.mixins.ClientCommonPacketListenerImpl_customPacketMixin (carpet.mixins.json)
		net.fabricmc.fabric.mixin.networking.client.accessor.ClientCommonNetworkHandlerAccessor (fabric-networking-api-v1.client.mixins.json)
		fi.dy.masa.litematica.mixin.MixinClientCommonNetworkHandler (mixins.litematica.json)
		xyz.nucleoid.packettweaker.mixin.client.ClientCommonNetworkHandlerMixin (packettweaker.mixins.json)
		com.aizistral.nochatreports.common.mixins.client.MixinClientPacketListener (mixins/common/nochatreports.mixins.json)
		eu.pb4.polymer.networking.mixin.client.ClientCommonNetworkHandlerMixin (polymer-networking.mixins.json)
	net.minecraft.class_2535:
		io.github.jamalam360.jamlib.mixin.event.ConnectionMixin (jamlib.mixins.json)
		net.fabricmc.fabric.mixin.attachment.ClientConnectionMixin (fabric-data-attachment-api-v1.mixins.json)
		dzwdz.chat_heads.mixin.ConnectionMixin (chat_heads.mixins.json)
		io.github.fabricators_of_create.porting_lib.mixin.common.ConnectionMixin (porting_lib_base.mixins.json)
		io.wispforest.owo.mixin.ClientConnectionMixin (owo.mixins.json)
		link.e4mc.mixin.ConnectionMixin (e4mc_minecraft.mixins.json)
		eu.pb4.polymer.networking.mixin.ClientConnectionMixin (polymer-networking.mixins.json)
		eu.pb4.polymer.common.mixin.ClientConnectionMixin (polymer-common.mixins.json)
		eu.pb4.polymer.networking.mixin.ClientConnectionAccessor (polymer-networking.mixins.json)
		carpet.mixins.Connection_packetCounterMixin (carpet.mixins.json)
		de.maxhenkel.voicechat.mixin.ConnectionAccessor (voicechat.mixins.json)
		net.fabricmc.fabric.mixin.networking.ClientConnectionMixin (fabric-networking-api-v1.mixins.json)
		xyz.nucleoid.packettweaker.mixin.ClientConnectionMixin (packettweaker.mixins.json)
		io.github.thecsdev.tcdcommons.mixin.events.MixinClientConnection (tcdcommons.mixin.events.json)

-- System Details --
Details:
	Minecraft Version: 1.21.1
	Minecraft Version ID: 1.21.1
	Operating System: Linux (amd64) version 6.6.62_1
	Java Version: 21.0.6, Void
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Void
	Memory: 943058432 bytes (899 MiB) / 3145728000 bytes (3000 MiB) up to 3145728000 bytes (3000 MiB)
	CPUs: 4
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz
	Identifier: Intel64 Family 6 Model 158 Stepping 9
	Microarchitecture: Kaby Lake
	Frequency (GHz): 3.40
	Number of physical packages: 1
	Number of physical CPUs: 4
	Number of logical CPUs: 4
	Graphics card #0 name: Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT]
	Graphics card #0 vendor: Advanced Micro Devices, Inc. [AMD/ATI] (0x1002)
	Graphics card #0 VRAM (MiB): 258.00
	Graphics card #0 deviceId: 0x731f
	Graphics card #0 versionInfo: unknown
	Virtual memory max (MiB): 19203.23
	Virtual memory used (MiB): 7441.01
	Swap memory total (MiB): 15258.00
	Swap memory used (MiB): 923.00
	Space in storage for jna.tmpdir (MiB): <path not set>
	Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
	Space in storage for io.netty.native.workdir (MiB): <path not set>
	Space in storage for java.io.tmpdir (MiB): available: 3938.95, total: 3945.23
	Space in storage for workdir (MiB): available: 69225.43, total: 398416.63
	JVM Flags: 26 total; -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+AlwaysActAsServerClassMachine -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseNUMA -XX:NmethodSweepActivity=1 -XX:ReservedCodeCacheSize=400M -XX:NonNMethodCodeHeapSize=12M -XX:ProfiledCodeHeapSize=194M -XX:NonProfiledCodeHeapSize=194M -XX:-DontCompileHugeMethods -XX:MaxNodeLimit=240000 -XX:NodeLimitFudgeFactor=8000 -XX:+UseVectorCmov -XX:+PerfDisableSharedMem -XX:+UseFastUnorderedTimeStamps -XX:+UseCriticalJavaThreadPriority -XX:ThreadPriorityPolicy=1 -XX:AllocatePrefetchStyle=3 -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu -XX:ShenandoahGuaranteedGCInterval=1000000 -XX:AllocatePrefetchStyle=1 -Xms3000m -Xmx3000m
	Fabric Mods: 
		accessories: Accessories 1.1.0-beta.16+1.21.1
		advancedbackups: Advanced Backups 3.6.4
		advancementplaques: Advancement Plaques 1.6.8
		alloy_forgery: Alloy Forgery 2.4.1+1.21
		ambientsounds: AmbientSounds 6.1.4
		amplified_nether: Amplified Nether 1.2.6
		animal_feeding_trough: Animal Feeding Trough 1.1.2+1.21.1
		animatica: Animatica 0.6.1+1.21
		antique_atlas: Antique Atlas 2.10.0+1.21
		appleskin: AppleSkin 3.0.6+mc1.21
		architectury: Architectury 13.0.8
		athena: Athena 4.0.1
		authme: Auth Me 8.0.0+1.21
			fabric-api-base: Fabric API Base 0.4.42+6573ed8c90
		axolotlbuckets: Axolotl Buckets 1.2.0
		balm-fabric: Balm 21.0.20
			kuma_api: KumaAPI 21.0.5-SNAPSHOT
		better_climbing: Better Climbing 3
		betterdeserttemples: YUNG's Better Desert Temples 1.21.1-Fabric-4.1.2
		betterdungeons: YUNG's Better Dungeons 1.21.1-Fabric-5.1.4
		betterendisland: YUNG's Better End Island 1.21.1-Fabric-3.1.1
		betterf1: BetterF1 1.0
		betterf3: BetterF3 11.0.3
		betterfortresses: YUNG's Better Nether Fortresses 1.21.1-Fabric-3.1.3
		betterjungletemples: YUNG's Better Jungle Temples 1.21.1-Fabric-3.1.2
		bettermineshafts: YUNG's Better Mineshafts 1.21.1-Fabric-5.1.1
		betteroceanmonuments: YUNG's Better Ocean Monuments 1.21.1-Fabric-4.1.2
		betterpingdisplay: Better Ping Display 1.1.1
		betterstats: Better Statistics Screen 3.13.3+fabric-1.21
		betterstrongholds: YUNG's Better Strongholds 1.21.1-Fabric-5.1.2
			org_reflections_reflections: reflections 0.10.2
		betterwitchhuts: YUNG's Better Witch Huts 1.21.1-Fabric-4.1.1
		blockus: Blockus 2.9.6+1.21.1
			terraform-wood-api-v1: Terraform Wood API (v1) 11.0.0-alpha.1
		bobby: Bobby 5.2.4+mc1.21
			com_typesafe_config: config 1.4.2
			fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd96a
			io_leangen_geantyref_geantyref: geantyref 1.3.13
			org_spongepowered_configurate-core: configurate-core 4.1.2
			org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
		bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.10.2-1.21.1
			multipart_entities: MultipartEntities 1.7-1.21
		bridgingmod: Bridging Mod 2.5.0+1.21.1
		c2me: Concurrent Chunk Management Engine 0.3.0+alpha.0.299+1.21.1
			c2me-base: Concurrent Chunk Management Engine (Base) 0.3.0+alpha.0.299+1.21.1
			c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.0+alpha.0.299+1.21.1
			c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.0+alpha.0.299+1.21.1
			c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.0+alpha.0.299+1.21.1
			c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.0+alpha.0.299+1.21.1
			c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.0+alpha.0.299+1.21.1
			c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.0+alpha.0.299+1.21.1
			c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.0+alpha.0.299+1.21.1
			c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.3.0+alpha.0.299+1.21.1
			c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.0+alpha.0.299+1.21.1
			c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.0+alpha.0.299+1.21.1
			c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.0+alpha.0.299+1.21.1
			c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.0+alpha.0.299+1.21.1
			c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.0+alpha.0.299+1.21.1
			c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.0+alpha.0.299+1.21.1
			c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.0+alpha.0.299+1.21.1
			c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.0+alpha.0.299+1.21.1
			c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.0+alpha.0.299+1.21.1
			c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.0+alpha.0.299+1.21.1
			c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.0+alpha.0.299+1.21.1
			com_ibm_async_asyncutil: asyncutil 0.1.0
			io_reactivex_rxjava3_rxjava: rxjava 3.1.8
			net_objecthunter_exp4j: exp4j 0.4.8
			org_jctools_jctools-core: jctools-core 4.0.5
			org_reactivestreams_reactive-streams: reactive-streams 1.0.4
		calcmod: CalcMod 1.3.2+fabric.1.21
			clientarguments: clientarguments 1.9
		cameraoverhaul: Camera Overhaul 1.4.1-fabric-universal
		capecommand: Cape Command 0.1.3-1.21.1
		capes: Capes 1.5.4+1.21
		cardinal-components: Cardinal Components API 6.1.1
			cardinal-components-base: Cardinal Components API (base) 6.1.1
			cardinal-components-block: Cardinal Components API (blocks) 6.1.1
			cardinal-components-chunk: Cardinal Components API (chunks) 6.1.1
			cardinal-components-entity: Cardinal Components API (entities) 6.1.1
			cardinal-components-item: Cardinal Components API (items) 6.1.1
			cardinal-components-level: Cardinal Components API (world saves) 6.1.1
			cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.1
			cardinal-components-world: Cardinal Components API (worlds) 6.1.1
		carpet: Carpet Mod 1.4.147+v240613
		carpet-extra: Carpet Extra 1.4.148
		carryon: Carry On 2.2.2
		chat_heads: Chat Heads 0.13.7
		cherishedworlds: Cherished Worlds 10.1.0+1.21.1
		chesttracker: Chest Tracker 2.6.3+1.21.1
			searchables: Searchables 1.0.1
			whereisit: Where Is It 2.6.3+1.21.1
				jackfredlib: JackFredLib 0.10.2+1.21.1
					jackfredlib-base: JackFredLib: Base 1.4.1+1.21.1
					jackfredlib-colour: JackFredLib: Colour 1.1.0+1.21.1
					jackfredlib-extracommandsourcedata: JackFredLib: Extra Command Source Data 1.1.1+1.21.1
					jackfredlib-gps: JackFredLib: GPS 1.0.7+1.21.1
					jackfredlib-lying: JackFredLib: Lying 0.5.5+1.21.1
					jackfredlib-toasts: JackFredLib: Toasts 1.1.1+1.21.1
		citresewn: CIT Resewn 1.2.2+1.21
			citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.21
		clear-despawn-reworked: Clear Despawn Reworked 1.1.0
		clickthrough: ClickThrough Plus 3.0+1.21
		cloth-config: Cloth Config v15 15.0.140
			cloth-basic-math: cloth-basic-math 0.6.1
		colorfulsubtitles: Colorful Subtitles 1.5.0
		combat-hitboxes: Combat Hitboxes 1.0.2
		combat_roll: Combat Roll 2.0.1+1.21.1
		combatnouveau: Combat Nouveau 21.1.1
		command-block-ide: Command Block IDE 0.4.10
		commonnetworking: Common Network 1.0.16-1.21.1
		computercraft: CC: Tweaked 1.114.2
			cc_tweaked_cobalt: cobalt 0.9.5
			com_jcraft_jzlib: jzlib 1.1.3
			io_netty_netty-codec-http: netty-codec-http 4.1.97
			io_netty_netty-codec-socks: netty-codec-socks 4.1.97
			io_netty_netty-handler-proxy: netty-handler-proxy 4.1.97
		continue: Continue Button 1.2.5
		continuity: Continuity 3.0.0-beta.5+1.21
		controlling: Controlling 19.0.3
		crawl: Crawl 0.13.0
		creativecore: CreativeCore 2.12.23
			net_neoforged_bus: bus 7.2.0
		cubes-without-borders: Cubes Without Borders 3.0.0+mc1.21
		cutthrough: Cut Through 21.1.0
		damagenumbers: Damage Numbers 1.4.1-fabric
		debugify: Debugify 1.21.1+1.0
		deeperdarker: Deeper and Darker 1.3.2.1
			customportalapi: Custom Portal Api 0.0.1-beta66-1.21
		deleteworldstotrash: Delete Worlds To Trash 21.1.0
		detailab: Detail Armor Bar 2.6.3+1.21.1-fabric
		ducky-updater-rework: Ducky Updater: ReWork 2024.11.1
			com_zaxxer_hikaricp: HikariCP 5.1.0
			io_ktor_ktor-client-cio-jvm: ktor-client-cio-jvm 2.3.12
			io_ktor_ktor-client-content-negotiation-jvm: ktor-client-content-negotiation-jvm 2.3.12
			io_ktor_ktor-client-core-jvm: ktor-client-core-jvm 2.3.12
			io_ktor_ktor-events-jvm: ktor-events-jvm 2.3.12
			io_ktor_ktor-http-cio-jvm: ktor-http-cio-jvm 2.3.12
			io_ktor_ktor-http-jvm: ktor-http-jvm 2.3.12
			io_ktor_ktor-io-jvm: ktor-io-jvm 2.3.12
			io_ktor_ktor-network-jvm: ktor-network-jvm 2.3.12
			io_ktor_ktor-network-tls-jvm: ktor-network-tls-jvm 2.3.12
			io_ktor_ktor-serialization-jvm: ktor-serialization-jvm 2.3.12
			io_ktor_ktor-serialization-kotlinx-json-jvm: ktor-serialization-kotlinx-json-jvm 2.3.12
			io_ktor_ktor-serialization-kotlinx-jvm: ktor-serialization-kotlinx-jvm 2.3.12
			io_ktor_ktor-utils-jvm: ktor-utils-jvm 2.3.12
			modmenu-badges-lib: ModMenu Badges Lib 2023.6.1
			net_lingala_zip4j_zip4j: zip4j 2.11.5
			org_xerial_sqlite-jdbc: sqlite-jdbc 3.44.1.0
		durabilityplus: DurabilityPlus 1.1.0
		dynamic_fps: Dynamic FPS 3.7.6
			net_lostluma_battery: battery 1.3.0
		dynamiccrosshair: Dynamic Crosshair 9.2
			dynamiccrosshair-api: DynamicCrosshair API 1.1
			libbamboo: LibBamboo 2.2
		e4mc_minecraft: e4mc 5.2.1
			folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.1
		earlyloadingscreen: Early Loading Screen 0.1.5
		easymagic: Easy Magic 21.1.0
		easyshulkerboxes: Easy Shulker Boxes 21.1.0
			iteminteractions: Item Interactions 21.1.0
		eatinganimationid: Eating Animation 1.21+1.9.72
		effecttimerplus: EffectTimerPlus 2.2.5+1.21
		eg_fix_horizontal_camera_lag: Fix Horizontal Camera Lag 1.1.1
		enhanced_attack_indicator: Enhanced Attack Indicator 1.1.0+1.21
		enhancedblockentities: Enhanced Block Entities 0.10.2+1.21
		entity_model_features: Entity Model Features 2.2.6
		entity_texture_features: Entity Texture Features 6.2.8
			org_apache_httpcomponents_httpmime: httpmime 4.5.10
		entityculling: EntityCulling 1.7.1
		expcounter: EXPCounter 1.21.1-2-fabric
		fabric-api: Fabric API 0.110.0+1.21.1
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.70+b559734419
			fabric-biome-api-v1: Fabric Biome API (v1) 13.0.30+be1ed2d719
			fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
			fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8c19
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
			fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
			fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
			fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
			fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.18+b559734419
			fabric-convention-tags-v1: Fabric Convention Tags 2.1.2+7f945d5b19
			fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.9.2+e60e56d419
			fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
			fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.0+da19b51a19
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.24+16c4ae2519
			fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
			fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
			fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.6+6823f7cd19
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.0+01d9a51c19
			fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
			fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
			fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
			fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
			fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
			fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
			fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.13+6508971219
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.2.0+34f5d91419
			fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
			fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
			fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
			fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
			fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.88+b559734419
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
			fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.2+95bead5f19
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
		fabric-language-kotlin: Fabric Language Kotlin 1.13.0+kotlin.2.1.0
			org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.0
			org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.0
			org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.26.1
			org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0
			org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0
			org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
			org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0
			org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0
			org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3
			org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.3
			org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3
		fabricloader: Fabric Loader 0.16.9
		fabricskyboxes: FabricSkyBoxes 0.7.4+mc1.21
		fabrishot: Fabrishot 1.14.1
		fallingtree: FallingTree 1.21.1.2
		farmersdelight: Farmer's Delight 1.21.1-2.2.3+refabricated
			mm: Manningham Mills 2.3
			porting_lib_accessors: Porting Lib Accessors 3.1.0-fdrf.4+1.21.1
			porting_lib_base: Porting Lib Base 3.1.0-fdrf.4+1.21.1
			porting_lib_common: Porting Lib Common 3.1.0-fdrf.4+1.21.1
			porting_lib_conditions: Porting Lib Conditions 3.1.0-fdrf.4+1.21.1
			porting_lib_config: Porting Lib Config 3.1.0-fdrf.4+1.21.1
			porting_lib_core: Porting Lib Core 3.1.0-fdrf.4+1.21.1
				mixinextras: MixinExtras 0.5.0-beta.3
			porting_lib_entity: Porting Lib Entity 3.1.0-fdrf.4+1.21.1
			porting_lib_extensions: Porting Lib Extensions 3.1.0-fdrf.4+1.21.1
			porting_lib_gui_utils: Porting Lib Gui Utils 3.1.0-fdrf.4+1.21.1
			porting_lib_item_abilities: Porting Lib Item Abilities 3.1.0-fdrf.4+1.21.1
			porting_lib_lazy_registration: Porting Lib Lazy Register 3.1.0-fdrf.4+1.21.1
			porting_lib_level_events: Porting Lib Level Events 3.1.0-fdrf.4+1.21.1
			porting_lib_loot: Porting Lib Loot 3.1.0-fdrf.4+1.21.1
			porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 3.1.0-fdrf.4+1.21.1
			porting_lib_tags: Porting Lib Tags 3.0
			porting_lib_transfer: Porting Lib Transfer 3.1.0-fdrf.4+1.21.1
		fastquit: FastQuit 3.0.0+1.20.6
		ferritecore: FerriteCore 7.0.2-hotfix
		firstperson: FirstPerson 2.4.6
		force-port: Force Port 1.0.0
		forgeconfigapiport: Forge Config API Port 21.1.2
			com_electronwill_night-config_core: core 3.8.0
			com_electronwill_night-config_toml: toml 3.8.0
		formidulus: Formidulus 0.1.0-beta
			yayconfig: YayConfig 1.0.1
		frog-petting: Pet the Frog 1.1-1.21
		fsb-interop: FabricSkyBoxes Interop 1.4.0+mc1.21-build.54
		fzzy_config: Fzzy Config 0.5.8+1.21
			fabric-permissions-api-v0: fabric-permissions-api 0.3.1
			net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
		geckoanimfix: GeckoLibIrisCompat 1.0.0
		geckolib: GeckoLib 4 4.7
		gedrite: Gedrite Mod v2.1.1_1.21-1.21.1
		glow_ink_plus: Glow Ink Plus Mod 1.2
		gpu_tape: GPU Tape 1.0.3
		hardcorerevival: Hardcore Revival 21.1.5
		held-item-info: Held Item Info 1.7.0
		herdspanic: Herds Panic 1.1.1
		holdthatchunk: Hold That Chunk 2.1.0
		icarus: Icarus 4.2.0
		iceberg: Iceberg 1.2.7
		immediatelyfast: ImmediatelyFast 1.3.2+1.21.1
			net_lenni0451_reflect: Reflect 1.3.4
		immersive_aircraft: Immersive Aircraft 1.1.5+1.21.1
			org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
		improved_anvils: Improved Anvils 1.1.1-1.21
		incendium: Incendium 5.4.3
		infinite-music: Infinite Music 0.4.4
		inventory_control_tweaks: Inventory Control Tweaks 1.4.1
		inventoryprofilesnext: Inventory Profiles Next 2.1.0
		iris: Iris 1.8.1+mc1.21.1
			io_github_douira_glsl-transformer: glsl-transformer 2.0.1
			org_anarres_jcpp: jcpp 1.4.14
			org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
		isxander-main-menu-credits: Main Menu Credits 1.2.0
		item_components: Item Components 1.1
		jamlib: JamLib 1.2.2+1.21.1
			blue_endless_jankson: jankson 1.2.3
		java: OpenJDK 64-Bit Server VM 21
		keybindfixplus: Keybind Fix Plus 2.0.0
		kleeslabs: KleeSlabs 21.1.1
		konkrete: Konkrete 1.9.9
		lambda: Lambda 1.1.0+1.21
		lambdabettergrass: LambdaBetterGrass 1.5.2
		lambdynlights: LambDynamicLights 3.1.4+1.21.1
			pride: Pride Lib 1.2.1+1.21
			spruceui: SpruceUI 5.1.0+1.21
		languagereload: Language Reload 1.7.1+1.21.1
		laserbridges: Laser Bridges & Doors 1.21.1-2-fabric
		lavender: Lavender 0.1.14+1.21
			lavender-md: lavender-md 0.1.2+1.21
			lavender-md-owo-ui: lavender-md-owo-ui 0.1.2+1.21
		libipn: libIPN 6.2.0
		litematica: Litematica 0.19.53
		lithium: Lithium 0.14.2-snapshot+mc1.21.1-build.90
		lolmblv: More Barrel Variants 1.7.0
		lolmbv: More Bookshelf Variants 1.0.4
		lolmcbv: More Chiseled Bookshelf Variants 1.6.2
		lolmcgt: More Cartography Tables 1.7.1
		lolmcmv: More Composter Variants 1.7.3
		lolmcmv-aft: More Feeding Trough Variants 1.0.4
		lolmct: More Crafting Tables 1.2.8
		lolmcv: More Chest Variants 1.5.6
		lolmft: More Fletching Tables 1.7.1
		lolmfv: More Furnace Variants 1.0.3
		lolmgv: More Grindstone Variants 1.1.1
		lolmlmv: More Loom Variants 1.1.1
		lolmlv: More Lectern Variants 1.8.1
		lolmst: More Smithing Tables 1.2.0
		lolmsv: More Shield Variants 1.3.1
		macebut3d: Mace but 3D 1.0.1
		malilib: MaLiLib 0.21.4
		mcwbridges: Macaw's Bridges 3.0.0
		mcwdoors: Macaw's Doors 1.1.1
		mcwfurnitures: Macaw's Furniture 3.3.0
		mcwroofs: Macaw's Roofs 2.3.1
		mcwwindows: Macaw's Windows 2.3.2
		melody: Melody 1.0.10
		midnightlib: MidnightLib 1.6.3
		minecraft: Minecraft 1.21.1
		minihud: MiniHUD 0.32.53
		mixintrace: MixinTrace 1.1.1+1.17
		mo_glass: Mo Glass 1.10-MC1.21.1
		modelfix: Model Gap Fix 1.21-1.6
		modernfix: ModernFix 5.19.5+mc1.21.1
		modifyplayerdata: Modify Player Data 0.2.2-1.21.1
		modmenu: Mod Menu 11.0.3
		monsters_in_the_closet: Monsters in the Closet 1.0.3+1.21
		moreculling: More Culling 1.0.1
			conditional-mixin: conditional mixin 0.6.3
			mixinsquared: MixinSquared 0.2.0
		mr_desert_scourge: Desert Scourge 1.2
		mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.4.4
		mr_edf_remastered: Ender Dragon Fight Remastered 5.0-beta4
		mr_skippy_pearls: Skippy Pearls 1.21
		mr_undying_petsatlasplays: Undying Pets 1.6.0
		mr_wandering_illusioneratlasplays: Wandering Illusioner 1.1.0
		mr_withering_heights: Withering Heights: Revamped Wither 1-v1.1b
		mru: Mineblock's Repeated Utilities 1.0.4+1.21+fabric
		mstv-base: More Stick Variants (MStV) 1.2.3
		mstv-masv: More Armor Stand Variants (MStV+) 1.2.0
		mstv-mfrv: More (Fishing) Rod Variants (MStV+) 1.0.4
		nbt_ac: NBT Autocomplete 1.3.9
		nbt_copy: NBT Copy 1.0.3
		nbttooltips: NBT tooltips 0.1.4-1.20.x
		netheriteextras: Netherite Extras 0.4.0+mc1.21
		no-resource-pack-warnings: No Resource Pack Warnings 1.3.0
		nochatreports: No Chat Reports 1.21.1-v2.9.1
		notenoughanimations: NotEnoughAnimations 1.8.1
		nullscape: Nullscape 1.2.9
		og-progress-bar: OG Progress Bar 1.1.0
		optigui: OptiGUI 2.3.0-beta.6+1.21
			org_apache_commons_commons-text: commons-text 1.12.0
			org_ini4j_ini4j: ini4j 0.5.4
		owo: oωo 0.12.15+1.21
			io_wispforest_endec: endec 0.1.5
			io_wispforest_endec_gson: gson 0.1.3
			io_wispforest_endec_jankson: jankson 0.1.3
			io_wispforest_endec_netty: netty 0.1.2
		paginatedadvancements: Paginated Advancements 2.5.1
		palladium: Palladium 1.0.9.5
		particle_core: Particle Core 0.2.4+1.21
		particular: Particular 1.1.1+1.21
		placeholder-api: Placeholder API 2.4.1+1.21
		playeranimator: Player Animator 2.0.0-alpha1+1.21
		polymer-bundled: Polymer 0.9.18+1.21.1
			polymer-blocks: Polymer (Textured Blocks) 0.9.18+1.21.1
			polymer-common: Polymer (Common) 0.9.18+1.21.1
				packet_tweaker: Packet Tweaker 0.5.5+1.21
			polymer-core: Polymer (Core) 0.9.18+1.21.1
				polymer-networking: Polymer (Networking) 0.9.18+1.21.1
				polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.18+1.21.1
			polymer-resource-pack: Polymer (Resource Pack) 0.9.18+1.21.1
			polymer-virtual-entity: Polymer (Virtual Entity) 0.9.18+1.21.1
		polytone: Polytone 1.21-2.5.12
		presencefootsteps: Presence Footsteps 1.10.2+1.21
			kirin: Kirin UI 1.20.0+1.21
		provihealth: Provi's Health Bars 2.1.1+1.21
			lilylib: LilyLib 1.1.3+1.21
		puzzle: Puzzle 2.0.1
		puzzleslib: Puzzles Lib 21.1.22
		quad: Quad 1.2.9
		quad-lolmbdv: More Bed Variants 1.5.1
		quad-lolmbhv: More Beehive Variants 1.1.1
		quad-lolmcrv: More Crafter Variants 1.0.0
		quad-lolmjnv: More Jukebox/Noteblock Variants 1.0.2
		quad-lolmsmv: More Smoker Variants 1.2.2
		recipecooldown: Recipe Cooldown 1.17.1-1.0.0
		reeses-sodium-options: Reese's Sodium Options 1.8.0+mc1.21.3
		resourcefulconfig: Resourcefulconfig 3.0.7
		respawnablepets: Respawnable Pets 1.21-r2
		rightclickharvest: Right Click Harvest 4.4.3+1.21.1
		roughlyenoughitems: Roughly Enough Items 16.0.788
			error_notifier: Error Notifier 1.0.11
		routerecorder: Route Recorder 1.2-mc1.21.1-fabric
		rpc: ResourcePackCached 1.1.2
		rrls: Remove Reloading Screen 5.0.8+mc1.21.1-fabric
		scalablelux: ScalableLux 0.1.0+fabric.26c6e72
		scoreboard-overhaul: Scoreboard Overhaul 1.2.2-mc1.21.0
			scoreboard-overhaul-common: Scoreboard Overhaul 1.2.2-common
		scribble: Scribble 1.4.2
		shouldersurfing: Shoulder Surfing Reloaded 4.6.2
		skinlayers3d: 3d-Skin-Layers 1.7.2
		skinrestorer: SkinRestorer 2.1.0+1.21-fabric
		sodium: Sodium 0.6.2+mc1.21.1
		sodium-extra: Sodium Extra 0.6.0+mc1.21.1
		sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.6
		styledchat: Styled Chat 2.6.0+1.21
			player-data-api: Player Data API 0.6.0+1.21
		surveyor: Surveyor Map Framework 0.6.25+1.21
		swordblockingmechanics: Sword Blocking Mechanics 21.1.0
		talkbubbles: Talk Bubbles 1.0.8
		tcdcommons: TCD Commons API 3.12.4+fabric-1.21
		tclayer: Accessories Trinkets Compat Layer 3.10.0+beta.18
		terrablender: TerraBlender 4.1.0.5
		terralith: Terralith 2.5.6
		the_bumblezone: The Bumblezone - Fabric 7.7.9+1.21.1-fabric
			resourcefullib: Resourceful Lib 3.0.11
				com_teamresourceful_bytecodecs: bytecodecs 1.1.2
				com_teamresourceful_yabn: yabn 1.0.3
		things: Things 0.4.2+1.21
		tia: Tiny Item Animations 1.2.1
		toadlib: ToadLib 1.1.6
		toggleableitemframes: Toggleable Item Frames 5.1.0-1.21.1
		toms_storage: Tom's Simple Storage Mod 2.0.11
		tooltrims: Tool Trims Mod 1.0.0+mc1.21
		travelersbackpack: Traveler's Backpack 10.1.3
		ukulib: ukulib 1.4.1+1.21
			com_moandjiezana_toml_toml4j: toml4j 0.7.2
		ukus-armor-hud: uku's Armor HUD 0.5.1+mc1.21
		ultrawarm-melting-ice: Ultrawarm Melting Ice 1.0.0
		universal-graves: Universal Graves 3.4.4+1.21
			common-protection-api: Common Protection API 1.0.0
			predicate-api: Predicate API 0.5.1+1.21
			server_translations_api: Server Translations API 2.3.1+1.21-pre2
			sgui: sgui 1.6.0+1.21
		villagertrades: Villager Trades 1.21-1.0.2
		visuality: Visuality 0.7.7+1.21
		voicechat: Simple Voice Chat 1.21.1-2.5.26
		vshorses: Vanilla* Horses 1.0.1+1.21.1
		vt_downloader: VTDownloader 2.3.1+1.21.1
		waveycapes: WaveyCapes 1.4.12
		waystones: Waystones 21.1.5
		worldedit: WorldEdit 7.3.8+6939-7d32b45
		worldplaytime: World Play Time 1.2.2
		yet_another_config_lib_v3: YetAnotherConfigLib 3.6.2+1.21-fabric
			com_twelvemonkeys_common_common-image: common-image 3.12.0
			com_twelvemonkeys_common_common-io: common-io 3.12.0
			com_twelvemonkeys_common_common-lang: common-lang 3.12.0
			com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
			com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
			com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
			org_quiltmc_parsers_gson: gson 0.2.1
			org_quiltmc_parsers_json: json 0.2.1
		yungsapi: YUNG's API 1.21.1-Fabric-5.1.3
			org_javassist_javassist: javassist 3.29.2-GA
		yungsbridges: YUNG's Bridges 1.21.1-Fabric-5.1.1
		yungsextras: YUNG's Extras 1.21.1-Fabric-5.1.1
		zoomify: Zoomify 2.14.2+1.21.1
			com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
	Loaded Shaderpack: (off)

@alexmozaidze
Copy link
Author

Whilst looking at full client logs, I found a point of interest

[01:37:01] [Netty Epoll Client IO #0/ERROR]: Negative index in crash report handler (0/19)
[01:37:01] [Netty Epoll Client IO #0/ERROR]: Exception occurred in netty pipeline
io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer
[01:37:02] [Netty Epoll Client IO #0/INFO]: Disconnected from server, resetting proxy config values
[01:37:02] [Render thread/INFO]: [voicechat] Clearing audio channels
[01:37:02] [Render thread/INFO]: [voicechat] Stopping microphone thread
[01:37:02] [Render thread/INFO]: [voicechat] Disconnecting voicechat
[01:37:02] [Render thread/INFO]: Stopping worker threads
[01:37:02] [Render thread/WARN]: Client disconnected with reason: Internal Exception: io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer

Is negative index in report handler normal? (I disabled ModernFix in this run)

@Dragon-Seeker
Copy link
Member

Dose such work without the TCLayer at all and just use trinkets and Accessories?

@hipsterjazzbo
Copy link

I'm having a similar issue as well, on Forge with Curios Compat, though mine isn't kicking me, its just logging a repeated error until my disk fills up 😂

Sample of infinite log
[10:07:27] [Thread-21/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: null
	Index: 1
	Listeners:
		0: NORMAL
		1: ASM: class sfiomn.legendarysurvivaloverhaul.common.integration.curios.CuriosEvents onEquipCurio(Ltop/theillusivec4/curios/api/event/CurioEquipEvent;)V
		2: ASM: class uwu.lopyluna.unify.event.UnifyEvent onEntityTick(Lnet/minecraftforge/event/entity/EntityEvent;)V
java.lang.StackOverflowError
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
	at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119)
	at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219)
	at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229)
	at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219)
	at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.handleException(EventBus.java:329)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:320)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.cclayer.CCLayer.lambda$new$1(CCLayer.java:86)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$0(CanEquipCallback.java:31)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.impl.AccessoryNestUtils.recursiveStackHandling(AccessoryNestUtils.java:50)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$1(CanEquipCallback.java:27)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canEquip(AccessoriesAPI.java:230)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canInsertIntoSlot(AccessoriesAPI.java:219)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.mixin.CuriosImplMixinHooks.isStackValid(CuriosImplMixinHooks.java:277)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.api.CuriosApi.isStackValid(CuriosApi.java:155)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.CuriosEvents.onEquipCurio(CuriosEvents.java:21)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.__CuriosEvents_onEquipCurio_CurioEquipEvent.invoke(.dynamic)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.cclayer.CCLayer.lambda$new$1(CCLayer.java:86)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$0(CanEquipCallback.java:31)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.impl.AccessoryNestUtils.recursiveStackHandling(AccessoryNestUtils.java:50)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$1(CanEquipCallback.java:27)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canEquip(AccessoriesAPI.java:230)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canInsertIntoSlot(AccessoriesAPI.java:219)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.mixin.CuriosImplMixinHooks.isStackValid(CuriosImplMixinHooks.java:277)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.api.CuriosApi.isStackValid(CuriosApi.java:155)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.CuriosEvents.onEquipCurio(CuriosEvents.java:21)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.__CuriosEvents_onEquipCurio_CurioEquipEvent.invoke(.dynamic)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.cclayer.CCLayer.lambda$new$1(CCLayer.java:86)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$0(CanEquipCallback.java:31)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.impl.AccessoryNestUtils.recursiveStackHandling(AccessoryNestUtils.java:50)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$1(CanEquipCallback.java:27)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canEquip(AccessoriesAPI.java:230)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canInsertIntoSlot(AccessoriesAPI.java:219)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.mixin.CuriosImplMixinHooks.isStackValid(CuriosImplMixinHooks.java:277)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.api.CuriosApi.isStackValid(CuriosApi.java:155)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.CuriosEvents.onEquipCurio(CuriosEvents.java:21)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.__CuriosEvents_onEquipCurio_CurioEquipEvent.invoke(.dynamic)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.cclayer.CCLayer.lambda$new$1(CCLayer.java:86)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$0(CanEquipCallback.java:31)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.impl.AccessoryNestUtils.recursiveStackHandling(AccessoryNestUtils.java:50)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$1(CanEquipCallback.java:27)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canEquip(AccessoriesAPI.java:230)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canInsertIntoSlot(AccessoriesAPI.java:219)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.mixin.CuriosImplMixinHooks.isStackValid(CuriosImplMixinHooks.java:277)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.api.CuriosApi.isStackValid(CuriosApi.java:155)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.CuriosEvents.onEquipCurio(CuriosEvents.java:21)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.__CuriosEvents_onEquipCurio_CurioEquipEvent.invoke(.dynamic)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.cclayer.CCLayer.lambda$new$1(CCLayer.java:86)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$0(CanEquipCallback.java:31)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.impl.AccessoryNestUtils.recursiveStackHandling(AccessoryNestUtils.java:50)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$1(CanEquipCallback.java:27)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canEquip(AccessoriesAPI.java:230)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canInsertIntoSlot(AccessoriesAPI.java:219)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.mixin.CuriosImplMixinHooks.isStackValid(CuriosImplMixinHooks.java:277)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.api.CuriosApi.isStackValid(CuriosApi.java:155)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.CuriosEvents.onEquipCurio(CuriosEvents.java:21)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.__CuriosEvents_onEquipCurio_CurioEquipEvent.invoke(.dynamic)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.cclayer.CCLayer.lambda$new$1(CCLayer.java:86)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$0(CanEquipCallback.java:31)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.impl.AccessoryNestUtils.recursiveStackHandling(AccessoryNestUtils.java:50)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.events.CanEquipCallback.lambda$static$1(CanEquipCallback.java:27)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canEquip(AccessoriesAPI.java:230)
	at TRANSFORMER/[email protected]+1.20.1/io.wispforest.accessories.api.AccessoriesAPI.canInsertIntoSlot(AccessoriesAPI.java:219)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.mixin.CuriosImplMixinHooks.isStackValid(CuriosImplMixinHooks.java:277)
	at TRANSFORMER/[email protected]+1.20.1/top.theillusivec4.curios.api.CuriosApi.isStackValid(CuriosApi.java:155)
	at TRANSFORMER/[email protected]/sfiomn.legendarysurvivaloverhaul.common.integration.curios.CuriosEvents.onEquipCurio(CuriosEvents.java:21)

@Dragon-Seeker
Copy link
Member

@hipsterjazzbo

I'm having a similar issue as well, on Forge with Curios Compat, though mine isn't kicking me, its just logging a repeated error until my disk fills up 😂

I believe this is a different issues that should be reported here but under a different issue as this issue is caused by some recursive issue with the CCLayer

@Dragon-Seeker
Copy link
Member

@alexmozaidze I know its a long shot but could you do some debugging to see if its a mod incompatibility of some type by not using TCLayer and just having trinkets or Binary Searching your pack to see if another mod is causing this issue. Currently dealing with some life stuff so investigating such myself is kind of difficult.

@Dragon-Seeker Dragon-Seeker self-assigned this Jan 8, 2025
@Dragon-Seeker Dragon-Seeker added bug Something isn't working unknown cause The issue or bug is unknown to what or how it happend Trinkets Compat Related to the trinkets compatibility layer labels Jan 8, 2025
@alexmozaidze
Copy link
Author

alexmozaidze commented Jan 8, 2025

Not at the moment, sorry. I am busy with IRL work and server maintenance to do it rn. I will try to test it out later, though.

Once I have time, I will download the preserved server instance locally and try to locate the source of the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Trinkets Compat Related to the trinkets compatibility layer unknown cause The issue or bug is unknown to what or how it happend
Projects
None yet
Development

No branches or pull requests

3 participants