Crash due to Buffer Overflow in TilePump
Chronophylos opened this issue · 1 comments
Describe the bug
What happened to you?
The game crashed due to a buffer overflow caused by this mod
To Reproduce
I wasn't on the server
Version
- Minecraft: 1.16.5
- Single Player or Multi Player?: Multiplayer
- Forge: 36.1.23
- This mod (QuarryPlus): 16.1.6
- Other mods: see crash report
Crash Report
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 6/11/21 4:16 AM
Description: Ticking block entity
java.lang.ArrayIndexOutOfBoundsException: 16
at com.yogpc.qp.machines.pump.TilePump.S_searchLiquid(TilePump.java:332) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.pump.TilePump.S_removeLiquids(TilePump.java:373) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.pump.PumpModule$Tile.action(PumpModule.java:76) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.base.IModule.invoke(IModule.scala:22) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.quarry.TileQuarry2.$anonfun$breakBlock$1(TileQuarry2.scala:188) ~[quarryplus:16.1.6] {re:classloading,pl:runtimedistcleaner:A}
at scala.collection.Iterator$$anon$9.next(Iterator.scala:575) ~[?:2.13.5-build-2] {re:classloading}
at scala.collection.IterableOnceOps.foldLeft(IterableOnce.scala:646) ~[?:2.13.5-build-2] {re:classloading}
at scala.collection.IterableOnceOps.foldLeft$(IterableOnce.scala:642) ~[?:2.13.5-build-2] {re:classloading}
at scala.collection.AbstractIterator.foldLeft(Iterator.scala:1288) ~[?:2.13.5-build-2] {re:classloading}
at cats.kernel.Monoid.combineAll(Monoid.scala:82) ~[?:2.13.5-build-2] {re:classloading}
at cats.kernel.Monoid.combineAll$(Monoid.scala:81) ~[?:2.13.5-build-2] {re:classloading}
at com.yogpc.qp.machines.base.IModule$Result$$anon$1.combineAll(IModule.scala:90) ~[quarryplus:16.1.6] {re:classloading}
at cats.instances.ListInstances$$anon$1.foldMap(list.scala:78) ~[?:2.13.5-build-2] {re:classloading}
at cats.instances.ListInstances$$anon$1.foldMap(list.scala:17) ~[?:2.13.5-build-2] {re:classloading}
at cats.Foldable$Ops.foldMap(Foldable.scala:1042) ~[?:2.13.5-build-2] {re:classloading}
at cats.Foldable$Ops.foldMap$(Foldable.scala:1042) ~[?:2.13.5-build-2] {re:classloading}
at cats.Foldable$ToFoldableOps$$anon$6.foldMap(Foldable.scala:1077) ~[?:2.13.5-build-2] {re:classloading}
at com.yogpc.qp.machines.quarry.TileQuarry2.breakBlock(TileQuarry2.scala:188) ~[quarryplus:16.1.6] {re:classloading,pl:runtimedistcleaner:A}
at com.yogpc.qp.machines.quarry.QuarryAction$BreakBlock.action(QuarryAction.scala:241) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.quarry.TileQuarry2.workInTick(TileQuarry2.scala:75) ~[quarryplus:16.1.6] {re:classloading,pl:runtimedistcleaner:A}
at com.yogpc.qp.machines.base.APowerTile.func_73660_a(APowerTile.java:87) ~[quarryplus:16.1.6] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.world.World.func_217391_K(World.java:491) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:371) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at com.yogpc.qp.machines.pump.TilePump.S_searchLiquid(TilePump.java:332) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.pump.TilePump.S_removeLiquids(TilePump.java:373) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.pump.PumpModule$Tile.action(PumpModule.java:76) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.base.IModule.invoke(IModule.scala:22) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.quarry.TileQuarry2.$anonfun$breakBlock$1(TileQuarry2.scala:188) ~[quarryplus:16.1.6] {re:classloading,pl:runtimedistcleaner:A}
at scala.collection.Iterator$$anon$9.next(Iterator.scala:575) ~[?:2.13.5-build-2] {re:classloading}
at scala.collection.IterableOnceOps.foldLeft(IterableOnce.scala:646) ~[?:2.13.5-build-2] {re:classloading}
at scala.collection.IterableOnceOps.foldLeft$(IterableOnce.scala:642) ~[?:2.13.5-build-2] {re:classloading}
at scala.collection.AbstractIterator.foldLeft(Iterator.scala:1288) ~[?:2.13.5-build-2] {re:classloading}
at cats.kernel.Monoid.combineAll(Monoid.scala:82) ~[?:2.13.5-build-2] {re:classloading}
at cats.kernel.Monoid.combineAll$(Monoid.scala:81) ~[?:2.13.5-build-2] {re:classloading}
at com.yogpc.qp.machines.base.IModule$Result$$anon$1.combineAll(IModule.scala:90) ~[quarryplus:16.1.6] {re:classloading}
at cats.instances.ListInstances$$anon$1.foldMap(list.scala:78) ~[?:2.13.5-build-2] {re:classloading}
at cats.instances.ListInstances$$anon$1.foldMap(list.scala:17) ~[?:2.13.5-build-2] {re:classloading}
at cats.Foldable$Ops.foldMap(Foldable.scala:1042) ~[?:2.13.5-build-2] {re:classloading}
at cats.Foldable$Ops.foldMap$(Foldable.scala:1042) ~[?:2.13.5-build-2] {re:classloading}
at cats.Foldable$ToFoldableOps$$anon$6.foldMap(Foldable.scala:1077) ~[?:2.13.5-build-2] {re:classloading}
at com.yogpc.qp.machines.quarry.TileQuarry2.breakBlock(TileQuarry2.scala:188) ~[quarryplus:16.1.6] {re:classloading,pl:runtimedistcleaner:A}
at com.yogpc.qp.machines.quarry.QuarryAction$BreakBlock.action(QuarryAction.scala:241) ~[quarryplus:16.1.6] {re:classloading}
at com.yogpc.qp.machines.quarry.TileQuarry2.workInTick(TileQuarry2.scala:75) ~[quarryplus:16.1.6] {re:classloading,pl:runtimedistcleaner:A}
at com.yogpc.qp.machines.base.APowerTile.func_73660_a(APowerTile.java:87) ~[quarryplus:16.1.6] {re:classloading,pl:runtimedistcleaner:A}
-- Block entity being ticked --
Details:
Name: quarryplus:quarry // com.yogpc.qp.machines.quarry.TileQuarry2
Block: Block{quarryplus:quarry}[facing=north,working=true]
Block location: World: (304,120,244), Chunk: (at 0,7,4 in 19,15; contains blocks 304,0,240 to 319,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Block: Block{quarryplus:quarry}[facing=north,working=true]
Block location: World: (304,120,244), Chunk: (at 0,7,4 in 19,15; contains blocks 304,0,240 to 319,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.world.World.func_217391_K(World.java:491) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:371) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Affected level --
Details:
All players: 1 total; [ServerPlayerEntity['D3vistat3r'/109084, l='ServerLevel[world]', x=305.67, y=120.00, z=243.05]]
Chunk stats: ServerChunkCache: 4282
Level dimension: minecraft:overworld
Level spawn location: World: (224,67,48), Chunk: (at 0,4,0 in 14,3; contains blocks 224,0,48 to 239,255,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 11899726 game time, 13616990 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 122674 (now: false), thunder time: 87663 (now: false)
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] {}
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 4.19.0-16-amd64
Java Version: 1.8.0_212, IcedTea
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), IcedTea
Memory: 4955122584 bytes (4725 MB) / 12884901888 bytes (12288 MB) up to 12884901888 bytes (12288 MB)
CPUs: 4
JVM Flags: 24 total; -XX:+UseG1GC -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=20 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -XX:+UseLargePagesInMetaspace -Xms12G -Xms12G -Xmx12G -Xmx12G
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlserver
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.1.23.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.1.23.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.1.23.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.1.23.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.1.23.jar fml TRANSFORMATIONSERVICE
FML: 36.1
Forge: net.minecraftforge:36.1.23
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |DONE |45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
supermartijn642configlib-1.0.6-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.6 |DONE |NOSIGNATURE
AdditionalEnchantedMiner-1.16.5-16.1.6.jar |QuarryPlus |quarryplus |16.1.6 |DONE |1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |NOSIGNATURE
JRFTL [1.16.5]-1.2.jar |JRFTL |jrftl |1.2 |DONE |NOSIGNATURE
CookingForBlockheads_1.16.5-9.3.2.jar |Cooking for Blockheads |cookingforblockheads |9.3.2 |DONE |NOSIGNATURE
Controlling-7.0.0.20.jar |Controlling |controlling |7.0.0.20 |DONE |NOSIGNATURE
ReAuth-1.16-Forge-3.9.3.jar |ReAuth |reauth |3.9.3 |DONE |3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
Placebo-1.16.4-4.5.0.jar |Placebo |placebo |4.5.0 |DONE |NOSIGNATURE
citadel-1.6.3.jar |Citadel |citadel |1.6.3 |DONE |NOSIGNATURE
alexsmobs-1.10.1.jar |Alex's Mobs |alexsmobs |1.10.1 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-6.jar |YUNG's API |yungsapi |1.16.4-Forge-6 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.1.11.jar |Bookshelf |bookshelf |10.1.11 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |DONE |NOSIGNATURE
MekanismGenerators-1.16.5-10.0.21.448.jar |Mekanism: Generators |mekanismgenerators |10.0.21 |DONE |NOSIGNATURE
carryon-1.16.5-1.15.5.15.jar |Carry On |carryon |1.15.5.15 |DONE |8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
twilightforest-1.16.5-4.0.482-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |NOSIGNATURE
industrial-foregoing-1.16.5-3.2.13-4.jar |Industrial Foregoing |industrialforegoing |3.2.13 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.5-13.1.0.469-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.469 |DONE |NOSIGNATURE
MekanismAdditions-1.16.5-10.0.21.448.jar |Mekanism: Additions |mekanismadditions |10.0.21 |DONE |NOSIGNATURE
supermartijn642corelib-1.0.5-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.5 |DONE |NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.5.1.jar |Curios API |curios |1.16.5-4.0.5.1 |DONE |NOSIGNATURE
Patchouli-1.16.4-51.jar |Patchouli |patchouli |1.16.4-51 |DONE |NOSIGNATURE
collective-1.16.5-2.26.jar |Collective |collective |2.26 |DONE |NOSIGNATURE
YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |DONE |NOSIGNATURE
BetterStrongholds-1.16.4-1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.1 |DONE |NOSIGNATURE
MekanismTools-1.16.5-10.0.21.448.jar |Mekanism: Tools |mekanismtools |10.0.21 |DONE |NOSIGNATURE
architectury-1.17.20-forge.jar |Architectury |architectury |1.17.20 |DONE |NOSIGNATURE
observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |NOSIGNATURE
light-overlay-5.8.0.jar |Light Overlay |lightoverlay |5.8.0 |DONE |NOSIGNATURE
cloth-config-4.11.26-forge.jar |Cloth Config v4 API |cloth-config |4.11.26 |DONE |NOSIGNATURE
trashcans-1.0.10-mc1.16.5.jar |Trash Cans |trashcans |1.0.10 |DONE |NOSIGNATURE
bwncr-1.16.4-3.9.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.4-3.9.16 |DONE |NOSIGNATURE
CodeChickenLib-1.16.4-3.5.1.408-universal.jar |CodeChicken Lib |codechickenlib |3.5.1.408 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
BetterMineshafts-Forge-1.16.4-2.0.3.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.3 |DONE |NOSIGNATURE
geckolib-forge-1.16.5-3.0.39.jar |GeckoLib |geckolib3 |3.0.39 |DONE |NOSIGNATURE
ftb-library-forge-1605.3.1-build.12.jar |FTB Library |ftblibrary |1605.3.1-build.12 |DONE |NOSIGNATURE
ftb-teams-forge-1605.2.1-build.8.jar |FTB Teams |ftbteams |1605.2.1-build.8 |DONE |NOSIGNATURE
pamhc2trees-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.1 |DONE |NOSIGNATURE
treeharvester_1.16.5-2.4.jar |Tree Harvester |treeharvester |2.4 |DONE |NOSIGNATURE
jei-1.16.5-7.7.0.101.jar |Just Enough Items |jei |7.7.0.101 |DONE |NOSIGNATURE
AttributeFix-1.16.5-10.1.2.jar |AttributeFix |attributefix |10.1.2 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Mekanism-1.16.5-10.0.21.448.jar |Mekanism |mekanism |10.0.21 |DONE |NOSIGNATURE
ae2extras-1.3-1.16.5.jar |AE2 Extras |ae2extras |1.3-1.16.5 |DONE |NOSIGNATURE
invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |NOSIGNATURE
Waystones_1.16.5-7.6.2.jar |Waystones |waystones |7.6.2 |DONE |NOSIGNATURE
BetterPortals-1.16.4-0.3.2.jar |YUNG's Better Portals |betterportals |1.16.4-0.3.2 |DONE |NOSIGNATURE
FastSuite-1.16.4-1.0.2.jar |FastSuite |fastsuite |1.0.2 |DONE |NOSIGNATURE
Clumps-6.0.0.24.jar |Clumps |clumps |6.0.0.24 |DONE |NOSIGNATURE
shutupexperimentalsettings-1.0.3.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.3 |DONE |NOSIGNATURE
mcjtylib-1.16-5.0.19.jar |McJtyLib |mcjtylib |1.16-5.0.19 |DONE |NOSIGNATURE
rftoolsbase-1.16-2.0.10.jar |RFToolsBase |rftoolsbase |1.16-2.0.10 |DONE |NOSIGNATURE
rftoolsstorage-1.16-2.0.12.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.12 |DONE |NOSIGNATURE
rftoolscontrol-1.16-4.0.10.jar |RFToolsControl |rftoolscontrol |1.16-4.0.10 |DONE |NOSIGNATURE
rftoolsdim-1.16-7.0.9-beta.jar |RFToolsDimensions |rftoolsdim |1.16-7.0.9-beta |DONE |NOSIGNATURE
Toast-Control-1.16.4-4.3.1.jar |Toast Control |toastcontrol |4.3.1 |DONE |NOSIGNATURE
EnderStorage-1.16.4-2.7.1.166-universal.jar |EnderStorage |enderstorage |2.7.1.166 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
CraftTweaker-1.16.5-7.1.0.313.jar |CraftTweaker |crafttweaker |7.1.0.313 |DONE |NOSIGNATURE
rftoolspower-1.16-3.0.8.jar |RFToolsPower |rftoolspower |1.16-3.0.8 |DONE |NOSIGNATURE
ftb-chunks-forge-1605.3.1-build.12.jar |FTB Chunks |ftbchunks |1605.3.1-build.12 |DONE |NOSIGNATURE
forge-1.16.5-36.1.23-universal.jar |Forge |forge |36.1.23 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
untitledduckmod-0.2.2-forge.jar |Untitled Duck Mod |untitledduckmod |0.2.2 |DONE |NOSIGNATURE
DynamicSurroundings-1.16.4-4.0.4.2.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.4.2 |DONE |b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77
ironchest-1.16.4-11.2.10.jar |Iron Chests |ironchest |1.16.4-11.2.10 |DONE |NOSIGNATURE
ZeroCore2-1.16.4-2.0.21.jar |Zero CORE 2 |zerocore |1.16.4-2.0.21 |DONE |NOSIGNATURE
ExtremeReactors2-1.16.4-2.0.23.jar |Extreme Reactors 2 |bigreactors |1.16.4-2.0.23 |DONE |NOSIGNATURE
forge-1.16.5-36.1.23-server.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
cofh_core-1.16.4-1.2.1.jar |CoFH Core |cofh_core |1.2.1 |DONE |NOSIGNATURE
thermal_foundation-1.16.4-1.2.0.jar |Thermal Series |thermal |1.2.0 |DONE |NOSIGNATURE
thermal_innovation-1.16.4-1.2.0.jar |Thermal Innovation |thermal_innovation |1.2.0 |DONE |NOSIGNATURE
thermal_expansion-1.16.4-1.2.0.jar |Thermal Expansion |thermal_expansion |1.2.0 |DONE |NOSIGNATURE
thermal_locomotion-1.16.4-1.2.0.jar |Thermal Locomotion |thermal_locomotion |1.2.0 |DONE |NOSIGNATURE
TConstruct-1.16.5-3.0.4.171.jar |Tinkers' Construct |tconstruct |3.0.4.171 |DONE |NOSIGNATURE
rftoolsutility-1.16-3.0.26.jar |RFToolsUtility |rftoolsutility |1.16-3.0.26 |DONE |NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.8.jar |EnchantmentDescriptions |enchdesc |7.0.8 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
theoneprobe-1.16-3.1.4.jar |The One Probe |theoneprobe |1.16-3.1.4 |DONE |NOSIGNATURE
appliedenergistics2-8.4.0-alpha.2.jar |Applied Energistics 2 |appliedenergistics2 |8.4.0-alpha.2 |DONE |95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
lazierae2-1.16.5-1.1.3.jar |LazierAE2 |lazierae2 |1.1.3 |DONE |NOSIGNATURE
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |NOSIGNATURE
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |NOSIGNATURE
titanium-1.16.5-3.2.8.3-9.jar |Titanium |titanium |3.2.8.3 |DONE |NOSIGNATURE
ImmersiveEngineering-1.16.5-5.0.0-135.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.0-135 |DONE |44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
pamhc2crops-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |NOSIGNATURE
CreativeCore_v2.2.0_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |DONE |NOSIGNATURE
Ding-1.16.5-1.3.0.jar |Ding |ding |1.3.0 |DONE |NOSIGNATURE
rftoolsbuilder-1.16-3.0.17.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.0.17 |DONE |NOSIGNATURE
Mantle-1.16.5-1.6.103.jar |Mantle |mantle |1.6.103 |DONE |NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |NOSIGNATURE
ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |DONE |NOSIGNATURE
thermal_cultivation-1.16.4-1.2.0.jar |Thermal Cultivation |thermal_cultivation |1.2.0 |DONE |NOSIGNATURE
FastWorkbench-1.16.4-4.5.1.jar |FastWorkbench |fastbench |4.5.1 |DONE |NOSIGNATURE
StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |NOSIGNATURE
topaddons-1.16.5-2.1.5-beta.jar |TOP Addons |topaddons |1.16.5-2.1.5-beta |DONE |NOSIGNATURE
FluxNetworks-1.16.5-6.1.7.12.jar |Flux Networks |fluxnetworks |6.1.7.12 |DONE |NOSIGNATURE
performant-1.16.2-5-3.66m.jar |Performant |performant |3.56m |DONE |NOSIGNATURE
Regrowth-1.16.4-1.16.5-1.35.0.19.jar |Regrowth Mod |regrowth |1.16.5-1.35.0.19 |DONE |NOSIGNATURE
structurize-0.13.175-ALPHA-universal.jar |Structurize |structurize |0.13.175-ALPHA |DONE |NOSIGNATURE
AppliedEnergisticsTweaker-1.0.0.13.jar |Applied Energistics Tweaker |appliedenergisticstweaker |1.0.0.13 |DONE |NOSIGNATURE
FastFurnace-1.16.4-4.4.0.jar |FastFurnace |fastfurnace |4.4.0 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
durabilityviewer-1.16.4-forge35.0.7-1.10.jar |Giselbaers Durability Viewer |durabilityviewer |1.16.4-forge35.0.7-1|DONE |NOSIGNATURE
extremeSoundMuffler-3.12_Forge-1.16.5.jar |Extreme Sound Muffler |extremesoundmuffler |3.12_forge-1.16.5 |DONE |NOSIGNATURE
SoundFilters-0.14_for_1.16.2.jar |Sound Filters |soundfilters |0.14_for_1.16.2 |DONE |NOSIGNATURE
Crash Report UUID: 6e4d99bb-692d-41c9-8fea-a919884dc767
Player Count: 1 / 19; [ServerPlayerEntity['D3vistat3r'/109084, l='ServerLevel[world]', x=305.67, y=120.00, z=243.05]]
Data Packs: vanilla, mod:astralsorcery, mod:supermartijn642configlib, mod:quarryplus, mod:modnametooltip, mod:bettercaves (incompatible), mod:jrftl (incompatible), mod:cookingforblockheads (incompatible), mod:controlling, mod:reauth, mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs, mod:yungsapi, mod:bookshelf, mod:morpheus (incompatible), mod:mekanismgenerators, mod:carryon, mod:twilightforest, mod:industrialforegoing (incompatible), mod:biomesoplenty, mod:mekanismadditions, mod:supermartijn642corelib, mod:pamhc2foodextended (incompatible), mod:curios, mod:patchouli (incompatible), mod:collective, mod:yungsextras, mod:betterstrongholds, mod:mekanismtools, mod:architectury, mod:observerlib, mod:lightoverlay (incompatible), mod:cloth-config (incompatible), mod:trashcans, mod:bwncr (incompatible), mod:codechickenlib (incompatible), mod:bettermineshafts, mod:geckolib3 (incompatible), mod:ftblibrary, mod:ftbteams, mod:pamhc2trees (incompatible), mod:treeharvester, mod:jei, mod:attributefix, mod:mekanism, mod:ae2extras (incompatible), mod:invtweaks (incompatible), mod:waystones (incompatible), mod:betterportals, mod:fastsuite (incompatible), mod:clumps, mod:shutupexperimentalsettings (incompatible), mod:mcjtylib, mod:rftoolsbase, mod:rftoolsstorage, mod:rftoolscontrol, mod:rftoolsdim, mod:toastcontrol (incompatible), mod:enderstorage (incompatible), mod:crafttweaker, mod:rftoolspower, mod:ftbchunks, mod:forge, mod:untitledduckmod, mod:dsurround, mod:ironchest (incompatible), mod:zerocore, mod:bigreactors, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:thermal_expansion (incompatible), mod:thermal_locomotion (incompatible), mod:tconstruct (incompatible), mod:rftoolsutility, mod:enchdesc, mod:theoneprobe, mod:appliedenergistics2 (incompatible), mod:swingthroughgrass (incompatible), mod:mousetweaks, mod:titanium (incompatible), mod:immersiveengineering, mod:pamhc2crops (incompatible), mod:creativecore, mod:ding, mod:rftoolsbuilder, mod:mantle (incompatible), mod:pamhc2foodcore (incompatible), mod:ftbbackups (incompatible), mod:thermal_cultivation (incompatible), mod:fastbench (incompatible), mod:storagedrawers (incompatible), mod:topaddons (incompatible), mod:fluxnetworks, mod:performant (incompatible), mod:regrowth, mod:structurize, mod:appliedenergisticstweaker, mod:fastfurnace (incompatible), mod:appleskin, mod:durabilityviewer (incompatible), mod:extremesoundmuffler, mod:soundfilters (incompatible), mod:lazierae2
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
I have no ideas for this crash, as I have never experienced this problem.
Anyway, I added codes to catch ArrayIndexOutOfBoundsException.
v16.1.7