Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Why did you do that?
- Time: 2/21/22 11:42 AM
- Description: Ticking player
- java.lang.IllegalArgumentException: ItemStack is missing item capability
- at com.Polarice3.FireNBlood.items.handler.SoulUsingItemHandler.lambda$get$1(SoulUsingItemHandler.java:98) ~[?:1.7.0] {re:classloading}
- at com.Polarice3.FireNBlood.items.handler.SoulUsingItemHandler$$Lambda$6314/1319962561.get(Unknown Source) ~[?:?] {}
- at net.minecraftforge.common.util.LazyOptional.orElseThrow(LazyOptional.java:296) ~[?:?] {re:classloading}
- at com.Polarice3.FireNBlood.items.handler.SoulUsingItemHandler.get(SoulUsingItemHandler.java:98) ~[?:1.7.0] {re:classloading}
- at com.Polarice3.FireNBlood.items.SoulWand.lambda$onKeyPressed$0(SoulWand.java:188) ~[?:1.7.0] {re:classloading}
- at com.Polarice3.FireNBlood.items.SoulWand$$Lambda$10657/1040006709.createMenu(Unknown Source) ~[?:?] {}
- at net.minecraft.inventory.container.SimpleNamedContainerProvider.createMenu(SourceFile:25) ~[?:?] {re:classloading}
- at net.minecraftforge.fml.network.NetworkHooks.openGui(NetworkHooks.java:226) ~[?:?] {re:classloading}
- at com.Polarice3.FireNBlood.items.SoulWand.onKeyPressed(SoulWand.java:189) ~[?:1.7.0] {re:classloading}
- at com.Polarice3.FireNBlood.events.ModEvents.onPlayerEquipment(ModEvents.java:195) ~[?:1.7.0] {re:classloading}
- at net.minecraftforge.eventbus.ASMEventHandler_142_ModEvents_onPlayerEquipment_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
- at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
- at net.minecraftforge.eventbus.EventBus$$Lambda$3175/911736311.invoke(Unknown Source) ~[?:?] {}
- 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.onPlayerPreTick(BasicEventHooks.java:85) ~[?:?] {re:classloading}
- at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:196) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:morph.mixins.json:PlayerEntityMixin,pl:mixin:A}
- at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:404) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
- at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:207) ~[?:?] {re:classloading}
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:226) ~[?:?] {re:classloading}
- at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?] {re:classloading}
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
- at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
- at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,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:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
- at net.minecraft.server.MinecraftServer$$Lambda$8926/1842791411.run(Unknown Source) [?:?] {}
- at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at com.Polarice3.FireNBlood.items.handler.SoulUsingItemHandler.lambda$get$1(SoulUsingItemHandler.java:98) ~[?:1.7.0] {re:classloading}
- at com.Polarice3.FireNBlood.items.handler.SoulUsingItemHandler$$Lambda$6314/1319962561.get(Unknown Source) ~[?:?] {}
- at net.minecraftforge.common.util.LazyOptional.orElseThrow(LazyOptional.java:296) ~[?:?] {re:classloading}
- at com.Polarice3.FireNBlood.items.handler.SoulUsingItemHandler.get(SoulUsingItemHandler.java:98) ~[?:1.7.0] {re:classloading}
- at com.Polarice3.FireNBlood.items.SoulWand.lambda$onKeyPressed$0(SoulWand.java:188) ~[?:1.7.0] {re:classloading}
- at com.Polarice3.FireNBlood.items.SoulWand$$Lambda$10657/1040006709.createMenu(Unknown Source) ~[?:?] {}
- at net.minecraft.inventory.container.SimpleNamedContainerProvider.createMenu(SourceFile:25) ~[?:?] {re:classloading}
- at net.minecraftforge.fml.network.NetworkHooks.openGui(NetworkHooks.java:226) ~[?:?] {re:classloading}
- at com.Polarice3.FireNBlood.items.SoulWand.onKeyPressed(SoulWand.java:189) ~[?:1.7.0] {re:classloading}
- at com.Polarice3.FireNBlood.events.ModEvents.onPlayerEquipment(ModEvents.java:195) ~[?:1.7.0] {re:classloading}
- at net.minecraftforge.eventbus.ASMEventHandler_142_ModEvents_onPlayerEquipment_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
- at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
- at net.minecraftforge.eventbus.EventBus$$Lambda$3175/911736311.invoke(Unknown Source) ~[?:?] {}
- 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.onPlayerPreTick(BasicEventHooks.java:85) ~[?:?] {re:classloading}
- at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:196) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:morph.mixins.json:PlayerEntityMixin,pl:mixin:A}
- -- Player being ticked --
- Details:
- Entity Type: minecraft:player (net.minecraft.entity.player.ServerPlayerEntity)
- Entity ID: 179
- Entity Name: KrystalTheFox
- Entity's Exact location: 214.82, 69.36, 587.45
- Entity's Block location: World: (214,69,587), Chunk: (at 6,4,11 in 13,36; contains blocks 208,0,576 to 223,255,591), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
- Entity's Momentum: 0.00, 0.00, 0.00
- Entity's Passengers: []
- Entity's Vehicle: ~~ERROR~~ NullPointerException: null
- Stacktrace:
- at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:404) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
- at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:207) ~[?:?] {re:classloading}
- at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:226) ~[?:?] {re:classloading}
- at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?] {re:classloading}
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
- at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
- at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,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:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
- at net.minecraft.server.MinecraftServer$$Lambda$8926/1842791411.run(Unknown Source) [?:?] {}
- at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
- -- 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_51, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 890446400 bytes (849 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
- CPUs: 4
- JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions -Xmx2G -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
- /forge-1.16.5-36.2.28.jar fml TRANSFORMATIONSERVICE
- FML: 36.2
- Forge: net.minecraftforge:36.2.28
- FML Language Providers:
- minecraft@1
- Mod List:
- forge-1.16.5-36.2.28-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
- repurposed_structures_forge-3.4.2+1.16.5 (1).jar |Repurposed Structures |repurposed_structures |3.4.2+1.16.5 |DONE |Manifest: NOSIGNATURE
- mobbattle-1.16.5-2.3.7.jar |Mob Battle Mod |mobbattle |1.16.5-2.3.7 |DONE |Manifest: NOSIGNATURE
- ShinyFoods1.16.5-v1.0.1.jar |Shiny Foods |shiny_foods_revival |1.0.0 |DONE |Manifest: NOSIGNATURE
- jei-1.16.5-7.7.1.137.jar |Just Enough Items |jei |7.7.1.137 |DONE |Manifest: NOSIGNATURE
- the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |DONE |Manifest: NOSIGNATURE
- dungeons_mobs-1.16.5-1.0.10 (2).jar |Dungeons Mobs |dungeons_mobs |1.0.10 |DONE |Manifest: NOSIGNATURE
- torohealth-1.16.4-forge-4 (2).jar |ToroHealth |torohealth |NONE |DONE |Manifest: NOSIGNATURE
- mostructures-forge-1.2.0-1.16.5.jar |Mo' Structures |mostructures |1.2.0-1.16.5 |DONE |Manifest: NOSIGNATURE
- looot-1.16.4-1.0.0.3.jar |Looot |looot |1.0.0.3 |DONE |Manifest: NOSIGNATURE
- stoneholm-1.2.2.jar |Stoneholm |stoneholm |1.2 |DONE |Manifest: NOSIGNATURE
- wolveswitharmor-1.1.0-1.16.2.jar |Wolves With Armor |wolveswitharmor |1.1.0 |DONE |Manifest: NOSIGNATURE
- guardvillagers-1.16.5.1.2.6 (3).jar |Guard Villagers |guardvillagers |1.2.6 |DONE |Manifest: NOSIGNATURE
- workshopsofdoom-1.16.4-1.1.0.1.jar |Workshops of Doom |workshopsofdoom |1.1.0.1 |DONE |Manifest: NOSIGNATURE
- HunterIllager-1.16.5-1.4.0.jar |Hunter Illager |hunterillager |1.16.5-1.4.0 |DONE |Manifest: NOSIGNATURE
- environmentalcreepers-forge-1.16.3-1.6.0.jar |Environmental Creepers |environmentalcreepers |1.6.0 |DONE |Manifest: NOSIGNATURE
- cloth-config-4.13.49-forge.jar |Cloth Config v4 API |cloth-config |4.13.49 |DONE |Manifest: NOSIGNATURE
- iChunUtil-1.16.5-10.5.1.jar |iChunUtil |ichunutil |10.5.1 |DONE |Manifest: NOSIGNATURE
- illagers_plus-1.16.4v1.7.2 (2).jar |Illagers+ |illagers_plus |1.16.4v1.7.2 |DONE |Manifest: NOSIGNATURE
- enchantwithmob-1.16.5-1.5.2.jar |Enchant With Mob |enchantwithmob |1.16.5-1.5.2 |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
- PattysMoreStuff-Stable-1.16.4-1.3.3.jar |PattysMoreStuff |pattysmorestuff |1.3.3 |DONE |Manifest: NOSIGNATURE
- blame-1.16.5-3.6.1-forge.jar |Blame! |blame |1.16.5-3.6.1-forge |DONE |Manifest: NOSIGNATURE
- Morph-1.16.5-10.1.0.jar |Morph |morph |10.1.0 |DONE |Manifest: NOSIGNATURE
- structure_gel-1.16.5-1.7.8 (1).jar |Structure Gel API |structure_gel |1.7.8 |DONE |Manifest: NOSIGNATURE
- FireNBlood-1.7.0.jar |Fire N' Blood |firenblood |1.16.5 - 1.7.0 |DONE |Manifest: NOSIGNATURE
- Crash Report UUID: 75ee0112-739f-4b26-97fa-e3f1ea7ef727
- Player Count: 1 / 8; [ServerPlayerEntity['KrystalTheFox'/179, l='ServerLevel[Flatland Survive the raid 2]', x=214.82, y=69.36, z=587.45]]
- Data Packs: vanilla, mod:repurposed_structures, mod:illagers_plus, mod:forge, mod:mobbattle (incompatible), mod:blame, mod:enchantwithmob, mod:dungeons_mobs (incompatible), mod:mostructures, mod:guardvillagers, mod:ichunutil, mod:pattysmorestuff, mod:morph, mod:shiny_foods_revival, mod:jei, mod:conjurer_illager (incompatible), mod:torohealth, mod:looot, mod:stoneholm, mod:wolveswitharmor, mod:workshopsofdoom, mod:hunterillager, mod:environmentalcreepers (incompatible), mod:cloth-config (incompatible), mod:structure_gel, mod:firenblood
- Type: Integrated Server (map_client.txt)
- Is Modded: Definitely; Client brand changed to 'forge'
Advertisement
Add Comment
Please, Sign In to add comment