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

ArrayIndexOutOfBoundsException: 5 #82

Open
DakotaStott opened this issue Mar 7, 2022 · 0 comments
Open

ArrayIndexOutOfBoundsException: 5 #82

DakotaStott opened this issue Mar 7, 2022 · 0 comments
Labels
1.16.5 crash This is an issue that causes a game crash

Comments

@DakotaStott
Copy link

Getting a crash any time I start my world up, here's the log:
`---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 3/6/22 11:16 PM
Description: Exception in server tick loop

java.lang.ArrayIndexOutOfBoundsException: 5
at therealeststu.dtbop.cells.DTBOPCellKits$3.getCellForLeaves(DTBOPCellKits.java:126) ~[dtbop:1.16.5-2.0.8] {re:classloading}
at com.ferreusveritas.dynamictrees.blocks.leaves.DynamicLeavesBlock.getHydrationCell(DynamicLeavesBlock.java:496) ~[dynamictrees:1.16.5-0.10.0-Beta33] {re:classloading}
at com.ferreusveritas.dynamictrees.blocks.leaves.DynamicLeavesBlock.getHydrationLevelFromNeighbors(DynamicLeavesBlock.java:488) ~[dynamictrees:1.16.5-0.10.0-Beta33] {re:classloading}
at com.ferreusveritas.dynamictrees.blocks.leaves.DynamicLeavesBlock.age(DynamicLeavesBlock.java:209) ~[dynamictrees:1.16.5-0.10.0-Beta33] {re:classloading}
at com.ferreusveritas.dynamictrees.blocks.leaves.DynamicLeavesBlock.doTick(DynamicLeavesBlock.java:161) ~[dynamictrees:1.16.5-0.10.0-Beta33] {re:classloading}
at com.ferreusveritas.dynamictrees.blocks.leaves.DynamicLeavesBlock.func_225542_b_(DynamicLeavesBlock.java:136) ~[dynamictrees:1.16.5-0.10.0-Beta33] {re:classloading}
at net.minecraft.block.AbstractBlock$AbstractBlockState.func_227034_b_(AbstractBlock.java:624) ~[?:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:cavesandcliffs.mixins.json:common.block.AbstractBlockStateMixin,pl:mixin:APP:betterweather.mixins.json:block.MixinAbstractBlockState,pl:mixin:APP:roadrunner.mixins.json:ai.pathing.MixinAbstractBlockState,pl:mixin:APP:roadrunner.mixins.json:block.flatten_states.AbstractBlockStateMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.AbstractBlockStateMixin,pl:mixin:APP:betterfoliage.common.mixins.json:MixinBlockState,pl:mixin:A}
at de.geheimagentnr1.rapid_leaf_decay.decayer.DecayWorker.doWork(DecayWorker.java:47) ~[rapid_leaf_decay:2.0.0] {re:classloading}
at net.minecraftforge.common.WorldWorkerManager.tick(WorldWorkerManager.java:51) ~[forge:?] {re:classloading}
at net.minecraftforge.common.ForgeInternalHandler.onServerTick(ForgeInternalHandler.java:85) ~[forge:?] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_449_ForgeInternalHandler_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.hooks.BasicEventHooks.onPostServerTick(BasicEventHooks.java:120) ~[forge:?] {re:classloading}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:roadrunner.mixins.json:world.light_batching.MinecraftServerMixin,pl:mixin:APP:upstream.mixins.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:118) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:roadrunner.mixins.json:world.light_batching.MinecraftServerMixin,pl:mixin:APP:upstream.mixins.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:roadrunner.mixins.json:world.light_batching.MinecraftServerMixin,pl:mixin:APP:upstream.mixins.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_321] {}

A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_321, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1557696752 bytes (1485 MB) / 7415529472 bytes (7072 MB) up to 12884901888 bytes (12288 MB)
CPUs: 16
JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.4.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.28.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.28.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.28.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.28.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/OptiFine_1.16.5_HD_U_G8.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.28.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.28
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
BetterDungeons-1.16.4-1.2.1.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE
UnionLib-1.16.5-3.3.7.jar |UnionLib |unionlib |3.3.7 |DONE |Manifest: NOSIGNATURE
NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |Manifest: NOSIGNATURE
TRansliterationLib-1.0.4.jar |TRansliterationLib Mod |transliterationlib |1.0.4 |DONE |Manifest: NOSIGNATURE
torohealth-1.16.4-forge-4.jar |ToroHealth |torohealth |NONE |DONE |Manifest: NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |Manifest: NOSIGNATURE
TerraForged-1.16.5-0.2.15.jar |TerraForged |terraforged |0.2.15 |DONE |Manifest: 7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |Manifest: NOSIGNATURE
Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |DONE |Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.4.31.jar |Bookshelf |bookshelf |10.4.31 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
lootbeams-1.16.5-release-nov0221.jar |LootBeams |lootbeams |1.16.5 |DONE |Manifest: NOSIGNATURE
u_team_core-1.16.5-3.2.1.196.jar |U Team Core |uteamcore |3.2.1.196 |DONE |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
PickUpNotifier-v1.2-1.16.3.jar |Pick Up Notifier |pickupnotifier |1.2 |DONE |Manifest: d3:cc:6f:1b:30:87:fa:d9:8f:91:15:20:27:63:95:aa:d5:cb:1b:5b:e6:36:cc:57:20:a9:b3:d4:d5:1a:5d:b8
carryon-1.16.5-1.15.5.22.jar |Carry On |carryon |1.15.5.22 |DONE |Manifest: NOSIGNATURE
dmcloot-1.16.5-beta-aug1821.jar |DMCLoot |dmcloot |1.16.5 |DONE |Manifest: NOSIGNATURE
betterendforge-1.16.5-2.5.jar |BetterEnd Forge |betterendforge |1.16.5-2.5 |DONE |Manifest: NOSIGNATURE
quickhomes-1.16.5-1.3.0-forge.jar |QuickHomes |quickhomes |1.16.5-1.3.0 |DONE |Manifest: NOSIGNATURE
cleancut-mc1.16-2.2-forge.jar |Clean Cut |cleancut |2.2 |DONE |Manifest: NOSIGNATURE
customizableelytra-1.16.4-1.6.1.jar |Customizable Elytra |customizableelytra |1.16.4-1.6.1 |DONE |Manifest: NOSIGNATURE
useful_backpacks-1.16.5-1.12.1.90.jar |Useful Backpacks |usefulbackpacks |1.12.1.90 |DONE |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
Aquamirae+2.2+(1.16.5).jar |Aquamirae |ob_aquamirae |2.2.0 |DONE |Manifest: NOSIGNATURE
BiomesOPlenty-1.16.5-13.1.0.485-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.485 |DONE |Manifest: NOSIGNATURE
projectvibrantjourneys-1.16.5-3.2.11.jar |Project: Vibrant Journeys |projectvibrantjourneys |1.16.5-3.2.11 |DONE |Manifest: NOSIGNATURE
endrem_forge-5.0.1-R-1.16.5.jar |End Remastered |endrem |5.0-R-1.16.5 |DONE |Manifest: NOSIGNATURE
RapidLeafDecay-1.16.5-2.0.0.jar |Rapid Leaf Decay |rapid_leaf_decay |2.0.0 |DONE |Manifest: NOSIGNATURE
cavesandcliffs-1.16.5-7.2.0.jar |Caves and Cliffs Backport |cavesandcliffs |1.16.5-7.2.0 |DONE |Manifest: NOSIGNATURE
_medievalmusic-1.2.jar |medievalmusic mod |medievalmusic |1.2 |DONE |Manifest: NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.4.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE
tetra-1.16.5-3.20.0.jar |Tetra |tetra |3.20.0 |DONE |Manifest: NOSIGNATURE
betterweather-2.0.1.jar |Better Weather |betterweather |2.0.1 |DONE |Manifest: NOSIGNATURE
betteranimals-1.16.4-5.5.0.jar |Cyber's Better Animal Models |betteranimals |5.5.0 |DONE |Manifest: NOSIGNATURE
YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |DONE |Manifest: NOSIGNATURE
blockcarpentry-1.16-0.4.0.jar |BlockCarpentry |blockcarpentry |1.16-0.4.0 |DONE |Manifest: NOSIGNATURE
BetterDiving-1.16.5-1.3.4.jar |Better Diving |better_diving |1.3.4 |DONE |Manifest: NOSIGNATURE
BetterThirdPerson-Forge-1.16.4-1.5.1.jar |Better Third Person |betterthirdperson |1.5.1 |DONE |Manifest: NOSIGNATURE
BetterStrongholds-1.16.4-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE
worldedit-mod-7.2.5-dist.jar |WorldEdit |worldedit |7.2.5+57d5ac9 |DONE |Manifest: NOSIGNATURE
cavebiomeapi-1.16.5-1.4.2.jar |CaveBiomeAPI |cavebiomeapi |1.16.5-1.4.2 |DONE |Manifest: NOSIGNATURE
SpartanWeaponry-1.16.4-2.1.0-beta-4.jar |Spartan Weaponry |spartanweaponry |2.1.0 beta 4 |DONE |Manifest: NOSIGNATURE
architectury-1.30.53.jar |Architectury |architectury |1.30.53 |DONE |Manifest: NOSIGNATURE
betterwithminecolonies-1.16.4-1.16.17.jar |Better With Minecolonies |betterwithminecolonies |1.16.4-1.16.17 |DONE |Manifest: NOSIGNATURE
ItemPhysic_v1.4.18_mc1.16.5.jar |ItemPhysic |itemphysic |1.6.0 |DONE |Manifest: NOSIGNATURE
cloth-config-4.14.54-forge.jar |Cloth Config v4 API |cloth-config |4.14.54 |DONE |Manifest: NOSIGNATURE
smallships-1.16.5-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |DONE |Manifest: NOSIGNATURE
GameMenuModOption-1.16.4-1.8.2.jar |Game Menu Mod Option |gamemenumodoption |1.8.2 |DONE |Manifest: NOSIGNATURE
DynamicTrees-1.16.5-0.10.0-Beta33.jar |Dynamic Trees |dynamictrees |1.16.5-0.10.0-Beta33|DONE |Manifest: NOSIGNATURE
DynamicTreesPlus-1.16.5-0.1.0-Beta11.jar |Dynamic Trees Plus |dynamictreesplus |1.16.5-0.1.0-Beta11 |DONE |Manifest: NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.65.jar |GeckoLib |geckolib3 |3.0.65 |DONE |Manifest: NOSIGNATURE
BetterAnimationsCollection-v1.2.4-1.16.5-Forge.jar|Better Animations Collection |betteranimationscollection |1.2.4 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
DynamicTreesBOP-1.16.5-2.0.8.jar |Dynamic Trees for Biomes o' Pl|dtbop |1.16.5-2.0.8 |DONE |Manifest: NOSIGNATURE
torchslabmod-1.16.4_v1.6.19.jar |Torch Slab Mod |torchslabmod |1.6.18 |DONE |Manifest: NOSIGNATURE
pamhc2trees-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.1 |DONE |Manifest: NOSIGNATURE
ConfigMenusForge-v1.2.0-1.16.5-Forge.jar |Config Menus for Forge |configmenusforge |1.2.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
jei-1.16.5-7.7.1.149.jar |Just Enough Items |jei |7.7.1.149 |DONE |Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.3.1.jar |Abnormals Core |abnormals_core |3.3.1 |DONE |Manifest: NOSIGNATURE
RandomTP-4.2.1+1.16-forge.jar |Random Teleport Mod |randomtp |4.2.1+1.16 |DONE |Manifest: NOSIGNATURE
caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |DONE |Manifest: NOSIGNATURE
invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.27.jar |Clumps |clumps |6.0.0.27 |DONE |Manifest: NOSIGNATURE
shutupexperimentalsettings-1.0.3.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.3 |DONE |Manifest: NOSIGNATURE
mgui-1.16.5-3.3.0.jar |mgui |mgui |3.3.0 |DONE |Manifest: NOSIGNATURE
tetrapak-1.16.5-0.3.3.jar |Tetra Pak |tetrapak |1.16.5-0.3.3 |DONE |Manifest: NOSIGNATURE
journeymap-1.16.5-5.8.0beta15.jar |Journeymap |journeymap |5.8.0beta15 |DONE |Manifest: NOSIGNATURE
RoadRunner-mc1.16.5-1.4.0.jar |Meep Meep! (Road Runner) |roadrunner |1.4.0 |DONE |Manifest: NOSIGNATURE
comforts-forge-1.16.5-4.0.1.4.jar |Comforts |comforts |1.16.5-4.0.1.4 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
finitewater-3.1-1.16.3.jar |Finite Water and Infinite Lava|finitewater |3.1-1.16.3 |DONE |Manifest: NOSIGNATURE
upstream-1.0.jar |Upstream |upstream |1.0 |DONE |Manifest: NOSIGNATURE
betteranimalsplus-1.16.5-11.0.3-forge.jar |Better Animals Plus |betteranimalsplus |1.16.5-11.0.3 |DONE |Manifest: NOSIGNATURE
BadMobs-1.16.5-9.0.5.jar |BadMobs |badmobs |9.0.5 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
snowundertrees-1.16.5-v1.3.jar |Snow Under Trees |snowundertrees |v1.3 |DONE |Manifest: NOSIGNATURE
iceandfire-2.1.9-1.16.5.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |DONE |Manifest: NOSIGNATURE
voyage-1.16.4-1.0.4.jar |Voyage |voyage |1.0.4 |DONE |Manifest: NOSIGNATURE
dtvoyage-1.16.5-0.0.0.1.jar |Dynamic Trees for Voyage |dtvoyage |0.0.0.1 |DONE |Manifest: NOSIGNATURE
3dSkinLayers-forge-1.1.0.jar |3dSkinLayers |skinlayers3d |1.1.0 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.28-universal.jar |Forge |forge |36.2.28 |DONE |Manifest: 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
TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |DONE |Manifest: NOSIGNATURE
ImmersiveFX+1.0.2+1.16.5.jar |§3ImmersiveFX |dsurround |4.0.5.0 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.28-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
upgrade_aquatic-1.16.5-3.1.2.jar |Upgrade Aquatic |upgrade_aquatic |3.1.2 |DONE |Manifest: NOSIGNATURE
TConstruct-1.16.5-3.3.3.332.jar |Tinkers' Construct |tconstruct |3.3.3.332 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.17.jar |EnchantmentDescriptions |enchdesc |7.0.17 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
ImmersiveEngineering-1.16.5-5.0.7-143.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.7-143 |DONE |Manifest: 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
Jade-1.16.4-2.8.1.jar |Jade |jade |2.8.1 |DONE |Manifest: NOSIGNATURE
ShoulderSurfing-1.16.5-2.2.1.jar |Shoulder Surfing |shouldersurfing |1.16.5-2.2.1 |DONE |Manifest: NOSIGNATURE
norecipebookreborn-1.0.1.jar |No Recipe Book Reborn |norecipebookreborn |1.0.1 |DONE |Manifest: NOSIGNATURE
pamhc2crops-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |Manifest: NOSIGNATURE
FirstPersonMod-2.0.0.jar |FirstPersonModel Mod |firstpersonmod |2.0.0 |DONE |Manifest: NOSIGNATURE
CreativeCore_v2.2.1_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |DONE |Manifest: NOSIGNATURE
GeneticAnimals-0_6_40.jar |Genetic Animals |eanimod |0_6_40 |DONE |Manifest: NOSIGNATURE
personality-1.16.5-1.0.3.jar |Personality |personality |1.0.3 |DONE |Manifest: NOSIGNATURE
CavesCliffsBackportAdditions2.59.jar |CavesandCliffsbackportaddition|cavesandcliffsbackportaddition|2.59 |DONE |Manifest: NOSIGNATURE
notenoughanimations-1.2.4.jar |NotEnoughAnimations Mod |notenoughanimations |1.2.4 |DONE |Manifest: NOSIGNATURE
Iceberg-1.16.5-1.0.38.jar |Iceberg |iceberg |1.0.38 |DONE |Manifest: NOSIGNATURE
SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |DONE |Manifest: NOSIGNATURE
Mantle-1.16.5-1.6.157.jar |Mantle |mantle |1.6.157 |DONE |Manifest: NOSIGNATURE
LegendaryTooltips-1.16.5-1.1.6.jar |Legendary Tooltips |legendarytooltips |1.1.6 |DONE |Manifest: NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.40.jar |Polymorph |polymorph |1.16.5-0.40 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-322.jar |Quark |quark |r2.4-322 |DONE |Manifest: NOSIGNATURE
charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |DONE |Manifest: NOSIGNATURE
DynamicTreesQuark-1.16.5-2.1.1.jar |Dynamic Trees for Quark |dtquark |1.16.5-2.1.1 |DONE |Manifest: NOSIGNATURE
FluxNetworks-1.16.5-6.2.1.14.jar |Flux Networks |fluxnetworks |6.2.1.14 |DONE |Manifest: NOSIGNATURE
entityculling-forge-mc1.16.5-1.5.0.jar |EntityCulling |entityculling |1.5.0 |DONE |Manifest: NOSIGNATURE
structurize-1.16.5-1.0.343-RELEASE.jar |Structurize |structurize |1.16.5-1.0.343-RELEA|DONE |Manifest: NOSIGNATURE
Library_of_Exile-1.16.5-1.2.3.jar |Library Of Exile |library_of_exile |NONE |DONE |Manifest: NOSIGNATURE
WorldEdit-CUI-FE3-1.16.5-3.0.9.jar |WorldEdit CUI Forge Edition 3 |worldeditcuife3 |3.0.9 |DONE |Manifest: NOSIGNATURE
arsarsenal-1.0.6-1.16.5.jar |Ars Arsenal |arsarsenal |1.0.6-1.16.5 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.3.0.jar |AppleSkin |appleskin |2.3.0+mc1.16.4 |DONE |Manifest: NOSIGNATURE
Chisel-MC1.16.5-2.0.1-alpha.4.jar |Chisel |chisel |MC1.16.5-2.0.1-alpha|DONE |Manifest: NOSIGNATURE
PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
Aquaculture-1.16.5-2.1.22.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.22 |DONE |Manifest: NOSIGNATURE
waterworks-1.16.x-2.2.4.jar |Waterworks |waterworks |1.16.3-2.2.4 |DONE |Manifest: NOSIGNATURE
Obscuria's+Essentials+2.2+(1.16.5).jar |Obscuria's Essentials |ob_core |2.2.0 |DONE |Manifest: NOSIGNATURE
SoundFilters-0.14_for_1.16.2.jar |Sound Filters |soundfilters |0.14_for_1.16.2 |DONE |Manifest: NOSIGNATURE
chiselsandbits-1.0.63.jar |Chisels & bits |chiselsandbits |1.0.63 |DONE |Manifest: NOSIGNATURE
BetterFoliage-2.7.1-Forge-1.16.5.jar |Better Foliage |betterfoliage |2.7.1 |DONE |Manifest: NOSIGNATURE
parrying-2.2.2.jar |Parrying |parrying |2.2.2 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
ars_nouveau-1.16.5-1.24.17.jar |Ars Nouveau |ars_nouveau |1.24.17 |DONE |Manifest: NOSIGNATURE
toomanyglyphs-snapshot-20220207.jar |Too Many Glyphs |toomanyglyphs |0.1.0 |DONE |Manifest: NOSIGNATURE
ars_elemental-1.16.5-0.1.5.3.jar |Ars Elemental - Elemental Spel|ars_elemental |1.16.5-0.1.5.3 |DONE |Manifest: NOSIGNATURE
DynamicTreesTerraForged-1.16.5-1.0.0.jar |Dynamic Trees for TerraForged |dtterraforged |1.16.5-1.0.0 |DONE |Manifest: NOSIGNATURE
presencefootsteps-r29-1.16.4.jar |Presence Footsteps |presencefootsteps |r29-1.16.4 |DONE |Manifest: NOSIGNATURE
RoadRunner != Lithium: This instance was launched using RoadRunner, which is an unofficial Lithium fork! Please do not report bugs to them!
Crash Report UUID: b31979db-1410-40ed-b595-9b63577ed1a4
Patchouli open book context: n/a
Player Count: 1 / 8; [ServerPlayerEntity['DUMPY_GRIMBO'/116, l='ServerLevel[New World]', x=2546.09, y=62.78, z=2554.70]]
Data Packs: vanilla, mod:betterdungeons, mod:unionlib (incompatible), mod:netherportalfix (incompatible), mod:transliterationlib (incompatible), mod:torohealth, mod:bettercaves (incompatible), mod:terraforged, mod:ctm (incompatible), mod:controlling, mod:citadel (incompatible), mod:yungsapi, mod:bookshelf, mod:lootbeams, mod:uteamcore, mod:pickupnotifier (incompatible), mod:carryon, mod:dmcloot, mod:betterendforge, mod:quickhomes, mod:cleancut (incompatible), mod:customizableelytra, mod:usefulbackpacks, mod:ob_aquamirae, mod:biomesoplenty, mod:endrem (incompatible), mod:rapid_leaf_decay, mod:cavesandcliffs, mod:medievalmusic, mod:pamhc2foodextended (incompatible), mod:curios, mod:tetra, mod:betterweather, mod:betteranimals (incompatible), mod:yungsextras, mod:blockcarpentry (incompatible), mod:better_diving, mod:betterthirdperson, mod:betterstrongholds, mod:worldedit (incompatible), mod:cavebiomeapi, mod:spartanweaponry, mod:architectury, mod:betterwithminecolonies (incompatible), mod:itemphysic, mod:cloth-config (incompatible), mod:smallships, mod:gamemenumodoption, mod:dynamictrees, mod:dynamictreesplus, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:betteranimationscollection, mod:dtbop, mod:torchslabmod (incompatible), mod:pamhc2trees (incompatible), mod:configmenusforge, mod:jei, mod:abnormals_core, mod:randomtp, mod:caelus, mod:invtweaks (incompatible), mod:waystones (incompatible), mod:clumps, mod:shutupexperimentalsettings (incompatible), mod:mgui (incompatible), mod:tetrapak, mod:journeymap (incompatible), mod:roadrunner (incompatible), mod:comforts, mod:naturescompass (incompatible), mod:finitewater (incompatible), mod:upstream, mod:betteranimalsplus, mod:badmobs (incompatible), mod:snowundertrees, mod:iceandfire (incompatible), mod:voyage (incompatible), mod:dtvoyage, mod:skinlayers3d, mod:forge, mod:travelerstitles, mod:dsurround, mod:upgrade_aquatic, mod:tconstruct, mod:enchdesc, mod:immersiveengineering, mod:jade, mod:shouldersurfing (incompatible), mod:norecipebookreborn, mod:pamhc2crops (incompatible), mod:firstpersonmod (incompatible), mod:creativecore, mod:eanimod (incompatible), mod:personality, mod:cavesandcliffsbackportadditions, mod:notenoughanimations (incompatible), mod:iceberg, mod:spartanshields, mod:mantle (incompatible), mod:legendarytooltips, mod:pamhc2foodcore (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:quark (incompatible), mod:charm, mod:dtquark, mod:fluxnetworks, mod:entityculling, mod:structurize, mod:library_of_exile (incompatible), mod:worldeditcuife3 (incompatible), mod:arsarsenal, mod:appleskin, mod:chisel (incompatible), mod:puzzleslib, mod:aquaculture (incompatible), mod:waterworks, mod:ob_core, mod:soundfilters (incompatible), mod:chiselsandbits (incompatible), mod:parrying, mod:patchouli (incompatible), mod:ars_nouveau, mod:toomanyglyphs (incompatible), mod:ars_elemental (incompatible), mod:dtterraforged, mod:presencefootsteps, mod:betterfoliage (incompatible), mod:projectvibrantjourneys
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'
OptiFine Version: OptiFine_1.16.5_HD_U_G8
OptiFine Build: 20210515-161946
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Sildur's+Vibrant+Shaders+v1.32+High.zip
OpenGlVersion: 4.6.0 NVIDIA 457.51
OpenGlRenderer: GeForce RTX 2060/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16`

@supermassimo supermassimo added crash This is an issue that causes a game crash 1.16.5 labels May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.16.5 crash This is an issue that causes a game crash
Projects
None yet
Development

No branches or pull requests

2 participants