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

crash 1.20.1 #145

Closed
tekutora opened this issue May 15, 2024 · 2 comments
Closed

crash 1.20.1 #145

tekutora opened this issue May 15, 2024 · 2 comments
Labels
bug Something isn't working solved Fixed in next update

Comments

@tekutora
Copy link

0.28-v2
---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 2024-05-15 13:12:20
Description: Container click

java.util.NoSuchElementException: java.lang.IndexOutOfBoundsException: Index 5 out of bounds for length 4
at java.base/java.util.AbstractList$Itr.next(AbstractList.java:377)
at com.beansgalaxy.backpacks.inventory.BackpackInventory.spaceLeft(BackpackInventory.java:251)
at com.beansgalaxy.backpacks.inventory.BackpackInventory.canPlaceItem(BackpackInventory.java:346)
at com.beansgalaxy.backpacks.inventory.BackpackInventory.insertItemSilent(BackpackInventory.java:203)
at com.beansgalaxy.backpacks.inventory.BackpackInventory.insertItem(BackpackInventory.java:197)
at com.beansgalaxy.backpacks.screen.BackpackMenu.method_7601(BackpackMenu.java:230)
at net.minecraft.class_1703.method_30010(class_1703.java:394)
at net.minecraft.class_1703.method_7593(class_1703.java:294)
at com.beansgalaxy.backpacks.screen.BackpackMenu.handleClick(BackpackMenu.java:206)
at com.beansgalaxy.backpacks.screen.BackpackMenu.method_7593(BackpackMenu.java:155)
at net.minecraft.class_636.method_2906(class_636.java:450)
at net.minecraft.class_465.method_2383(class_465.java:548)
at net.minecraft.class_465.invokeSlotClicked(class_465.java)
at yalter.mousetweaks.handlers.GuiContainerHandler.clickSlot(GuiContainerHandler.java:59)
at yalter.mousetweaks.Main.onMouseDrag(Main.java:257)
at net.minecraft.class_312.handler$fdi000$mousetweaks$onMouseDragged(class_312.java:4525)
at net.minecraft.class_312.method_1602(class_312.java)
at net.minecraft.class_437.method_25412(class_437.java:409)
at net.minecraft.class_312.method_1600(class_312.java:201)
at net.minecraft.class_312.method_22689(class_312.java:168)
at net.minecraft.class_1255.execute(class_1255.java:102)
at net.minecraft.class_312.method_22688(class_312.java:168)
at org.lwjgl.glfw.GLFWCursorPosCallbackI.callback(GLFWCursorPosCallbackI.java:44)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219)
at net.minecraft.class_1041.method_15998(class_1041.java:288)
at net.minecraft.class_310.method_1523(class_310.java:1241)
at net.minecraft.class_310.method_1514(class_310.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.IndexOutOfBoundsException: Index 5 out of bounds for length 4
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at net.minecraft.class_2371.get(class_2371.java:47)
at java.base/java.util.AbstractList$Itr.next(AbstractList.java:371)
... 33 more

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

-- Head --
Thread: Render thread
Stacktrace:
at java.base/java.util.AbstractList$Itr.next(AbstractList.java:377)
at com.beansgalaxy.backpacks.inventory.BackpackInventory.spaceLeft(BackpackInventory.java:251)
at com.beansgalaxy.backpacks.inventory.BackpackInventory.canPlaceItem(BackpackInventory.java:346)
at com.beansgalaxy.backpacks.inventory.BackpackInventory.insertItemSilent(BackpackInventory.java:203)
at com.beansgalaxy.backpacks.inventory.BackpackInventory.insertItem(BackpackInventory.java:197)
at com.beansgalaxy.backpacks.screen.BackpackMenu.method_7601(BackpackMenu.java:230)
at net.minecraft.class_1703.method_30010(class_1703.java:394)
at net.minecraft.class_1703.method_7593(class_1703.java:294)
at com.beansgalaxy.backpacks.screen.BackpackMenu.handleClick(BackpackMenu.java:206)
at com.beansgalaxy.backpacks.screen.BackpackMenu.method_7593(BackpackMenu.java:155)
at net.minecraft.class_636.method_2906(class_636.java:450)
at net.minecraft.class_465.method_2383(class_465.java:548)
at net.minecraft.class_465.invokeSlotClicked(class_465.java)
at yalter.mousetweaks.handlers.GuiContainerHandler.clickSlot(GuiContainerHandler.java:59)
at yalter.mousetweaks.Main.onMouseDrag(Main.java:257)
at net.minecraft.class_312.handler$fdi000$mousetweaks$onMouseDragged(class_312.java:4525)
at net.minecraft.class_312.method_1602(class_312.java)
at net.minecraft.class_437.method_25412(class_437.java:409)
at net.minecraft.class_312.method_1600(class_312.java:201)
at net.minecraft.class_312.method_22689(class_312.java:168)
at net.minecraft.class_1255.execute(class_1255.java:102)
at net.minecraft.class_312.method_22688(class_312.java:168)
at org.lwjgl.glfw.GLFWCursorPosCallbackI.callback(GLFWCursorPosCallbackI.java:44)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219)

