Advertisement
Guest User

Crash report

a guest
Dec 30th, 2019
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 14.01 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 12/30/19 5:56 PM
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8.     at net.minecraft.entity.MobEntity.func_70652_k(MobEntity.java:1164) ~[?:?] {re:classloading,pl:accesstransformer:B}
  9.     at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_190102_a(MeleeAttackGoal.java:138) ~[?:?] {re:classloading}
  10.     at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_75246_d(MeleeAttackGoal.java:130) ~[?:?] {re:classloading}
  11.     at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55) ~[?:?] {re:classloading}
  12.     at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_74] {}
  13.     at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_74] {}
  14.     at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_74] {}
  15.     at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_74] {}
  16.     at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) ~[?:1.8.0_74] {}
  17.     at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) ~[?:1.8.0_74] {}
  18.     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_74] {}
  19.     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_74] {}
  20.     at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_74] {}
  21.     at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_74] {}
  22.     at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:80) ~[?:?] {re:classloading,pl:accesstransformer:B}
  23.     at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:590) ~[?:?] {re:classloading,pl:accesstransformer:B}
  24.     at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2186) ~[?:?] {re:classloading,pl:accesstransformer:B}
  25.     at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:460) ~[?:?] {re:classloading,pl:accesstransformer:B}
  26.     at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2032) ~[?:?] {re:classloading,pl:accesstransformer:B}
  27.     at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274) ~[?:?] {re:classloading,pl:accesstransformer:B}
  28.     at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
  29.     at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {re:classloading,pl:accesstransformer:B}
  30.     at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
  31.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {re:classloading,pl:accesstransformer:B}
  32.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {re:classloading,pl:accesstransformer:B}
  33.     at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:112) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  34.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {re:classloading,pl:accesstransformer:B}
  35.     at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74] {}
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- Head --
  42. Thread: Server thread
  43. Stacktrace:
  44.     at net.minecraft.entity.MobEntity.func_70652_k(MobEntity.java:1164)
  45.     at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_190102_a(MeleeAttackGoal.java:138)
  46.     at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_75246_d(MeleeAttackGoal.java:130)
  47.     at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55)
  48.     at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  49.     at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  50.     at java.util.Iterator.forEachRemaining(Iterator.java:116)
  51.     at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  52.     at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  53.     at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  54.     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  55.     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  56.     at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  57.     at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  58.     at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:80)
  59.     at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:590)
  60.     at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2186)
  61.     at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:460)
  62.     at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2032)
  63.     at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274)
  64.     at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587)
  65.  
  66. -- Entity being ticked --
  67. Details:
  68.     Entity Type: better_drops:alien (net.mcreator.better_drops.MCreatorAlien.CustomEntity)
  69.     Entity ID: 655
  70.     Entity Name: Alien
  71.     Entity's Exact location: -73.32, 72.00, -169.34
  72.     Entity's Block location: World: (-74,72,-170), Chunk: (at 6,4,6 in -5,-11; contains blocks -80,0,-176 to -65,255,-161), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  73.     Entity's Momentum: 0.01, -0.08, 0.29
  74.     Entity's Passengers: []
  75.     Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  76. Stacktrace:
  77.     at net.minecraft.world.World.func_217390_a(World.java:684)
  78.     at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394)
  79.  
  80. -- Affected level --
  81. Details:
  82.     All players: 1 total; [ServerPlayerEntity['HEAVENBRAND'/112, l='New World', x=-72.56, y=72.00, z=-167.85]]
  83.     Chunk stats: ServerChunkCache: 2070
  84.     Level dimension: DimensionType{minecraft:overworld}
  85.     Level name: New World
  86.     Level seed: 6010716091981505584
  87.     Level generator: ID 00 - default, ver 1. Features enabled: true
  88.     Level generator options: {}
  89.     Level spawn location: World: (-80,70,-188), Chunk: (at 0,4,4 in -5,-12; contains blocks -80,0,-192 to -65,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  90.     Level time: 1635 game time, 1635 day time
  91.     Level storage version: 0x04ABD - Anvil
  92.     Level weather: Rain time: 145539 (now: false), thunder time: 139947 (now: false)
  93.     Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  94. Stacktrace:
  95.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
  96.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
  97.     at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:112)
  98.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
  99.     at java.lang.Thread.run(Thread.java:745)
  100.  
  101. -- System Details --
  102. Details:
  103.     Minecraft Version: 1.14.4
  104.     Minecraft Version ID: 1.14.4
  105.     Operating System: Mac OS X (x86_64) version 10.15.1
  106.     Java Version: 1.8.0_74, Oracle Corporation
  107.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  108.     Memory: 797534096 bytes (760 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
  109.     CPUs: 8
  110.     JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  111.     ModLauncher: 4.1.0+62+5bfa59b
  112.     ModLauncher launch target: fmlclient
  113.     ModLauncher naming: srg
  114.     ModLauncher services:
  115.         /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  116.         /forge-1.14.4-28.1.107.jar object_holder_definalize PLUGINSERVICE
  117.         /forge-1.14.4-28.1.107.jar runtime_enum_extender PLUGINSERVICE
  118.         /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  119.         /forge-1.14.4-28.1.107.jar capability_inject_definalize PLUGINSERVICE
  120.         /forge-1.14.4-28.1.107.jar runtimedistcleaner PLUGINSERVICE
  121.         /forge-1.14.4-28.1.107.jar fml TRANSFORMATIONSERVICE
  122.     FML: 28.1
  123.     Forge: net.minecraftforge:28.1.107
  124.     FML Language Providers:
  125.         javafml@28.1
  126.         minecraft@1
  127.     Mod List:
  128.         salwayseat-3.0.jar Always Eat Mod {salwayseat@2.0 DONE}
  129.         fleshprocessing-1.0.1-pre3.jar Flesh Processing {fleshprocessing@1.0.1-pre3 DONE}
  130.         Wyrmroost-1.14.4-1.0.2.jar Wyrmroost {wyrmroost@1.0.2 DONE}
  131.         upsizer-mc1.14.4-5.0b4.jar Upsizer {upsizer@5.0.0b4 DONE}
  132.         jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 DONE}
  133.         longfallboots-1.3.0b.jar Long Fall Boots {longfallboots@1.3.0b DONE}
  134.         Druidcraft-1.14-0.2.32.jar Druidcraft {druidcraft@0.2.32 DONE}
  135.         Upgrade-Aquatic-1.14.4-v1.4.4.jar Upgrade Aquatic {upgrade_aquatic@1.4.4 DONE}
  136.         FloristV1.1.4.jar Florist {florist@1.1.4 DONE}
  137.         ManCatcher_1.14.4_1.0.2.jar ManCatcher {mancatcher@1.0.0 DONE}
  138.         RingOfRepair-1.14.4-1.0.21.jar Ring of Repair {ring_of_repair@1.0.21 DONE}
  139.         CookingForBlockheads_1.14.4-7.4.2.jar Cooking for Blockheads {cookingforblockheads@7.4.2 DONE}
  140.         comforts-FORGE-1.14.4-2.0-beta4.jar Comforts {comforts@FORGE-1.14.4-2.0-beta4 DONE}
  141.         citadel-1.0.0.jar Citadel {citadel@1.0.0 DONE}
  142.         NaturesCompass-1.14.4-1.8.1.jar Nature's Compass {naturescompass@1.14.4-1.8.1 DONE}
  143.         VanillaTweaks-1.14.4.1.5.12.jar VanillaTweaks {vanillatweaks@1.14.4.1.5.12 DONE}
  144.         curioofundying-FORGE-1.14.4-2.0.jar Curio of Undying {curioofundying@FORGE-1.14.4-2.0 DONE}
  145.         branders-wellfedmod-1.14.4-1.2.0.jar Well Fed - quality food! {wellfedmod@1.2.0 DONE}
  146.         Bookshelf-1.14.4-4.3.65.jar Bookshelf {bookshelf@4.3.65 DONE}
  147.         Uncrafted+1.14.4++(v.4.0.0+pre1).jar Uncrafted {uncrafted@4.0.0 DONE}
  148.         RingOfTeleport-1.14.4-1.0.17.jar Ring of Teleport {ring_of_teleport@1.0.17 DONE}
  149.         u_team_core-1.14.4-2.8.0.140.jar U Team Core {uteamcore@2.8.0.140 DONE}
  150.         extdiamond-1.3.jar Extended Diamond {extdiamond@1.3 DONE}
  151.         mysticalworld-1.14.4-1.6.12.jar Mystical World {mysticalworld@1.14.4-1.6.12 DONE}
  152.         forge-1.14.4-28.1.107-universal.jar Forge {forge@28.1.107 DONE}
  153.         mysticallib-1.14.4-1.10.0.jar Mystical Lib {mysticallib@1.14.4-1.10.0 DONE}
  154.         Explorercraft-1.14.4-3.2.4.jar Explorercraft {explorercraft@3.2.4 DONE}
  155.         corpse-1.14.4-1.0.3.jar Corpse {corpse@1.14.4-1.0.3 DONE}
  156.         nm_1.14-1.0.jar Nutritious Milk {nm@1.0 DONE}
  157.         AnimalCrops-1.14.4-0.3.1.jar Animal Crops {animalcrops@1.14.4-0.3.1 DONE}
  158.         forge-1.14.4-28.1.107-client.jar Minecraft {minecraft@1.14.4 DONE}
  159.         Craft_and_Hunt_V0.9.3_MC_1.14.4.jar Craft and Hunt {craftandhunt@0.4 DONE}
  160.         mcw-bridges-1.0.2-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.2 DONE}
  161.         useful_backpacks-1.14.4-1.7.4.47.jar Useful Backpacks {usefulbackpacks@1.7.4.47 DONE}
  162.         swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 DONE}
  163.         pandoras_creatures-1.14.4-0.12.0.jar Pandoras Creatures {pandoras_creatures@1.14.4-0.12.0 DONE}
  164.         embellishcraft-1.14.4-1.4.0.jar EmbellishCraft {embellishcraft@1.14.4-1.4.0 DONE}
  165.         Fast+Tool+Switching-1.14.4-1.0.0.jar Fast Tool Switching {fasttoolswitching@NONE DONE}
  166.         BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 DONE}
  167.         ediblebugs-EdibleBugs1.0.2_MC1.14.4.jar Edible Bugs {ediblebugs@EdibleBugs1.0.0_MC1.14.4 DONE}
  168.         extcaves-1.4.2.jar Extended Caves {extcaves@1.4.2 DONE}
  169.         simplefarming-1.14.4-1.2.5.jar Simple Farming {simplefarming@1.14.4-1.2.5 DONE}
  170.         curios-FORGE-1.14.4-1.0.6.jar Curios API {curios@FORGE-1.14.4-1.0.6 DONE}
  171.         carrotslib-mc1.14.4-2.0b4.jar Carrots Lib {carrots@2.0.0b4 DONE}
  172.         vanillafoodpantry-mc1.14.4-5.0b4.jar Vanilla Food Pantry {vanillafoodpantry@5.0.0b4 DONE}
  173.         AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 DONE}
  174.         RingOfBlink-1.14.4-1.0.21.jar Ring of Blink {ring_of_blink@1.0.21 DONE}
  175.         BD-2.6.jar better_drops {better_drops@1.0.0 DONE}
  176.         backpacked-1.2.0-1.14.4.jar Backpacked {backpacked@1.2.0 DONE}
  177.         themidnight-0.4.6.jar The Midnight {midnight@0.4.6 DONE}
  178.         RingOfEnderchest-1.14.4-1.0.19.jar Ring of Enderchest {ring_of_enderchest@1.0.19 DONE}
  179.         furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre15 DONE}
  180.         AppleSkin-mc1.14.4-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE}
  181.         UpgradeModifiers-1.14.4-1.0.2.jar UpgradeModifiers {upgrademodifiers@1.0.2 DONE}
  182.         mysticalwildlife-1.14.4-1.3.3.jar Mystical Wildlife {mysticalwildlife@1.3.3 DONE}
  183.         ElementaryOres-1.14.4-0.0.1.jar Elementary Ores {elementaryores@1.14.4-0.0.1 DONE}
  184.         Charm-1.14.4-1.4.3.jar Charm {charm@1.14.4-1.4.3 DONE}
  185.         Quark-r2.0-208.jar Quark {quark@r2.0-208 DONE}
  186.         CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v1a DONE}
  187.         hb_1.14.4-1.1.jar Humbling Bundle {hb@1.1 DONE}
  188.         lumberjack-2.0.0.jar LumberJack {lumberjack@2.0.0 DONE}
  189.         farlanders-1.14.4-1.1.0.jar The Farlanders {farlanders@1.1.0 DONE}
  190.     Player Count: 1 / 8; [ServerPlayerEntity['HEAVENBRAND'/112, l='New World', x=-72.56, y=72.00, z=-167.85]]
  191.     Data Packs: vanilla, mod:animalcrops, mod:appleskin, mod:arl, mod:backpacked, mod:better_drops, mod:biomesoplenty, mod:bookshelf, mod:carrots, mod:cfm, mod:charm, mod:citadel, mod:comforts, mod:cookingforblockheads, mod:corpse, mod:cosmeticarmorreworked, mod:craftandhunt, mod:curioofundying, mod:curios, mod:druidcraft, mod:ediblebugs, mod:elementaryores, mod:embellishcraft, mod:explorercraft, mod:extcaves, mod:extdiamond, mod:farlanders, mod:fasttoolswitching, mod:fleshprocessing, mod:florist, mod:forge, mod:hb, mod:jei, mod:longfallboots, mod:lumberjack (incompatible), mod:mancatcher, mod:mcwbridges, mod:midnight, mod:mysticallib, mod:mysticalwildlife, mod:mysticalworld, mod:naturescompass, mod:nm, mod:pandoras_creatures, mod:quark, mod:ring_of_blink, mod:ring_of_enderchest, mod:ring_of_repair, mod:ring_of_teleport, mod:salwayseat, mod:simplefarming, mod:swingthroughgrass, mod:uncrafted, mod:upgrade_aquatic, mod:upgrademodifiers, mod:upsizer, mod:usefulbackpacks, mod:uteamcore, mod:vanillafoodpantry, mod:vanillatweaks, mod:wellfedmod, mod:wyrmroost
  192.     Type: Integrated Server (map_client.txt)
  193.     Is Modded: Definitely; Client brand changed to 'forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement