Closed thediggyman closed 3 years ago
Not an RID issue. Send this to the dev of Configurable Despawn Timers.
Thank you
On Mon, Mar 15, 2021 at 4:38 AM Funwayguy @.***> wrote:
Closed #39 https://github.com/Funwayguy/RealisticItemDrops/issues/39.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Funwayguy/RealisticItemDrops/issues/39#event-4457251595, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEVMFHCXOSNS4M4M54CAULLTDXBQ7ANCNFSM4ZFIQDDA .
---- Minecraft Crash Report ----
WARNING: coremods are present: FMLPlugin (albedo-1.12.2-1.1.0.jar) ForgelinPlugin (Forgelin-1.8.4.jar) OTGCorePlugin (OTG-Core.jar) TransformLoader (DynamicSurroundings-1.12.2-3.6.2.1.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.7.2-core.jar) WolfArmorCore (wolfarmor-1.12.2-3.7.5-universal-signed.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) AstralCore (astralsorcery-1.12.2-1.10.27.jar) LoadingPlugin (PerfectSpawn-MC1.12.2-2.1.jar) Pick Up Notifier (PickUpNotifier-v1.1.5-1.12.2.jar) ratscore (rats-3.2.14-1.12.2.jar) StepupfixCore (StepupFix-1.12.2-1.0.0.4.b17.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) CreativePatchingLoader (CreativeCore_v1.10.45_mc1.12.2.jar) Contact their authors BEFORE contacting forge
// I just don't know what went wrong :(
Time: 3/14/21 1:27 PM Description: Ticking entity
java.lang.NullPointerException: Null string not allowed at java.util.Objects.requireNonNull(Unknown Source) at net.minecraft.nbt.NBTTagString.(NBTTagString.java:19)
at net.minecraft.nbt.NBTTagCompound.func_74778_a(NBTTagCompound.java:138)
at net.minecraft.entity.Entity.serializeNBT(Entity.java:3132)
at com.natamus.configurabledespawntimer.events.ItemEvent.onItemJoinWorld(ItemEvent.java:61)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_889_ItemEvent_onItemJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.func_72838_d(World.java:1209)
at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058)
at epicsquid.roots.event.handlers.ItemEventHandler.onEntityItemJoinWorld(ItemEventHandler.java:113)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_190_ItemEventHandler_onEntityItemJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.func_72838_d(World.java:1209)
at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058)
at epicsquid.roots.item.itemblock.ItemBlockElementalSoil.onEntityItemUpdate(ItemBlockElementalSoil.java:49)
at net.minecraft.entity.item.EntityItem.func_70071h(EntityItem.java:87)
at realdrops.entities.EntityItemLoot.func_70071h(EntityItemLoot.java:116)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1958)
at net.minecraft.world.World.func_72939_s(World.java:1762)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Thread: Server thread Stacktrace: at java.util.Objects.requireNonNull(Unknown Source) at net.minecraft.nbt.NBTTagString.(NBTTagString.java:19)
at net.minecraft.nbt.NBTTagCompound.func_74778_a(NBTTagCompound.java:138)
at net.minecraft.entity.Entity.serializeNBT(Entity.java:3132)
at com.natamus.configurabledespawntimer.events.ItemEvent.onItemJoinWorld(ItemEvent.java:61)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_889_ItemEvent_onItemJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.func_72838_d(World.java:1209)
at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058)
at epicsquid.roots.event.handlers.ItemEventHandler.onEntityItemJoinWorld(ItemEventHandler.java:113)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_190_ItemEventHandler_onEntityItemJoinWorld_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.func_72838_d(World.java:1209)
at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058)
at epicsquid.roots.item.itemblock.ItemBlockElementalSoil.onEntityItemUpdate(ItemBlockElementalSoil.java:49)
at net.minecraft.entity.item.EntityItem.func_70071h(EntityItem.java:87)
at realdrops.entities.EntityItemLoot.func_70071h(EntityItemLoot.java:116)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1958)
-- Entity being ticked -- Details: Entity Type: realdrops:item_loot (realdrops.entities.EntityItemLoot) Entity ID: 411 Entity Name: item.tile.elemental_soil Entity's Exact location: 264.66, 64.89, 304.70 Entity's Block location: World: (264,64,304), Chunk: (at 8,4,0 in 16,19; contains blocks 256,0,304 to 271,255,319), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Entity's Momentum: -0.05, 0.20, -0.03 Entity's Passengers: [] Entity's Vehicle:
ERRORNullPointerException: null Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1762) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)-- Affected level -- Details: Level name: Druids Life All players: 1 total; [EntityPlayerMP['THEDIGGYMAN'/310, l='Druids Life', x=264.72, y=65.00, z=305.78]] Chunk stats: ServerChunkCache: 289 Drop: 0 Level seed: 0 Level generator: ID 06 - OTG, ver 0. Features enabled: true Level generator options: OpenTerrainGenerator Level spawn location: World: (252,63,367), Chunk: (at 12,3,15 in 15,22; contains blocks 240,0,352 to 255,255,367), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 1042645 game time, 1042645 day time Level dimension: 21 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 136641 (now: false), thunder time: 34415 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Unknown Source)
-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_281, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 6259157976 bytes (5969 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB) JVM Flags: 5 total; -Xms8192m -Xmx8192m -XX:+UseG1GC -XX:MaxGCPauseMillis=4 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_G5 190 mods loaded, 190 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
FMLPlugin (albedo-1.12.2-1.1.0.jar) elucent.albedo.asm.ASMTransformer ForgelinPlugin (Forgelin-1.8.4.jar)
OTGCorePlugin (OTG-Core.jar) com.pg85.otg.forge.asm.excluded.OTGClassTransformer TransformLoader (DynamicSurroundings-1.12.2-3.6.2.1.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer TheBetweenlandsLoadingPlugin (TheBetweenlands-3.7.2-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer WolfArmorCore (wolfarmor-1.12.2-3.7.5-universal-signed.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher AstralCore (astralsorcery-1.12.2-1.10.27.jar)
LoadingPlugin (PerfectSpawn-MC1.12.2-2.1.jar) lumien.perfectspawn.asm.ClassTransformer Pick Up Notifier (PickUpNotifier-v1.1.5-1.12.2.jar) com.fuzs.pickupnotifier.asm.ClassTransformer ratscore (rats-3.2.14-1.12.2.jar) com.github.alexthe666.rats.server.misc.RatsRuntimePatcher StepupfixCore (StepupFix-1.12.2-1.0.0.4.b17.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
CreativePatchingLoader (CreativeCore_v1.10.45_mc1.12.2.jar)