-- Click info --
Details:
Menu Type: beansbackpacks:backpack_menu
Menu Class: com.beansgalaxy.backpacks.screen.BackpackMenu
Slot Count: 106
Slot: 10
Button: 0
Type: QUICK_MOVE
Stacktrace:
at net.minecraft.class_1703.method_7593(class_1703.java:294)
at com.beansgalaxy.backpacks.screen.BackpackMenu.handleClick(BackpackMenu.java:206)
at com.beansgalaxy.backpacks.screen.BackpackMenu.method_7593(BackpackMenu.java:155)
at net.minecraft.class_636.method_2906(class_636.java:450)
at net.minecraft.class_465.method_2383(class_465.java:548)
at net.minecraft.class_465.invokeSlotClicked(class_465.java)
at yalter.mousetweaks.handlers.GuiContainerHandler.clickSlot(GuiContainerHandler.java:59)
at yalter.mousetweaks.Main.onMouseDrag(Main.java:257)
at net.minecraft.class_312.handler$fdi000$mousetweaks$onMouseDragged(class_312.java:4525)
at net.minecraft.class_312.method_1602(class_312.java)
at net.minecraft.class_437.method_25412(class_437.java:409)
at net.minecraft.class_312.method_1600(class_312.java:201)
at net.minecraft.class_312.method_22689(class_312.java:168)
at net.minecraft.class_1255.execute(class_1255.java:102)
at net.minecraft.class_312.method_22688(class_312.java:168)
at org.lwjgl.glfw.GLFWCursorPosCallbackI.callback(GLFWCursorPosCallbackI.java:44)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219)
at net.minecraft.class_1041.method_15998(class_1041.java:288)
at net.minecraft.class_310.method_1523(class_310.java:1241)
at net.minecraft.class_310.method_1514(class_310.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected screen --
Details:
Screen name: com.beansgalaxy.backpacks.screen.BackpackScreen
Stacktrace:
at net.minecraft.class_437.method_25412(class_437.java:409)
at net.minecraft.class_312.method_1600(class_312.java:201)
at net.minecraft.class_312.method_22689(class_312.java:168)
at net.minecraft.class_1255.execute(class_1255.java:102)
at net.minecraft.class_312.method_22688(class_312.java:168)
at org.lwjgl.glfw.GLFWCursorPosCallbackI.callback(GLFWCursorPosCallbackI.java:44)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219)
at net.minecraft.class_1041.method_15998(class_1041.java:288)
at net.minecraft.class_310.method_1523(class_310.java:1241)
at net.minecraft.class_310.method_1514(class_310.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
All players: 1 total; [class_746['eblano'/1, l='ClientLevel', x=-773.22, y=128.00, z=-4979.64]]
Chunk stats: 4096, 974
Level dimension: minecraft:overworld
Level spawn location: World: (80,65,368), Section: (at 0,1,0 in 5,4,23; chunk contains blocks 80,-64,368 to 95,319,383), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 84039 game time, 84039 day time
Server brand: fabric
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:458)
at net.minecraft.class_310.method_1587(class_310.java:2406)
at net.minecraft.class_310.method_1514(class_310.java:821)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric, file/Stay_True_1.20.zip, presencefootsteps:default_sound_pack, file/Drodi's Illagers [V4.3].zip, file/Drodi's Villagers [V2.3]-EMF.zip, file/FreshAnimations_v1.9.zip, file/MoreMobVariants_FreshAnimations_1.3.0-1.9.zip, file/Drodi's Villagers FA [V2.2.1]-EMF.zip, file/Drodi's Illagers FA [V4.3].zip, file/Eyeless Fresh Moves v3.0.1.zip, file/freshly-modded-1-5-1.zip, file/guiretextures-darkmode-1.9.zip, seasons:seasonal_lush_caves, Moonlight Mods Dynamic Assets, file/SmallerDynamicCrosshair .zip, file/Delightful-plaques-1.1+(1.20.1).zip, loadmyresources.hiddenpack, diagonalblocks:default_block_models

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 433603656 bytes (413 MiB) / 2252341248 bytes (2148 MiB) up to 7381975040 bytes (7040 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: 12th Gen Intel(R) Core(TM) i5-12400F
Identifier: Intel64 Family 6 Model 151 Stepping 2
Microarchitecture: Alder Lake
Frequency (GHz): 2.50
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce GTX 1660
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2184
Graphics card #0 versionInfo: DriverVersion=31.0.15.5222
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): 26460.17
Virtual memory used (MB): 18100.55
Swap memory total (MB): 10240.00
Swap memory used (MB): 619.61
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx7040m -Xms256m
Fabric Mods:
advancementplaques: Advancement Plaques 1.4.11
ambientsounds: AmbientSounds 5.3.9
appleskin: AppleSkin 2.5.1+mc1.20
aquamirae: Aquamirae 6
architectury: Architectury 9.2.14
attributefix: AttributeFix 21.0.4
bbs: Better Block Sounds 1.20.1-0.1.3
beansbackpacks: BeansBackpacks 0.28-v2
betterarcheology: Better Archeology 1.1.8-1.20.1
bettercombat: Better Combat 1.8.5+1.20.1
biomemusic: Biome Music Mod 1.20.1-2.3
blur: Blur (Fabric) 3.1.0
bountiful: Bountiful 6.0.3+1.20.1
cameraoverhaul: Camera Overhaul 1.4.0-fabric-universal
carryon: Carry On 2.1.2.7
cavedust: Cave Dust 1.4.1
caveoverhaul: CaveOverhaul fabric-1.20.1-1.2.2a
charmofundying: Charm of Undying 6.5.0+1.20.1
spectrelib: SpectreLib 0.13.15+1.20.1
chunksfadein: Chunks Fade In 1.0.5-1.20.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
crowdin-translate: CrowdinTranslate 1.4+1.19.3
cloth-config: Cloth Config v11 11.1.118
cloth-basic-math: cloth-basic-math 0.6.1
collective: Collective 7.57
combatroll: Combat Roll 1.3.2+1.20.1
controlling: Controlling For Fabric 12.0.2
create: Create 0.5.1-f-build.1417+mc1.20.1
com_electronwill_night-config_core: core 3.6.6
com_electronwill_night-config_toml: toml 3.6.6
com_google_code_findbugs_jsr305: jsr305 3.0.2
flywheel: Flywheel 0.6.10-2
milk: Milk Lib 1.2.60
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
porting_lib_accessors: Porting Lib Accessors 2.3.2+1.20.1
porting_lib_base: Porting Lib Base 2.3.2+1.20.1
porting_lib_config: Porting Lib Config 2.3.2+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.2+1.20.1
porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.2+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.2+1.20.1
porting_lib_utility: Porting Lib Utility 2.3.2+1.20.1
porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1
porting_lib_client_events: Porting Lib Client Events 2.3.2+1.20.1
porting_lib_entity: Porting Lib Entity 2.3.2+1.20.1
porting_lib_extensions: Porting Lib Extensions 2.3.2+1.20.1
porting_lib_attributes: Porting Lib Attributes 2.3.2+1.20.1
porting_lib_common: Porting Lib Common 2.3.2+1.20.1
porting_lib_core: Porting Lib Core 2.3.2+1.20.1
porting_lib_models: Porting Lib Models 2.3.2+1.20.1
porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1
porting_lib_networking: Porting Lib Networking 2.3.2+1.20.1
porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_tool_actions: Porting Lib Tool Actions 2.3.2+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.3.2+1.20.1
reach-entity-attributes: Reach Entity Attributes 2.4.0
registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
porting_lib_data: Porting Lib Data 2.1.1090+1.20
porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
createaddition: Create Crafts & Additions 1.2.3
creativecore: CreativeCore 2.11.24
net_minecraftforge_eventbus: eventbus 6.0.3
creeperoverhaul: Creeper Overhaul 3.0.2
cristellib: Cristel Lib 1.1.5
blue_endless_jankson: jankson 1.2.3
cupboard: cupboard 1.20.1-2.6
diagonalfences: Diagonal Fences 8.1.4
diagonalblocks: Diagonal Blocks 8.0.5
distantfriends: Distant Friends 0.5.4
dragonfight: Dragonfight Mod 1.20.1-4.4
dungeonnowloading: Dungeon Now Loading 1.3
dynamiccrosshair: Dynamic Crosshair 7.4.4+1.20
yaclx: YetAnotherConfigLibExtensions 1.12+1.20.2
dynamiccrosshaircompat: Dynamic Crosshair Compat 3.7.4+1.20.1
easyanvils: Easy Anvils 8.0.2
easymagic: Easy Magic 8.0.1
endermanoverhaul: Enderman Overhaul 1.0.4
endrem: End Remastered 5.2.4
entity_model_features: Entity Model Features 2.0.2
entity_texture_features: Entity Texture Features 6.0.1
org_apache_httpcomponents_httpmime: httpmime 4.5.10
explosiveenhancement: Explosive Enhancement 1.2.2-1.20.x
exposure: Exposure 1.6.0
fabric-api: Fabric API 0.92.1+1.20.1
fabric-api-base: Fabric API Base 0.4.31+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
fabric-language-kotlin: Fabric Language Kotlin 1.10.20+kotlin.1.9.24
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.24
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.24
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.24
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.24
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
fabricloader: Fabric Loader 0.15.10
mixinextras: MixinExtras 0.3.5
fastquit: FastQuit 3.0.0+1.20+
ferritecore: FerriteCore 6.0.1
firstperson: FirstPerson 2.3.4
footprintparticle: Footprint Particle 0.5.1-mc1.20
forgeconfigapiport: Forge Config API Port 8.0.0
framework: Framework 0.6.16
org_javassist_javassist: javassist 3.29.2-GA
org_reflections_reflections: reflections 0.10.2
friendsandfoes: Friends&Foes 2.0.10
ftblibrary: FTB Library 2001.2.1
ftbquests: FTB Quests 2001.4.2
team_reborn_energy: Energy 3.0.0
ftbteams: FTB Teams 2001.3.0
fwaystones: Fabric Waystones 3.3.2+mc1.20.1
geckolib: GeckoLib 4 4.4.4
com_eliotlash_mclib_mclib: mclib 20
geophilic: Geophilic v2.2.0-mc1.20u1.20.2
goblintraders: Goblin Traders 1.9.3
guardvillagers: GuardVillagers 2.0.9-1.20.1
guild: Guild 0.4.7
harvestwithease: Harvest with ease 8.0.1.0
hopobettermineshaft: Hopo Better Mineshaft 1.2.2
hopobetterruinedportal: Hopo Better Ruined Portal 1.3.7
hopobetterunderwaterruins: Hopo Better Underwater Ruins 1.1.5
iceberg: Iceberg 1.1.18
immediatelyfast: ImmediatelyFast 1.2.14+1.20.4
net_lenni0451_reflect: Reflect 1.3.2
immersive_aircraft: Immersive Aircraft 1.0.0+1.20.1
org_mariuszgromada_math_mathparser_org-mxparser: MathParser.org-mXparser 5.2.1
indium: Indium 1.0.30+mc1.20.4
interactic: Interactic 0.2.0+1.20
invmove: InvMove 0.8.4
iris: Iris 1.6.17
io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
itemborders: Item Borders 1.2.2
jade: Jade 11.8.0
java: OpenJDK 64-Bit Server VM 17
jei: Just Enough Items 15.3.0.4
justenoughprofessions: Just Enough Professions (JEP) 3.0.1
kambrik: Kambrik 6.1.1+1.20.1
ksyxis: Ksyxis 1.2.2
labels: labels 1.20-1.20.1
lambdynlights: LambDynamicLights 2.3.2+1.20.1
pride: Pride Lib 1.2.0+1.19.4
spruceui: SpruceUI 5.0.0+1.20
leadthevillagers: Lead The Villagers 1.0-1.20.3
leawind_third_person: Leawind's Third Person 2.0.8-beta.5
legendarytooltips: Legendary Tooltips 1.4.5
libertyvillagers: Liberty's Villagers 1.0.14+fabric+1.20.1
server_translations_api: Server Translations API 2.0.0+1.20
packet_tweaker: Packet Tweaker 0.4.0+1.19.4
lithium: Lithium 0.11.2
lmft: Load My F***ing Tags 1.0.2+1.20
loadmyresources: Load My Resources 1.0.4
maptooltip: Map Tooltip 3.0.0
medievalmusic: Medieval Music Mod 1.20.1-2.1
mes: Moog's End Structures 1.3.1-1.20-fabric
midnightlib: MidnightLib 1.4.1
minecraft: Minecraft 1.20.1
mns: Moog's Nether Structures 1.0.1-1.20-fabric
modernfix: ModernFix 5.17.0+mc1.20.1
modmenu: Mod Menu 7.2.2
moonlight: Moonlight 1.20-2.11.17
morebannerfeatures: More Banner Features 1.2.0
moremobvariants: More Mob Variants 1.3.0.1
moretotems: More Totems 2.16.0
mousetweaks: Mouse Tweaks 2.26
mousewheelie: Mouse Wheelie 1.13.0+mc1.20.1
amecsapi: Amecs API 1.5.1+mc1.20-pre1
coat: Coat 1.0.0-beta.20+mc1.20-pre1
tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1
mr_dungeons_andtavernspillageroutpostrework: Dungeons and Taverns Pillager Outpost Rework 1.1
mr_dungeons_andtavernsstrongholdrework: Dungeons and Taverns Stronghold Rework 1
mr_dungeons_andtavernsswamphutrework: Dungeons and Taverns Swamp Hut Rework 1
mr_tidal_towns: Tidal Towns 1.3
mru: Mineblock's Repeated Utilities 0.4.0+1.20
mvs: Moog's Voyager Structures 4.1.2-1.20-fabric
naturalist: Naturalist 4.0.3
neruina: Neruina 1.3.0
mixinsquared: MixinSquared 0.1.1
notenoughanimations: NotEnoughAnimations 1.7.3
notenoughcrashes: Not Enough Crashes 4.4.7+1.20.1
nvidium: Nvidium 0.2.6-beta
obscure_api: Obscure API 16
owo: oωo 0.11.2+1.20
pickupnotifier: Pick Up Notifier 8.0.0
player-animator: Player Animator 1.0.2-rc1+1.20
presencefootsteps: Presence Footsteps 1.9.2
kirin: Kirin UI 1.15.4+1.20
prism: Prism 1.0.5
puzzleslib: Puzzles Lib 8.1.19
puzzlesaccessapi: Puzzles Access Api 8.0.7
qdaa: QDAA 1.1.2
rare-ice: Rare Ice 0.6.0
reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101
resourcefulconfig: Resourcefulconfig 2.1.2
resourcefullib: Resourceful Lib 2.1.24
com_teamresourceful_bytecodecs: bytecodecs 1.0.2
com_teamresourceful_yabn: yabn 1.0.3
satin: Satin 1.14.0
seamless_loading_screen: Seamless Loading Screen 2.0.3+1.20.1
searchables: Searchables 1.0.3
seasons: Fabric Seasons 2.3+1.20
seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.20
seasonsterralithcompat: Fabric Seasons: Terralith Compat 1.0-2.3.7
shield_overhaul: Shield Overhaul 1.0.3
skinlayers3d: 3d-Skin-Layers 1.6.4
smoothskies: Smooth Skies 1.1.0
smoothswapping: Smooth Swapping 0.9.3.1
sodium: Sodium 0.5.8+mc1.20.1
sodium-extra: Sodium Extra 0.5.4+mc1.20.1-build.115
caffeineconfig: CaffeineConfig 1.3.0+1.17
sounds: Sounds 0.7.0+1.20.1
t_and_t: Towns and Towers 1.12
terralith: Terralith 2.5.0
third_person_maps: Third Person Maps 1.5.1
tia: Tiny Item Animations 1.20-1.1
timm: The Immersive Music Mod 1.0.3
travelerstitles: Traveler's Titles 1.20-Fabric-4.0.2
treasuredistance: TreasureDistance 1.20.1-1.0.1
treechop: HT's TreeChop 0.19.0
trinkets: Trinkets 3.7.2
cardinal-components-base: Cardinal Components API (base) 5.2.0
cardinal-components-entity: Cardinal Components API (entities) 5.2.0
vc_gliders: Gliders 1.1.5
palladiumcore: PalladiumCore 1.20-2.0.0.0
villagernames: Villager Names 7.3
villagesandpillages: Villages&Pillages 1.0.0
villagespawnpoint: Village Spawn Point 4.2
visuality: Visuality 0.7.1+1.20
visualworkbench: Visual Workbench 8.0.0
wakes: Wakes 0.2.4+1.20.1
com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
weaponmaster: YDM's Weapon Master 3.0.5
wi_zoom: WI Zoom 1.5-MC1.20.1
xaeroworldmap: Xaero's World Map 1.38.4
yeetusexperimentus: Yeetus Experimentus 2.3.1-build.6+mc1.20.1
yet_another_config_lib_v3: YetAnotherConfigLib 3.4.2+1.20.1-fabric
com_twelvemonkeys_common_common-image: common-image 3.10.0
com_twelvemonkeys_common_common-io: common-io 3.10.0
com_twelvemonkeys_common_common-lang: common-lang 3.10.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
yigd: You're in Grave Danger 2.0.0-beta.11
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
libgui: LibGui 8.1.1+1.20.1
jankson: Jankson 6.0.0+j1.2.3
libninepatch: LibNinePatch 1.2.0
yungsapi: YUNG's API 1.20-Fabric-4.0.5
yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
Loaded Shaderpack: (off)
Flywheel Backend: GL33 Instanced Arrays
Launched Version: fabric-loader-0.15.10-1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 552.22, NVIDIA Corporation
Window size: 3840x2160
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Type: Integrated Server (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, fabric, file/Stay_True_1.20.zip, presencefootsteps:default_sound_pack, file/Drodi's Illagers [V4.3].zip (incompatible), file/Drodi's Villagers [V2.3]-EMF.zip (incompatible), file/FreshAnimations_v1.9.zip, file/MoreMobVariants_FreshAnimations_1.3.0-1.9.zip, file/Drodi's Villagers FA [V2.2.1]-EMF.zip (incompatible), file/Drodi's Illagers FA [V4.3].zip (incompatible), file/Eyeless Fresh Moves v3.0.1.zip, file/freshly-modded-1-5-1.zip, file/guiretextures-darkmode-1.9.zip (incompatible), seasons:seasonal_lush_caves, Moonlight Mods Dynamic Assets, file/SmallerDynamicCrosshair .zip, file/Delightful-plaques-1.1+(1.20.1).zip
Current Language: en_ca
CPU: 12x 12th Gen Intel(R) Core(TM) i5-12400F
Server Running: true
Player Count: 1 / 8; [class_3222['eblano'/1, l='ServerLevel[New World]', x=-773.22, y=128.00, z=-4979.64]]
Data Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, loadmyresources.hiddenpack (incompatible)
Enabled Feature Flags: minecraft:vanilla
World Generation: Experimental
Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), Mouse Tweaks (mousetweaks), BeansBackpacks (beansbackpacks)

@tekutora
Copy link
Author

so im putting items in and out very fast and then boom crashed

@BeansGalaxy
Copy link
Owner

BeansGalaxy commented May 16, 2024

So I could replicate the crash report when I would split items while dragging my mouse. You now can't drag-split items in the backpack slots and that seems to fix it

@BeansGalaxy BeansGalaxy added bug Something isn't working solved Fixed in next update labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working solved Fixed in next update
Projects
None yet
Development

No branches or pull requests

2 participants