Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ProsperCraft/50d12b6901f0fe5aefc0a7663e3e5d97 to your computer and use it in GitHub Desktop.
Save ProsperCraft/50d12b6901f0fe5aefc0a7663e3e5d97 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 7/21/19 1:47 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.Entity.func_184191_r(Entity.java:1913) ~[?:?] {pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Entity Transformer,pl:runtimedistcleaner:A}
at net.minecraft.entity.ai.goal.HurtByTargetGoal.func_190105_f(SourceFile:83) ~[?:?] {}
at net.minecraft.entity.ai.goal.HurtByTargetGoal.func_75249_e(SourceFile:63) ~[?:?] {}
at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75249_e(SourceFile:41) ~[?:?] {}
at net.minecraft.entity.ai.goal.GoalSelector.func_220877_a(SourceFile:75) ~[?:?] {}
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_212] {}
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_212] {}
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_212] {}
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_212] {}
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_212] {}
at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_212] {}
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_212] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_212] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_212] {}
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_212] {}
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_212] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_212] {}
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_212] {}
at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:69) ~[?:?] {}
at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:586) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2178) ~[?:?] {pl:accesstransformer:B,xf:fml:caelus:coremodone,pl:runtimedistcleaner:A}
at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:459) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.entity.monster.MonsterEntity.func_70636_d(SourceFile:39) ~[?:?] {}
at net.minecraft.entity.monster.ZombieEntity.func_70636_d(ZombieEntity.java:230) ~[?:?] {}
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2024) ~[?:?] {pl:accesstransformer:B,xf:fml:caelus:coremodone,pl:runtimedistcleaner:A}
at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:273) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.entity.monster.MonsterEntity.func_70071_h_(SourceFile:51) ~[?:?] {}
at net.minecraft.entity.monster.ZombieEntity.func_70071_h_(ZombieEntity.java:204) ~[?:?] {}
at net.minecraft.world.ServerWorld.func_217479_a(ServerWorld.java:574) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.world.ServerWorld.func_72835_b(ServerWorld.java:381) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:816) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:751) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:609) [?:?] {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 net.minecraft.entity.Entity.func_184191_r(Entity.java:1913)
at net.minecraft.entity.ai.goal.HurtByTargetGoal.func_190105_f(SourceFile:83)
at net.minecraft.entity.ai.goal.HurtByTargetGoal.func_75249_e(SourceFile:63)
at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75249_e(SourceFile:41)
at net.minecraft.entity.ai.goal.GoalSelector.func_220877_a(SourceFile:75)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:69)
at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:586)
at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2178)
at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:459)
at net.minecraft.entity.monster.MonsterEntity.func_70636_d(SourceFile:39)
at net.minecraft.entity.monster.ZombieEntity.func_70636_d(ZombieEntity.java:230)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2024)
at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:273)
at net.minecraft.entity.monster.MonsterEntity.func_70071_h_(SourceFile:51)
at net.minecraft.entity.monster.ZombieEntity.func_70071_h_(ZombieEntity.java:204)
at net.minecraft.world.ServerWorld.func_217479_a(ServerWorld.java:574)
-- Entity being ticked --
Details:
Entity Type: minecraft:zombie (net.minecraft.entity.monster.ZombieEntity)
Entity ID: 111840
Entity Name: Zombie
Entity's Exact location: 1352.66, 77.00, -183.27
Entity's Block location: World: (1352,77,-184), Chunk: (at 8,4,8 in 84,-12; contains blocks 1344,0,-192 to 1359,255,-177), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,0,-512 to 1535,255,-1)
Entity's Momentum: 0.32, 0.36, 0.20
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_217390_a(World.java:684)
at net.minecraft.world.ServerWorld.func_72835_b(ServerWorld.java:381)
-- Affected level --
Details:
All players: 1 total; [ServerPlayerEntity['DesmondTheInsane'/86567, l='world-Adventure', x=1349.20, y=77.00, z=-185.79]]
Chunk stats: ServerChunkCache: 2050
Level dimension: DimensionType{mmorpg:resettable_jungle}
Derived: true
Level name: world-Adventure
Level seed: -4770605413188244489
Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: true
Level generator options: {}
Level spawn location: World: (256,69,-96), Chunk: (at 0,4,0 in 16,-6; contains blocks 256,0,-96 to 271,255,-81), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 137231641 game time, 2634822 day time
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 36841 (now: false), thunder time: 19816 (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:816)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:751)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:609)
at java.lang.Thread.run(Thread.java:748)
-- System Details --
Details:
Minecraft Version: 1.14.3
Operating System: Linux (amd64) version 3.10.0-957.1.3.el7.x86_64
Java Version: 1.8.0_212, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 8946594792 bytes (8532 MB) / 15032385536 bytes (14336 MB) up to 15032385536 bytes (14336 MB)
JVM Flags: 10 total; -Xmx14G -XX:PermSize=256m -XX:+UseG1GC -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=15 -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:ReservedCodeCacheSize=2048m -XX:CompileThreshold=1000
FML: New FML!
Loaded coremods (and transformers): Nothing
Player Count: 4 / 100; [ServerPlayerEntity['Gayan7'/10418, l='world-Adventure', x=-33.41, y=16.00, z=2322.74], ServerPlayerEntity['Lovenkyuu'/68000, l='world-Adventure', x=-8.84, y=16.00, z=2440.70], ServerPlayerEntity['DesmondTheInsane'/86567, l='world-Adventure', x=1349.20, y=77.00, z=-185.79], ServerPlayerEntity['Solour'/105224, l='world-Adventure', x=-770.44, y=75.00, z=-524.27]]
Data Packs: mod:betterstorage, mod:findercompass, mod:sauuuuuceysfarming, mod:walkthroughberries, mod:create, mod:bunchofbiomes, mod:chineseworkshop, mod:randomenchants, mod:mightyarchitect, mod:unstabletools, mod:screenshotclipboard, mod:customnausea, mod:controlling, mod:ender_compass, mod:goprone, mod:progressivebosses, mod:letmesleep, mod:placebo, mod:simplefarming, mod:roadstuff, mod:kiwi, mod:cfm, mod:storagenetwork, mod:xlfoodmod, mod:tombstone, mod:killserver, mod:engineersdecor, mod:embellishcraft, vanilla, overloaded_cb_injected, mod:yamda, mod:worldedit, mod:waterstrainer, mod:waddles, mod:uteamcore, mod:usefulbackpacks, mod:tubesreloaded, mod:travellersboots, mod:trashslot, mod:tramplestopper, mod:torchmaster, mod:theoneprobe, mod:supertools, mod:sounddeviceoptions, mod:snowvariants, mod:slurpiesdongles, mod:silentlib, mod:silentgems, mod:silentgear, mod:shulkerbox, mod:securitycraft, mod:sbmsheepmetal, mod:sbmpuntanimal, mod:sbmcharcoalblock, mod:ruins, mod:rftoolspower, mod:rftoolsbase, mod:reap, mod:randompatches, mod:practicaltools, mod:planttech2 (incompatible), mod:philosopher, mod:passthroughsigns (incompatible), mod:overloaded_cb, mod:overloaded, mod:nifty, mod:morpheus, mod:modnametooltip, mod:mobcatcher, mod:mmorpg, mod:minecraft2discord, mod:metalbarrels, mod:mcjtylib, mod:lycanitesmobs, mod:lightingwand, mod:jukebox, mod:jei, mod:inventorysorter, mod:ilikewood, mod:gobber2, mod:forge, mod:forbidden_arcanus, mod:flying_things, mod:fluidtank, mod:fastleafdecay, mod:f2l, mod:extraanvils, mod:essentials, mod:equipmenttooltips, mod:elevatorid, mod:doggytalents, mod:curiousshulkerboxes, mod:curiouselytra, mod:curios, mod:curioofundying, mod:corail_pillar, mod:computercraft, mod:coffeespawner, mod:chanceglobe, mod:camera, mod:caelus, mod:bookshelf, mod:bonetorch, mod:bno, mod:blockblocker, mod:biotechnik, mod:biomesoplenty, mod:biomeinfo, mod:bettersprinting, mod:appleskin, mod:aerialaffinity
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment