Draco18s / ReasonableRealism

For 1.10!
Other
17 stars 8 forks source link

Crash with Baby Mobs #11

Closed Insane96 closed 6 years ago

Insane96 commented 7 years ago

I've reported this to BabyMobs too

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 9/10/17 9:44 AM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:95)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:769)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2258)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:573)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:171)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:39)
    at net.minecraft.entity.passive.EntityChicken.func_70636_d(SourceFile:82)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2088)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:296)
    at furgl.babyMobs.common.entity.monster.EntityZombieChicken.func_70071_h_(EntityZombieChicken.java:180)
    at net.minecraft.world.World.func_72866_a(World.java:1965)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1934)
    at net.minecraft.world.World.func_72939_s(World.java:1748)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)

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.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:95)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:769)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2258)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:573)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:171)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:39)
    at net.minecraft.entity.passive.EntityChicken.func_70636_d(SourceFile:82)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2088)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:296)
    at furgl.babyMobs.common.entity.monster.EntityZombieChicken.func_70071_h_(EntityZombieChicken.java:180)
    at net.minecraft.world.World.func_72866_a(World.java:1965)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1934)

-- Entity being ticked --
Details:
    Entity Type: babymobs:zombiechicken (furgl.babyMobs.common.entity.monster.EntityZombieChicken)
    Entity ID: 6669
    Entity Name: Zombie Chicken
    Entity's Exact location: 15.50, 37.00, -73.50
    Entity's Block location: World: (15,37,-74), Chunk: (at 15,2,6 in 0,-5; contains blocks 0,0,-80 to 15,255,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: [EntityBabyZombie['Baby Zombie'/6668, l='Harder Baby Mobs', x=15.50, y=37.45, z=-73.60]]
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1748)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)

-- Affected level --
Details:
    Level name: Harder Baby Mobs
    All players: 1 total; [EntityPlayerMP['Insane96MCP'/1733, l='Harder Baby Mobs', x=70.34, y=71.00, z=-42.57]]
    Chunk stats: ServerChunkCache: 732 Drop: 0
    Level seed: 5254136290266529137
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (24,64,-44), Chunk: (at 8,4,4 in 1,-3; contains blocks 16,0,-48 to 31,255,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 1851 game time, 1851 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 34717 (now: false), thunder time: 28124 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
    Minecraft Version: 1.11.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 156115192 bytes (148 MB) / 547520512 bytes (522 MB) up to 3157786624 bytes (3011 MB)
    JVM Flags: 18 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3078m -Xms256m -XX:PermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.38 Powered by Forge 13.20.1.2429 7 mods loaded, 7 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA   minecraft{1.11.2} [Minecraft] (minecraft.jar) 
    UCHIJAAAA   mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAAAA   FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2429.jar) 
    UCHIJAAAA   forge{13.20.1.2429} [Minecraft Forge] (forge-1.11.2-13.20.1.2429.jar) 
    UCHIJAAAA   hardlib{3} [HardLib] (1.11.2-HardLib-v3.jar) 
    UCHIJAAAA   harderfarming{3.0.1a} [Harder Farming] (1.11.2-Harderfarming-3.0.1a.jar) 
    UCHIJAAAA   babymobs{1.5.4} [Baby Mobs] (BabyMobs-1.11.2-1.5.4.jar) 
    Loaded coremods (and transformers): 
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['Insane96MCP'/1733, l='Harder Baby Mobs', x=70.34, y=71.00, z=-42.57]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
Draco18s commented 7 years ago

Somehow the EntityAIAttackMelee task is being executed even though the attack target is null. Can you give this a shot and let me know if it worked? https://www.dropbox.com/s/wweho1hvbklzipn/1.12.1-Harderfarming-3.0.0c.jar?dl=0 I noticed that the mob that was crashing it was a Zombie Chicken. So I added some code to attempt to identify such zombified animals and classify them as "unaging" (this skips 90% of the EntityAgingAI task).

Insane96 commented 7 years ago

Seems no longer crashing after five minutes with a zombie chicken near

Draco18s commented 7 years ago

Check as many of the other added mobs just to check.

An-Sar commented 7 years ago

This appears to be happening with mobs form my mod PrimalCore also, I just tested the updated build from your dropbox link and I am still getting the crash

An-Sar commented 7 years ago

Primal has several sub types of EntityAnimal that age and breed but also have attack AI. I realize now after re-reading that your fixed jar was specific to the zombie chickens.

This could be useful for detecting special cases, all my potentially hostile animals implement the IMob interface.

Draco18s commented 7 years ago

@An-Sar Hmm, thanks. That might work better. I'll do up a test-build in a short while for you to check against.

Insane96 commented 7 years ago

It may happen with Baby Pig Zombified too from Baby Mobs

Draco18s commented 7 years ago

@Insane-96 @An-Sar Give this a once-over with the known conflicts and see if this is sufficient to avoid them: https://www.dropbox.com/s/l4pvgjq4cupalfi/1.12.1-Harderfarming-3.0.1b.jar?dl=0

An-Sar commented 6 years ago

Sorry to say the crash is still happening with the dropbox build.

Draco18s commented 6 years ago

@An-Sar Thanks for checking. Looks like IMob isn't sufficient. Hmm...

Draco18s commented 6 years ago

@An-Sar @Insane-96 Ok this one should work https://www.dropbox.com/s/oec6jekm9zs5m5f/1.12.1-Harderfarming-3.0.1c.jar?dl=0 I thought IMob would catch the babymobs, but it doesn't. I can't see anything that would make them (or other similar) mobs easy to identify, so I went back to what I had. Keeping the IMob part though, as that handles PrimalCore (and similar scenarios).

EngineOfDarkness commented 6 years ago

I had something similar with different Mods which add Animals aswell - not sure if it was exactly the same issue (I think instead of attacking it had do to with aging if I recall the error message correctly).

I disabled the aging process via I:GlobalAgeRate=0 and the issue disappeared. Last time I had this was with Animania a few days back before disabling the age rate.

I'll try first if I can reproduce the crash and then apply the file you linked in your last post

EngineOfDarkness commented 6 years ago

TL;DR;

Sadly still crashes for me - while it seems to temporarily fix the issue (no instant crash anymore after server load - unless I was randomly getting crashes in such succession) but once I went in the server and waited a bit, it crashed again.

Now obviously I have a lot of Mods installed, I can most likely try a minimal setup on the weekend (forge, harderfarming, animania).

However the workaround by setting I:GlobalAgeRate=0 still seems to work nonetheless (got no crash since 15 minutes, being ingame all the time)

Crashlog with 3.0.1c below (further below are three crashlogs and some more details from the current harderfarming release)

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
  ForgelinPlugin (Forgelin-1.5.1.jar)
  ItemPatchingLoader (ItemPhysic Full 1.4.8 mc1.12.jar)
  MMFMLCorePlugin (MultiMine-1.12.1.jar)
  BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
  LoadingPlugin (HardcoreDarkness-MC1.12-1.9.jar)
  DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  TANLoadingPlugin (ToughAsNails-1.12-3.0.0.64-universal.jar)
  DummyPlugin (ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar)
  LoadingPlugin (Quark-r1.3-110.jar)
  SpongeCoremod (spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar)
  ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  CreativePatchingLoader (CreativeCore v1.8.10 mc1.12.1.jar)
Contact their authors BEFORE contacting forge

// Oh - I know what I did wrong!

Time: 9/25/17 11:32 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at net.minecraft.entity.passive.EntityChicken.func_70636_d(SourceFile:83)
    at com.animania.common.entities.chickens.EntityAnimaniaChicken.func_70636_d(EntityAnimaniaChicken.java:189)
    at com.animania.common.entities.chickens.EntityRoosterBase.func_70636_d(EntityRoosterBase.java:144)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2166)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:162)
    at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkk000(WorldServer.java:2840)
    at net.minecraft.world.World.func_72866_a(World.java:1986)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
    at net.minecraft.world.World.func_72870_g(World.java:1948)
    at net.minecraft.world.World.func_72939_s(World.java:6048)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2209)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
    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 net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at net.minecraft.entity.passive.EntityChicken.func_70636_d(SourceFile:83)
    at com.animania.common.entities.chickens.EntityAnimaniaChicken.func_70636_d(EntityAnimaniaChicken.java:189)
    at com.animania.common.entities.chickens.EntityRoosterBase.func_70636_d(EntityRoosterBase.java:144)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2166)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:162)
    at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkk000(WorldServer.java:2840)
    at net.minecraft.world.World.func_72866_a(World.java:1986)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
    at net.minecraft.world.World.func_72870_g(World.java:1948)

-- Entity being ticked --
Details:
    Entity Type: animania:rooster_leghorn (com.animania.common.entities.chickens.EntityRoosterLeghorn)
    Entity ID: 150
    Entity Name: Leghorn Rooster
    Entity's Exact location: -110.51, 68.00, 7.45
    Entity's Block location: World: (-111,68,7), Chunk: (at 1,4,7 in -7,0; contains blocks -112,0,0 to -97,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Entity's Momentum: -0.02, -0.08, -0.10
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:6048)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2209)

-- Affected level --
Details:
    Level name: eods
    All players: 1 total; [EntityPlayerMP['EngineOfDarkness'/100, l='eods', x=-124.94, y=75.66, z=22.77]]
    Chunk stats: ServerChunkCache: 1041 Drop: 0
    Level seed: -177592562310076927
    Level generator: ID 11 - quark_realistic, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (84,64,140), Chunk: (at 4,4,12 in 5,8; contains blocks 80,0,128 to 95,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 50306 game time, 2156 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 41658 (now: false), thunder time: 123784 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

-- Sponge CauseTracker --
Details:
    Cause Stack: [Empty stack]
Stacktrace:
    at net.minecraft.server.MinecraftServer.handler$onCrashReport$zid000(MinecraftServer.java:4015)
    at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
    at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:552)
    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_141, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2183314664 bytes (2082 MB) / 3221225472 bytes (3072 MB) up to 3221225472 bytes (3072 MB)
    JVM Flags: 13 total; -Xms3G -Xmx3G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.42 Powered by Forge 14.23.0.2491 106 mods loaded, 106 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State     | ID                            | Version                     | Source                                        | Signature                                |
    |:--------- |:----------------------------- |:--------------------------- |:--------------------------------------------- |:---------------------------------------- |
    | UCHIJAAAA | minecraft                     | 1.12.2                      | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | mcp                           | 9.42                        | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | FML                           | 8.0.99.99                   | forge-1.12.2-14.23.0.2491-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | forge                         | 14.23.0.2491                | forge-1.12.2-14.23.0.2491-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | creativecoredummy             | 1.0.0                       | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | itemphysic                    | 1.4.0                       | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | ivtoolkit                     | 1.3.3-1.12                  | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | spongeapi                     | 7.0.0-SNAPSHOT-fb55a76      | spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar   | None                                     |
    | UCHIJAAAA | sponge                        | 1.12.2-2486-7.0.0-BETA-2655 | spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar   | None                                     |
    | UCHIJAAAA | backpacks16840                | 3.3.2                       | backpacks 1.12.2 - 3.3.2.jar                  | None                                     |
    | UCHIJAAAA | customoregen                  | @VERSION@                   | 1.12.1-CustomOreGen.jar                       | None                                     |
    | UCHIJAAAA | hardlib                       | 3                           | 1.12.1-HardLib-v3.jar                         | None                                     |
    | UCHIJAAAA | expindustry                   | 3.0.1a                      | 1.12.1-ExpandedIndustry-3.0.1a.jar            | None                                     |
    | UCHIJAAAA | harderfarming                 | 3.0.1c                      | 1.12.1-Harderfarming-3.0.1c.jar               | None                                     |
    | UCHIJAAAA | oreflowers                    | 3.0.1a                      | 1.12.1-OreFlowers-3.0.1a.jar                  | None                                     |
    | UCHIJAAAA | harderores                    | 3.0.1a                      | 1.12.1-HarderOres-3.0.1a.jar                  | None                                     |
    | UCHIJAAAA | forgeendertech                | 1.12.1-4.0.0.0              | ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar  | None                                     |
    | UCHIJAAAA | adchimneys                    | 1.12-3.0.1.0                | AdChimneys-1.12-3.0.1.0-build.0012.jar        | None                                     |
    | UCHIJAAAA | adhooks                       | 1.12-3.0.0.0                | AdHooks-1.12-3.0.0.0-build.0012.jar           | None                                     |
    | UCHIJAAAA | craftstudioapi                | 1.0.0                       | CraftStudio-1.0.0.93-mc1.12-alpha.jar         | None                                     |
    | UCHIJAAAA | quark                         | r1.3-110                    | Quark-r1.3-110.jar                            | None                                     |
    | UCHIJAAAA | animania                      | 1.3.3                       | animania-1.12.1-1.3.3.jar                     | None                                     |
    | UCHIJAAAA | appleskin                     | 1.0.8                       | AppleSkin-mc1.12-1.0.8.jar                    | None                                     |
    | UCHIJAAAA | appliedenergistics2           | rv5-alpha-4                 | appliedenergistics2-rv5-alpha-4.jar           | None                                     |
    | UCHIJAAAA | architect                     | 1.2.0.6                     | Architect-MC1.12-1.2.0.6.jar                  | None                                     |
    | UCHIJAAAA | autoreglib                    | 1.3-13                      | AutoRegLib-1.3-13.jar                         | None                                     |
    | UCHIJAAAA | baubles                       | 1.5.1                       | Baubles-1.12-1.5.1.jar                        | None                                     |
    | UCHIJAAAA | bedrockores                   | 1.2.3.34                    | Bedrock Ores-MC1.12-1.2.3.34.jar              | None                                     |
    | UCHIJAAAA | bibliocraft                   | 2.4.3                       | BiblioCraft[v2.4.3][MC1.12.0].jar             | None                                     |
    | UCHIJAAAA | ic2                           | 2.8.16-ex112                | industrialcraft-2-2.8.16-ex112.jar            | de041f9f6187debbc77034a344134053277aa3b0 |
    | UCHIJAAAA | mantle                        | 1.12-1.3.1.21               | Mantle-1.12-1.3.1.21.jar                      | None                                     |
    | UCHIJAAAA | natura                        | 1.12-4.3.0.17               | Natura-1.12-4.3.0.17.jar                      | None                                     |
    | UCHIJAAAA | toughasnails                  | 3.0.0.64                    | ToughAsNails-1.12-3.0.0.64-universal.jar      | None                                     |
    | UCHIJAAAA | forestry                      | 5.5.6.197                   | forestry_1.12.2-5.5.6.197.jar                 | None                                     |
    | UCHIJAAAA | binniecore                    | unspecified                 | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | binniedesign                  | 1.0                         | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | genetics                      | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | botany                        | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | extrabees                     | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | extratrees                    | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | biomesoplenty                 | 7.0.1.2297                  | BiomesOPlenty-1.12.2-7.0.1.2297-universal.jar | None                                     |
    | UCHIJAAAA | bookshelf                     | 2.1.449                     | Bookshelf-1.12.2-2.1.449.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | bullseye                      | 3.0.3                       | Bullseye-1.12-3.0.3.jar                       | None                                     |
    | UCHIJAAAA | carryon                       | 1.5.1                       | CarryOn MC1.12 v1.5.1.jar                     | None                                     |
    | UCHIJAAAA | chameleon                     | 1.12-4.1.3                  | Chameleon-1.12-4.1.3.jar                      | None                                     |
    | UCHIJAAAA | cyclopscore                   | 0.10.19                     | CyclopsCore-1.12-0.10.19.jar                  | None                                     |
    | UCHIJAAAA | commoncapabilities            | 1.4.0                       | CommonCapabilities-1.12-1.4.0.jar             | None                                     |
    | UCHIJAAAA | cookingforblockheads          | 6.3.6                       | CookingForBlockheads_1.12.1-6.3.6.jar         | None                                     |
    | UCHIJAAAA | extendedrenderer              | v1.0                        | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | coroutil                      | 1.12.1-1.1.20               | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | configmod                     | v1.0                        | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | creativecore                  | 1.7.4                       | CreativeCore v1.8.10 mc1.12.1.jar             | None                                     |
    | UCHIJAAAA | diethopper                    | 1.1                         | diethopper-1.1.jar                            | None                                     |
    | UCHIJAAAA | dooglamoojuniorarchaeologymod | 2.2.0                       | dooglamoojuniorarchaeologymod-1.12-2.2.0.jar  | None                                     |
    | UCHIJAAAA | dungeontactics                | DT-0.13.8b                  | DungeonTactics-1.12.1-0.13.8b.jar             | None                                     |
    | UCHIJAAAA | dsurround                     | 3.4.7.2                     | DynamicSurroundings-1.12.2-3.4.7.2.jar        | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | UCHIJAAAA | dynamictrees                  | 0.6.4                       | DynamicTrees-1.12.1-0.6.4.jar                 | None                                     |
    | UCHIJAAAA | fastleafdecay                 | v14                         | FastLeafDecay-v14.jar                         | None                                     |
    | UCHIJAAAA | foamfix                       | 0.8.0-1.12                  | foamfix-0.8.0-1.12-law.jar                    | None                                     |
    | UCHIJAAAA | forgelin                      | 1.5.1                       | Forgelin-1.5.1.jar                            | None                                     |
    | UCHIJAAAA | cfm                           | 4.1.5                       | furniture-4.1.5-1.12.jar                      | None                                     |
    | UCHIJAAAA | hardcoredarkness              | 1.9                         | HardcoreDarkness-MC1.12-1.9.jar               | None                                     |
    | UCHIJAAAA | waila                         | 1.8.20                      | Hwyla-1.8.20-B35_1.12.jar                     | None                                     |
    | UCHIJAAAA | tconstruct                    | 1.12-2.7.3.30               | TConstruct-1.12-2.7.3.30.jar                  | None                                     |
    | UCHIJAAAA | immersiveengineering          | 0.12-72                     | ImmersiveEngineering-0.12-72.jar              | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | UCHIJAAAA | immersiverailroading          | 0.3.2                       | ImmersiveRailroading-0.3.2.jar                | None                                     |
    | UCHIJAAAA | industrialwires               | 1.6-20                      | IndustrialWires-1.6-20.jar                    | 7e11c175d1e24007afec7498a1616bef0000027d |
    | UCHIJAAAA | infernalmobs                  | 1.7.3                       | InfernalMobs-1.12.1.jar                       | None                                     |
    | UCHIJAAAA | integrateddynamics            | 0.9.2                       | IntegratedDynamics-1.12-0.9.2.jar             | None                                     |
    | UCHIJAAAA | integrateddynamicscompat      | 1.0.0                       | IntegratedDynamics-1.12-0.9.2.jar             | None                                     |
    | UCHIJAAAA | integratedtunnels             | 1.3.2                       | IntegratedTunnels-1.12-1.3.2.jar              | None                                     |
    | UCHIJAAAA | journeymap                    | 1.12.2-5.5.0rc1             | journeymap-1.12.2-5.5.0rc1.jar                | None                                     |
    | UCHIJAAAA | modelloader                   | 1.0.5                       | modelloader-1.0.5.jar                         | None                                     |
    | UCHIJAAAA | magneticraft                  | 2.0.2                       | Magneticraft_1.12-2.0.2.jar                   | None                                     |
    | UCHIJAAAA | radixcore                     | 1.12.x-2.2.1                | RadixCore-1.12.x-2.2.1-universal.jar          | None                                     |
    | UCHIJAAAA | mca                           | 1.12.2-5.3.1                | MCA-1.12.x-5.3.1-universal.jar                | None                                     |
    | UCHIJAAAA | mekanism                      | 9.4.1                       | Mekanism-1.12.1-9.4.1.326.jar                 | None                                     |
    | UCHIJAAAA | mekanismgenerators            | 9.4.1                       | MekanismGenerators-1.12.1-9.4.1.326.jar       | None                                     |
    | UCHIJAAAA | mekanismtools                 | 9.4.1                       | MekanismTools-1.12.1-9.4.1.326.jar            | None                                     |
    | UCHIJAAAA | moartinkers                   | 0.5.4                       | moartinkers-0.5.4.jar                         | None                                     |
    | UCHIJAAAA | mobends                       | 0.24                        | mobends-0.24_for_MC-1.12.jar                  | None                                     |
    | UCHIJAAAA | morpheus                      | 1.12-3.3.2                  | Morpheus-1.12-3.3.2.jar                       | None                                     |
    | UCHIJAAAA | multimine                     | 1.5.7                       | MultiMine-1.12.1.jar                          | None                                     |
    | UCHIJAAAA | nodami                        | 0.2                         | nodami-1.12.0-0.2.jar                         | None                                     |
    | UCHIJAAAA | nutrition                     | 2.4.1                       | Nutrition-1.12.2-2.4.1.jar                    | None                                     |
    | UCHIJAAAA | harvestcraft                  | 1.12.1c                     | Pam's HarvestCraft 1.12.1c.jar                | None                                     |
    | UCHIJAAAA | petbat                        | 1.4.7                       | PetBat-1.12.jar                               | None                                     |
    | UCHIJAAAA | plants2                       | 2.0.1                       | Plants-2.0.1.jar                              | None                                     |
    | UCHIJAAAA | shetiphiancore                | 3.5.2                       | shetiphiancore-1.12.0-3.5.2.jar               | None                                     |
    | UCHIJAAAA | platforms                     | 1.4.0.1                     | platforms-1.12.0-1.4.0.1.jar                  | None                                     |
    | UCHIJAAAA | reborncore                    | 3.4.3.114                   | RebornCore-1.12.2-3.4.3.114-universal.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJAAAA | simulatednights               | 1.12-2.1.0                  | simulatednights-1.12-2.1.0.jar                | None                                     |
    | UCHIJAAAA | stevescarts                   | ${version}                  | StevesCarts-1.12.1-2.4.8.44.jar               | None                                     |
    | UCHIJAAAA | stg                           | 1.12-1.2.1                  | stg-1.12-1.2.1.jar                            | None                                     |
    | UCHIJAAAA | storagedrawers                | 1.12-5.2.5                  | StorageDrawers-1.12.1-5.3.2.jar               | None                                     |
    | UCHIJAAAA | techreborn                    | 2.7.4.243                   | TechReborn-1.12.2-2.7.4.243-universal.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJAAAA | toolbelt                      | 1.7.1                       | ToolBelt-1.12.0-1.7.1.jar                     | None                                     |
    | UCHIJAAAA | torcharrowsmod                | 1.12.1-3                    | torcharrows-1.12.1-3.jar                      | None                                     |
    | UCHIJAAAA | traverse                      | 1.3.1                       | Traverse-1.12.1-1.3.1.jar                     | None                                     |
    | UCHIJAAAA | wawla                         | 2.5.244                     | Wawla-1.12.2-2.5.244.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | weather2                      | 1.12.1-2.5.2                | weather2-1.12.1-2.5.2.jar                     | None                                     |
    | UCHIJAAAA | winterwonderland              | 1.2.2                       | WinterWonderLand-1.2.2.jar                    | None                                     |
    | UCHIJAAAA | zombieawareness               | 1.12.1-1.11.9               | zombieawareness-1.12.1-1.11.9.jar             | None                                     |
    | UCHIJAAAA | luckperms                     | 3.4.2                       | LuckPerms-Sponge-3.4.2.jar                    | None                                     |
    | UCHIJAAAA | nucleus                       | 1.2.0-PR1.3-S7.0            | Nucleus-1.2.0-PR1.3-S7.0-MC1.12.1-plugin.jar  | None                                     |
    | UCHIJAAAA | adfinders                     | 1.12-2.0.2.0                | AdFinders-1.12-2.0.2.0-build.0014.jar         | None                                     |

    Loaded coremods (and transformers): 
LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
  com.endertech.minecraft.mods.adfinders.core.RenderTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)

ItemPatchingLoader (ItemPhysic Full 1.4.8 mc1.12.jar)
  com.creativemd.itemphysic.ItemTransformer
MMFMLCorePlugin (MultiMine-1.12.1.jar)
  atomicstryker.multimine.common.fmlmagic.MMTransformer
BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
  brad16840.common.asm.ClassTransformer
LoadingPlugin (HardcoreDarkness-MC1.12-1.9.jar)
  lumien.hardcoredarkness.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  org.blockartistry.DynSurround.asm.Transformer
TANLoadingPlugin (ToughAsNails-1.12-3.0.0.64-universal.jar)
  toughasnails.asm.transformer.CropDecayTransformer
  toughasnails.asm.transformer.EntityRendererTransformer
  toughasnails.asm.transformer.WorldTransformer
DummyPlugin (ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar)

LoadingPlugin (Quark-r1.3-110.jar)
  vazkii.quark.base.asm.ClassTransformer
SpongeCoremod (spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar)
  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
  shetiphian.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)

CreativePatchingLoader (CreativeCore v1.8.10 mc1.12.1.jar)

    AE2 Version: alpha rv5-alpha-4 for Forge 14.21.1.2412
    Pulsar/natura loaded Pulses: 
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)

    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - wailaIntegration (Enabled/Not Forced)

    RebornCore: 
        Plugin Engine: 1
        RebornCore Version: 3.4.3.114
        Runtime Debofucsation 1
    AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF
    Profiler Position: N/A (disabled)
    Player Count: 1 / 20; [EntityPlayerMP['EngineOfDarkness'/100, l='eods', x=-124.94, y=75.66, z=22.77]]
    Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
    Type: Dedicated Server (map_server.txt)

Ok, I was probably wrong about it being a different error message (most likely was the same).

I started a fresh world on a server and logged in as player and went to a place with some animals.

First crash took some time and required me to be ingame (probably because the code only starts "ticking" if a player is nearby?), but the error message is similar to what I remember.

Anyhow I can reproduce this crash by starting the server (see three crash reports below from my tests). This happens once the server has loaded everything

If I set I:GlobalAgeRate=1 to I:GlobalAgeRate=0 then the crash right after loading everything does not seem to happen anymore (waited for about a minute)

After testing this I started the server once again to make sure I get a reproducible crash (took some time until it crashed - I had to join the server though) - once it crashed I verified I had the crash after load.

Then I installed your version of the jar and ... (see top of my comment)


First

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
  ForgelinPlugin (Forgelin-1.5.1.jar)
  ItemPatchingLoader (ItemPhysic Full 1.4.8 mc1.12.jar)
  MMFMLCorePlugin (MultiMine-1.12.1.jar)
  BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
  LoadingPlugin (HardcoreDarkness-MC1.12-1.9.jar)
  DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  TANLoadingPlugin (ToughAsNails-1.12-3.0.0.64-universal.jar)
  DummyPlugin (ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar)
  LoadingPlugin (Quark-r1.3-110.jar)
  SpongeCoremod (spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar)
  ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  CreativePatchingLoader (CreativeCore v1.8.10 mc1.12.1.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 9/25/17 10:36 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at com.animania.common.entities.rodents.EntityHedgehogBase.func_70636_d(EntityHedgehogBase.java:546)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2166)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:162)
    at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkk000(WorldServer.java:2840)
    at net.minecraft.world.World.func_72866_a(World.java:1986)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
    at net.minecraft.world.World.func_72870_g(World.java:1948)
    at net.minecraft.world.World.func_72939_s(World.java:6048)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2209)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
    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 net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at com.animania.common.entities.rodents.EntityHedgehogBase.func_70636_d(EntityHedgehogBase.java:546)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2166)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:162)
    at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkk000(WorldServer.java:2840)
    at net.minecraft.world.World.func_72866_a(World.java:1986)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
    at net.minecraft.world.World.func_72870_g(World.java:1948)

-- Entity being ticked --
Details:
    Entity Type: animania:hedgehog (com.animania.common.entities.rodents.EntityHedgehog)
    Entity ID: 6271
    Entity Name: Hedgehog
    Entity's Exact location: 116.50, 63.00, -13.11
    Entity's Block location: World: (116,63,-14), Chunk: (at 4,3,2 in 7,-1; contains blocks 112,0,-16 to 127,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:6048)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2209)

-- Affected level --
Details:
    Level name: eods
    All players: 1 total; [EntityPlayerMP['EngineOfDarkness'/5507, l='eods', x=-125.30, y=72.68, z=22.79]]
    Chunk stats: ServerChunkCache: 1486 Drop: 0
    Level seed: -177592562310076927
    Level generator: ID 11 - quark_realistic, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (84,64,140), Chunk: (at 4,4,12 in 5,8; contains blocks 80,0,128 to 95,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 23268 game time, 1335 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 68696 (now: false), thunder time: 150822 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

-- Sponge CauseTracker --
Details:
    Cause Stack: [Empty stack]
Stacktrace:
    at net.minecraft.server.MinecraftServer.handler$onCrashReport$zid000(MinecraftServer.java:4015)
    at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
    at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:552)
    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_141, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1279416280 bytes (1220 MB) / 3221225472 bytes (3072 MB) up to 3221225472 bytes (3072 MB)
    JVM Flags: 13 total; -Xms3G -Xmx3G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch
    IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.0.2491 106 mods loaded, 106 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State     | ID                            | Version                     | Source                                        | Signature                                |
    |:--------- |:----------------------------- |:--------------------------- |:--------------------------------------------- |:---------------------------------------- |
    | UCHIJAAAA | minecraft                     | 1.12.2                      | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | mcp                           | 9.42                        | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | FML                           | 8.0.99.99                   | forge-1.12.2-14.23.0.2491-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | forge                         | 14.23.0.2491                | forge-1.12.2-14.23.0.2491-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | creativecoredummy             | 1.0.0                       | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | itemphysic                    | 1.4.0                       | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | ivtoolkit                     | 1.3.3-1.12                  | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | spongeapi                     | 7.0.0-SNAPSHOT-fb55a76      | spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar   | None                                     |
    | UCHIJAAAA | sponge                        | 1.12.2-2486-7.0.0-BETA-2655 | spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar   | None                                     |
    | UCHIJAAAA | backpacks16840                | 3.3.2                       | backpacks 1.12.2 - 3.3.2.jar                  | None                                     |
    | UCHIJAAAA | customoregen                  | @VERSION@                   | 1.12.1-CustomOreGen.jar                       | None                                     |
    | UCHIJAAAA | hardlib                       | 3                           | 1.12.1-HardLib-v3.jar                         | None                                     |
    | UCHIJAAAA | expindustry                   | 3.0.1a                      | 1.12.1-ExpandedIndustry-3.0.1a.jar            | None                                     |
    | UCHIJAAAA | harderfarming                 | 3.0.1a                      | 1.12.1-Harderfarming-3.0.1a.jar               | None                                     |
    | UCHIJAAAA | oreflowers                    | 3.0.1a                      | 1.12.1-OreFlowers-3.0.1a.jar                  | None                                     |
    | UCHIJAAAA | harderores                    | 3.0.1a                      | 1.12.1-HarderOres-3.0.1a.jar                  | None                                     |
    | UCHIJAAAA | forgeendertech                | 1.12.1-4.0.0.0              | ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar  | None                                     |
    | UCHIJAAAA | adchimneys                    | 1.12-3.0.1.0                | AdChimneys-1.12-3.0.1.0-build.0012.jar        | None                                     |
    | UCHIJAAAA | adhooks                       | 1.12-3.0.0.0                | AdHooks-1.12-3.0.0.0-build.0012.jar           | None                                     |
    | UCHIJAAAA | craftstudioapi                | 1.0.0                       | CraftStudio-1.0.0.93-mc1.12-alpha.jar         | None                                     |
    | UCHIJAAAA | quark                         | r1.3-110                    | Quark-r1.3-110.jar                            | None                                     |
    | UCHIJAAAA | animania                      | 1.3.3                       | animania-1.12.1-1.3.3.jar                     | None                                     |
    | UCHIJAAAA | appleskin                     | 1.0.8                       | AppleSkin-mc1.12-1.0.8.jar                    | None                                     |
    | UCHIJAAAA | appliedenergistics2           | rv5-alpha-4                 | appliedenergistics2-rv5-alpha-4.jar           | None                                     |
    | UCHIJAAAA | architect                     | 1.2.0.6                     | Architect-MC1.12-1.2.0.6.jar                  | None                                     |
    | UCHIJAAAA | autoreglib                    | 1.3-13                      | AutoRegLib-1.3-13.jar                         | None                                     |
    | UCHIJAAAA | baubles                       | 1.5.1                       | Baubles-1.12-1.5.1.jar                        | None                                     |
    | UCHIJAAAA | bedrockores                   | 1.2.3.34                    | Bedrock Ores-MC1.12-1.2.3.34.jar              | None                                     |
    | UCHIJAAAA | bibliocraft                   | 2.4.3                       | BiblioCraft[v2.4.3][MC1.12.0].jar             | None                                     |
    | UCHIJAAAA | ic2                           | 2.8.16-ex112                | industrialcraft-2-2.8.16-ex112.jar            | de041f9f6187debbc77034a344134053277aa3b0 |
    | UCHIJAAAA | mantle                        | 1.12-1.3.1.21               | Mantle-1.12-1.3.1.21.jar                      | None                                     |
    | UCHIJAAAA | natura                        | 1.12-4.3.0.17               | Natura-1.12-4.3.0.17.jar                      | None                                     |
    | UCHIJAAAA | toughasnails                  | 3.0.0.64                    | ToughAsNails-1.12-3.0.0.64-universal.jar      | None                                     |
    | UCHIJAAAA | forestry                      | 5.5.6.197                   | forestry_1.12.2-5.5.6.197.jar                 | None                                     |
    | UCHIJAAAA | binniecore                    | unspecified                 | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | binniedesign                  | 1.0                         | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | genetics                      | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | botany                        | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | extrabees                     | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | extratrees                    | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | biomesoplenty                 | 7.0.1.2297                  | BiomesOPlenty-1.12.2-7.0.1.2297-universal.jar | None                                     |
    | UCHIJAAAA | bookshelf                     | 2.1.449                     | Bookshelf-1.12.2-2.1.449.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | bullseye                      | 3.0.3                       | Bullseye-1.12-3.0.3.jar                       | None                                     |
    | UCHIJAAAA | carryon                       | 1.5.1                       | CarryOn MC1.12 v1.5.1.jar                     | None                                     |
    | UCHIJAAAA | chameleon                     | 1.12-4.1.3                  | Chameleon-1.12-4.1.3.jar                      | None                                     |
    | UCHIJAAAA | cyclopscore                   | 0.10.19                     | CyclopsCore-1.12-0.10.19.jar                  | None                                     |
    | UCHIJAAAA | commoncapabilities            | 1.4.0                       | CommonCapabilities-1.12-1.4.0.jar             | None                                     |
    | UCHIJAAAA | cookingforblockheads          | 6.3.6                       | CookingForBlockheads_1.12.1-6.3.6.jar         | None                                     |
    | UCHIJAAAA | extendedrenderer              | v1.0                        | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | coroutil                      | 1.12.1-1.1.20               | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | configmod                     | v1.0                        | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | creativecore                  | 1.7.4                       | CreativeCore v1.8.10 mc1.12.1.jar             | None                                     |
    | UCHIJAAAA | diethopper                    | 1.1                         | diethopper-1.1.jar                            | None                                     |
    | UCHIJAAAA | dooglamoojuniorarchaeologymod | 2.2.0                       | dooglamoojuniorarchaeologymod-1.12-2.2.0.jar  | None                                     |
    | UCHIJAAAA | dungeontactics                | DT-0.13.8b                  | DungeonTactics-1.12.1-0.13.8b.jar             | None                                     |
    | UCHIJAAAA | dsurround                     | 3.4.7.2                     | DynamicSurroundings-1.12.2-3.4.7.2.jar        | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | UCHIJAAAA | dynamictrees                  | 0.6.4                       | DynamicTrees-1.12.1-0.6.4.jar                 | None                                     |
    | UCHIJAAAA | fastleafdecay                 | v14                         | FastLeafDecay-v14.jar                         | None                                     |
    | UCHIJAAAA | foamfix                       | 0.8.0-1.12                  | foamfix-0.8.0-1.12-law.jar                    | None                                     |
    | UCHIJAAAA | forgelin                      | 1.5.1                       | Forgelin-1.5.1.jar                            | None                                     |
    | UCHIJAAAA | cfm                           | 4.1.5                       | furniture-4.1.5-1.12.jar                      | None                                     |
    | UCHIJAAAA | hardcoredarkness              | 1.9                         | HardcoreDarkness-MC1.12-1.9.jar               | None                                     |
    | UCHIJAAAA | waila                         | 1.8.20                      | Hwyla-1.8.20-B35_1.12.jar                     | None                                     |
    | UCHIJAAAA | tconstruct                    | 1.12-2.7.3.30               | TConstruct-1.12-2.7.3.30.jar                  | None                                     |
    | UCHIJAAAA | immersiveengineering          | 0.12-72                     | ImmersiveEngineering-0.12-72.jar              | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | UCHIJAAAA | immersiverailroading          | 0.3.2                       | ImmersiveRailroading-0.3.2.jar                | None                                     |
    | UCHIJAAAA | industrialwires               | 1.6-20                      | IndustrialWires-1.6-20.jar                    | 7e11c175d1e24007afec7498a1616bef0000027d |
    | UCHIJAAAA | infernalmobs                  | 1.7.3                       | InfernalMobs-1.12.1.jar                       | None                                     |
    | UCHIJAAAA | integrateddynamics            | 0.9.2                       | IntegratedDynamics-1.12-0.9.2.jar             | None                                     |
    | UCHIJAAAA | integrateddynamicscompat      | 1.0.0                       | IntegratedDynamics-1.12-0.9.2.jar             | None                                     |
    | UCHIJAAAA | integratedtunnels             | 1.3.2                       | IntegratedTunnels-1.12-1.3.2.jar              | None                                     |
    | UCHIJAAAA | journeymap                    | 1.12.2-5.5.0rc1             | journeymap-1.12.2-5.5.0rc1.jar                | None                                     |
    | UCHIJAAAA | modelloader                   | 1.0.5                       | modelloader-1.0.5.jar                         | None                                     |
    | UCHIJAAAA | magneticraft                  | 2.0.2                       | Magneticraft_1.12-2.0.2.jar                   | None                                     |
    | UCHIJAAAA | radixcore                     | 1.12.x-2.2.1                | RadixCore-1.12.x-2.2.1-universal.jar          | None                                     |
    | UCHIJAAAA | mca                           | 1.12.2-5.3.1                | MCA-1.12.x-5.3.1-universal.jar                | None                                     |
    | UCHIJAAAA | mekanism                      | 9.4.1                       | Mekanism-1.12.1-9.4.1.326.jar                 | None                                     |
    | UCHIJAAAA | mekanismgenerators            | 9.4.1                       | MekanismGenerators-1.12.1-9.4.1.326.jar       | None                                     |
    | UCHIJAAAA | mekanismtools                 | 9.4.1                       | MekanismTools-1.12.1-9.4.1.326.jar            | None                                     |
    | UCHIJAAAA | moartinkers                   | 0.5.4                       | moartinkers-0.5.4.jar                         | None                                     |
    | UCHIJAAAA | mobends                       | 0.24                        | mobends-0.24_for_MC-1.12.jar                  | None                                     |
    | UCHIJAAAA | morpheus                      | 1.12-3.3.2                  | Morpheus-1.12-3.3.2.jar                       | None                                     |
    | UCHIJAAAA | multimine                     | 1.5.7                       | MultiMine-1.12.1.jar                          | None                                     |
    | UCHIJAAAA | nodami                        | 0.2                         | nodami-1.12.0-0.2.jar                         | None                                     |
    | UCHIJAAAA | nutrition                     | 2.4.1                       | Nutrition-1.12.2-2.4.1.jar                    | None                                     |
    | UCHIJAAAA | harvestcraft                  | 1.12.1c                     | Pam's HarvestCraft 1.12.1c.jar                | None                                     |
    | UCHIJAAAA | petbat                        | 1.4.7                       | PetBat-1.12.jar                               | None                                     |
    | UCHIJAAAA | plants2                       | 2.0.1                       | Plants-2.0.1.jar                              | None                                     |
    | UCHIJAAAA | shetiphiancore                | 3.5.2                       | shetiphiancore-1.12.0-3.5.2.jar               | None                                     |
    | UCHIJAAAA | platforms                     | 1.4.0.1                     | platforms-1.12.0-1.4.0.1.jar                  | None                                     |
    | UCHIJAAAA | reborncore                    | 3.4.3.114                   | RebornCore-1.12.2-3.4.3.114-universal.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJAAAA | simulatednights               | 1.12-2.1.0                  | simulatednights-1.12-2.1.0.jar                | None                                     |
    | UCHIJAAAA | stevescarts                   | ${version}                  | StevesCarts-1.12.1-2.4.8.44.jar               | None                                     |
    | UCHIJAAAA | stg                           | 1.12-1.2.1                  | stg-1.12-1.2.1.jar                            | None                                     |
    | UCHIJAAAA | storagedrawers                | 1.12-5.2.5                  | StorageDrawers-1.12.1-5.3.2.jar               | None                                     |
    | UCHIJAAAA | techreborn                    | 2.7.4.243                   | TechReborn-1.12.2-2.7.4.243-universal.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJAAAA | toolbelt                      | 1.7.1                       | ToolBelt-1.12.0-1.7.1.jar                     | None                                     |
    | UCHIJAAAA | torcharrowsmod                | 1.12.1-3                    | torcharrows-1.12.1-3.jar                      | None                                     |
    | UCHIJAAAA | traverse                      | 1.3.1                       | Traverse-1.12.1-1.3.1.jar                     | None                                     |
    | UCHIJAAAA | wawla                         | 2.5.244                     | Wawla-1.12.2-2.5.244.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | weather2                      | 1.12.1-2.5.2                | weather2-1.12.1-2.5.2.jar                     | None                                     |
    | UCHIJAAAA | winterwonderland              | 1.2.2                       | WinterWonderLand-1.2.2.jar                    | None                                     |
    | UCHIJAAAA | zombieawareness               | 1.12.1-1.11.9               | zombieawareness-1.12.1-1.11.9.jar             | None                                     |
    | UCHIJAAAA | luckperms                     | 3.4.2                       | LuckPerms-Sponge-3.4.2.jar                    | None                                     |
    | UCHIJAAAA | nucleus                       | 1.2.0-PR1.3-S7.0            | Nucleus-1.2.0-PR1.3-S7.0-MC1.12.1-plugin.jar  | None                                     |
    | UCHIJAAAA | adfinders                     | 1.12-2.0.2.0                | AdFinders-1.12-2.0.2.0-build.0014.jar         | None                                     |

    Loaded coremods (and transformers): 
LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
  com.endertech.minecraft.mods.adfinders.core.RenderTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)

ItemPatchingLoader (ItemPhysic Full 1.4.8 mc1.12.jar)
  com.creativemd.itemphysic.ItemTransformer
MMFMLCorePlugin (MultiMine-1.12.1.jar)
  atomicstryker.multimine.common.fmlmagic.MMTransformer
BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
  brad16840.common.asm.ClassTransformer
LoadingPlugin (HardcoreDarkness-MC1.12-1.9.jar)
  lumien.hardcoredarkness.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  org.blockartistry.DynSurround.asm.Transformer
TANLoadingPlugin (ToughAsNails-1.12-3.0.0.64-universal.jar)
  toughasnails.asm.transformer.CropDecayTransformer
  toughasnails.asm.transformer.EntityRendererTransformer
  toughasnails.asm.transformer.WorldTransformer
DummyPlugin (ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar)

LoadingPlugin (Quark-r1.3-110.jar)
  vazkii.quark.base.asm.ClassTransformer
SpongeCoremod (spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar)
  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
  shetiphian.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)

CreativePatchingLoader (CreativeCore v1.8.10 mc1.12.1.jar)

    AE2 Version: alpha rv5-alpha-4 for Forge 14.21.1.2412
    Pulsar/natura loaded Pulses: 
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)

    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - wailaIntegration (Enabled/Not Forced)

    RebornCore: 
        Plugin Engine: 1
        RebornCore Version: 3.4.3.114
        Runtime Debofucsation 1
    AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF
    Profiler Position: N/A (disabled)
    Player Count: 1 / 20; [EntityPlayerMP['EngineOfDarkness'/5507, l='eods', x=-125.30, y=72.68, z=22.79]]
    Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
    Type: Dedicated Server (map_server.txt)

Second

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
  ForgelinPlugin (Forgelin-1.5.1.jar)
  ItemPatchingLoader (ItemPhysic Full 1.4.8 mc1.12.jar)
  MMFMLCorePlugin (MultiMine-1.12.1.jar)
  BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
  LoadingPlugin (HardcoreDarkness-MC1.12-1.9.jar)
  DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  TANLoadingPlugin (ToughAsNails-1.12-3.0.0.64-universal.jar)
  DummyPlugin (ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar)
  LoadingPlugin (Quark-r1.3-110.jar)
  SpongeCoremod (spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar)
  ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  CreativePatchingLoader (CreativeCore v1.8.10 mc1.12.1.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 9/25/17 10:42 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at com.animania.common.entities.rodents.EntityHedgehogBase.func_70636_d(EntityHedgehogBase.java:546)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2166)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:162)
    at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkk000(WorldServer.java:2840)
    at net.minecraft.world.World.func_72866_a(World.java:1986)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
    at net.minecraft.world.World.func_72870_g(World.java:1948)
    at net.minecraft.world.World.func_72939_s(World.java:6048)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2209)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
    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 net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at com.animania.common.entities.rodents.EntityHedgehogBase.func_70636_d(EntityHedgehogBase.java:546)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2166)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:162)
    at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkk000(WorldServer.java:2840)
    at net.minecraft.world.World.func_72866_a(World.java:1986)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
    at net.minecraft.world.World.func_72870_g(World.java:1948)

-- Entity being ticked --
Details:
    Entity Type: animania:hedgehog (com.animania.common.entities.rodents.EntityHedgehog)
    Entity ID: 80
    Entity Name: Hedgehog
    Entity's Exact location: 115.50, 64.00, -23.66
    Entity's Block location: World: (115,64,-24), Chunk: (at 3,4,8 in 7,-2; contains blocks 112,0,-32 to 127,255,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:6048)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2209)

-- Affected level --
Details:
    Level name: eods
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: -177592562310076927
    Level generator: ID 11 - quark_realistic, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (84,64,140), Chunk: (at 4,4,12 in 5,8; contains blocks 80,0,128 to 95,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 22765 game time, 832 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 69199 (now: false), thunder time: 151325 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

-- Sponge CauseTracker --
Details:
    Cause Stack: [Empty stack]
Stacktrace:
    at net.minecraft.server.MinecraftServer.handler$onCrashReport$zid000(MinecraftServer.java:4015)
    at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
    at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:552)
    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_141, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 84689104 bytes (80 MB) / 3221225472 bytes (3072 MB) up to 3221225472 bytes (3072 MB)
    JVM Flags: 13 total; -Xms3G -Xmx3G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.42 Powered by Forge 14.23.0.2491 106 mods loaded, 106 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State     | ID                            | Version                     | Source                                        | Signature                                |
    |:--------- |:----------------------------- |:--------------------------- |:--------------------------------------------- |:---------------------------------------- |
    | UCHIJAAAA | minecraft                     | 1.12.2                      | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | mcp                           | 9.42                        | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | FML                           | 8.0.99.99                   | forge-1.12.2-14.23.0.2491-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | forge                         | 14.23.0.2491                | forge-1.12.2-14.23.0.2491-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | creativecoredummy             | 1.0.0                       | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | itemphysic                    | 1.4.0                       | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | ivtoolkit                     | 1.3.3-1.12                  | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | spongeapi                     | 7.0.0-SNAPSHOT-fb55a76      | spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar   | None                                     |
    | UCHIJAAAA | sponge                        | 1.12.2-2486-7.0.0-BETA-2655 | spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar   | None                                     |
    | UCHIJAAAA | backpacks16840                | 3.3.2                       | backpacks 1.12.2 - 3.3.2.jar                  | None                                     |
    | UCHIJAAAA | customoregen                  | @VERSION@                   | 1.12.1-CustomOreGen.jar                       | None                                     |
    | UCHIJAAAA | hardlib                       | 3                           | 1.12.1-HardLib-v3.jar                         | None                                     |
    | UCHIJAAAA | expindustry                   | 3.0.1a                      | 1.12.1-ExpandedIndustry-3.0.1a.jar            | None                                     |
    | UCHIJAAAA | harderfarming                 | 3.0.1a                      | 1.12.1-Harderfarming-3.0.1a.jar               | None                                     |
    | UCHIJAAAA | oreflowers                    | 3.0.1a                      | 1.12.1-OreFlowers-3.0.1a.jar                  | None                                     |
    | UCHIJAAAA | harderores                    | 3.0.1a                      | 1.12.1-HarderOres-3.0.1a.jar                  | None                                     |
    | UCHIJAAAA | forgeendertech                | 1.12.1-4.0.0.0              | ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar  | None                                     |
    | UCHIJAAAA | adchimneys                    | 1.12-3.0.1.0                | AdChimneys-1.12-3.0.1.0-build.0012.jar        | None                                     |
    | UCHIJAAAA | adhooks                       | 1.12-3.0.0.0                | AdHooks-1.12-3.0.0.0-build.0012.jar           | None                                     |
    | UCHIJAAAA | craftstudioapi                | 1.0.0                       | CraftStudio-1.0.0.93-mc1.12-alpha.jar         | None                                     |
    | UCHIJAAAA | quark                         | r1.3-110                    | Quark-r1.3-110.jar                            | None                                     |
    | UCHIJAAAA | animania                      | 1.3.3                       | animania-1.12.1-1.3.3.jar                     | None                                     |
    | UCHIJAAAA | appleskin                     | 1.0.8                       | AppleSkin-mc1.12-1.0.8.jar                    | None                                     |
    | UCHIJAAAA | appliedenergistics2           | rv5-alpha-4                 | appliedenergistics2-rv5-alpha-4.jar           | None                                     |
    | UCHIJAAAA | architect                     | 1.2.0.6                     | Architect-MC1.12-1.2.0.6.jar                  | None                                     |
    | UCHIJAAAA | autoreglib                    | 1.3-13                      | AutoRegLib-1.3-13.jar                         | None                                     |
    | UCHIJAAAA | baubles                       | 1.5.1                       | Baubles-1.12-1.5.1.jar                        | None                                     |
    | UCHIJAAAA | bedrockores                   | 1.2.3.34                    | Bedrock Ores-MC1.12-1.2.3.34.jar              | None                                     |
    | UCHIJAAAA | bibliocraft                   | 2.4.3                       | BiblioCraft[v2.4.3][MC1.12.0].jar             | None                                     |
    | UCHIJAAAA | ic2                           | 2.8.16-ex112                | industrialcraft-2-2.8.16-ex112.jar            | de041f9f6187debbc77034a344134053277aa3b0 |
    | UCHIJAAAA | mantle                        | 1.12-1.3.1.21               | Mantle-1.12-1.3.1.21.jar                      | None                                     |
    | UCHIJAAAA | natura                        | 1.12-4.3.0.17               | Natura-1.12-4.3.0.17.jar                      | None                                     |
    | UCHIJAAAA | toughasnails                  | 3.0.0.64                    | ToughAsNails-1.12-3.0.0.64-universal.jar      | None                                     |
    | UCHIJAAAA | forestry                      | 5.5.6.197                   | forestry_1.12.2-5.5.6.197.jar                 | None                                     |
    | UCHIJAAAA | binniecore                    | unspecified                 | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | binniedesign                  | 1.0                         | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | genetics                      | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | botany                        | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | extrabees                     | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | extratrees                    | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | biomesoplenty                 | 7.0.1.2297                  | BiomesOPlenty-1.12.2-7.0.1.2297-universal.jar | None                                     |
    | UCHIJAAAA | bookshelf                     | 2.1.449                     | Bookshelf-1.12.2-2.1.449.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | bullseye                      | 3.0.3                       | Bullseye-1.12-3.0.3.jar                       | None                                     |
    | UCHIJAAAA | carryon                       | 1.5.1                       | CarryOn MC1.12 v1.5.1.jar                     | None                                     |
    | UCHIJAAAA | chameleon                     | 1.12-4.1.3                  | Chameleon-1.12-4.1.3.jar                      | None                                     |
    | UCHIJAAAA | cyclopscore                   | 0.10.19                     | CyclopsCore-1.12-0.10.19.jar                  | None                                     |
    | UCHIJAAAA | commoncapabilities            | 1.4.0                       | CommonCapabilities-1.12-1.4.0.jar             | None                                     |
    | UCHIJAAAA | cookingforblockheads          | 6.3.6                       | CookingForBlockheads_1.12.1-6.3.6.jar         | None                                     |
    | UCHIJAAAA | extendedrenderer              | v1.0                        | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | coroutil                      | 1.12.1-1.1.20               | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | configmod                     | v1.0                        | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | creativecore                  | 1.7.4                       | CreativeCore v1.8.10 mc1.12.1.jar             | None                                     |
    | UCHIJAAAA | diethopper                    | 1.1                         | diethopper-1.1.jar                            | None                                     |
    | UCHIJAAAA | dooglamoojuniorarchaeologymod | 2.2.0                       | dooglamoojuniorarchaeologymod-1.12-2.2.0.jar  | None                                     |
    | UCHIJAAAA | dungeontactics                | DT-0.13.8b                  | DungeonTactics-1.12.1-0.13.8b.jar             | None                                     |
    | UCHIJAAAA | dsurround                     | 3.4.7.2                     | DynamicSurroundings-1.12.2-3.4.7.2.jar        | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | UCHIJAAAA | dynamictrees                  | 0.6.4                       | DynamicTrees-1.12.1-0.6.4.jar                 | None                                     |
    | UCHIJAAAA | fastleafdecay                 | v14                         | FastLeafDecay-v14.jar                         | None                                     |
    | UCHIJAAAA | foamfix                       | 0.8.0-1.12                  | foamfix-0.8.0-1.12-law.jar                    | None                                     |
    | UCHIJAAAA | forgelin                      | 1.5.1                       | Forgelin-1.5.1.jar                            | None                                     |
    | UCHIJAAAA | cfm                           | 4.1.5                       | furniture-4.1.5-1.12.jar                      | None                                     |
    | UCHIJAAAA | hardcoredarkness              | 1.9                         | HardcoreDarkness-MC1.12-1.9.jar               | None                                     |
    | UCHIJAAAA | waila                         | 1.8.20                      | Hwyla-1.8.20-B35_1.12.jar                     | None                                     |
    | UCHIJAAAA | tconstruct                    | 1.12-2.7.3.30               | TConstruct-1.12-2.7.3.30.jar                  | None                                     |
    | UCHIJAAAA | immersiveengineering          | 0.12-72                     | ImmersiveEngineering-0.12-72.jar              | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | UCHIJAAAA | immersiverailroading          | 0.3.2                       | ImmersiveRailroading-0.3.2.jar                | None                                     |
    | UCHIJAAAA | industrialwires               | 1.6-20                      | IndustrialWires-1.6-20.jar                    | 7e11c175d1e24007afec7498a1616bef0000027d |
    | UCHIJAAAA | infernalmobs                  | 1.7.3                       | InfernalMobs-1.12.1.jar                       | None                                     |
    | UCHIJAAAA | integrateddynamics            | 0.9.2                       | IntegratedDynamics-1.12-0.9.2.jar             | None                                     |
    | UCHIJAAAA | integrateddynamicscompat      | 1.0.0                       | IntegratedDynamics-1.12-0.9.2.jar             | None                                     |
    | UCHIJAAAA | integratedtunnels             | 1.3.2                       | IntegratedTunnels-1.12-1.3.2.jar              | None                                     |
    | UCHIJAAAA | journeymap                    | 1.12.2-5.5.0rc1             | journeymap-1.12.2-5.5.0rc1.jar                | None                                     |
    | UCHIJAAAA | modelloader                   | 1.0.5                       | modelloader-1.0.5.jar                         | None                                     |
    | UCHIJAAAA | magneticraft                  | 2.0.2                       | Magneticraft_1.12-2.0.2.jar                   | None                                     |
    | UCHIJAAAA | radixcore                     | 1.12.x-2.2.1                | RadixCore-1.12.x-2.2.1-universal.jar          | None                                     |
    | UCHIJAAAA | mca                           | 1.12.2-5.3.1                | MCA-1.12.x-5.3.1-universal.jar                | None                                     |
    | UCHIJAAAA | mekanism                      | 9.4.1                       | Mekanism-1.12.1-9.4.1.326.jar                 | None                                     |
    | UCHIJAAAA | mekanismgenerators            | 9.4.1                       | MekanismGenerators-1.12.1-9.4.1.326.jar       | None                                     |
    | UCHIJAAAA | mekanismtools                 | 9.4.1                       | MekanismTools-1.12.1-9.4.1.326.jar            | None                                     |
    | UCHIJAAAA | moartinkers                   | 0.5.4                       | moartinkers-0.5.4.jar                         | None                                     |
    | UCHIJAAAA | mobends                       | 0.24                        | mobends-0.24_for_MC-1.12.jar                  | None                                     |
    | UCHIJAAAA | morpheus                      | 1.12-3.3.2                  | Morpheus-1.12-3.3.2.jar                       | None                                     |
    | UCHIJAAAA | multimine                     | 1.5.7                       | MultiMine-1.12.1.jar                          | None                                     |
    | UCHIJAAAA | nodami                        | 0.2                         | nodami-1.12.0-0.2.jar                         | None                                     |
    | UCHIJAAAA | nutrition                     | 2.4.1                       | Nutrition-1.12.2-2.4.1.jar                    | None                                     |
    | UCHIJAAAA | harvestcraft                  | 1.12.1c                     | Pam's HarvestCraft 1.12.1c.jar                | None                                     |
    | UCHIJAAAA | petbat                        | 1.4.7                       | PetBat-1.12.jar                               | None                                     |
    | UCHIJAAAA | plants2                       | 2.0.1                       | Plants-2.0.1.jar                              | None                                     |
    | UCHIJAAAA | shetiphiancore                | 3.5.2                       | shetiphiancore-1.12.0-3.5.2.jar               | None                                     |
    | UCHIJAAAA | platforms                     | 1.4.0.1                     | platforms-1.12.0-1.4.0.1.jar                  | None                                     |
    | UCHIJAAAA | reborncore                    | 3.4.3.114                   | RebornCore-1.12.2-3.4.3.114-universal.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJAAAA | simulatednights               | 1.12-2.1.0                  | simulatednights-1.12-2.1.0.jar                | None                                     |
    | UCHIJAAAA | stevescarts                   | ${version}                  | StevesCarts-1.12.1-2.4.8.44.jar               | None                                     |
    | UCHIJAAAA | stg                           | 1.12-1.2.1                  | stg-1.12-1.2.1.jar                            | None                                     |
    | UCHIJAAAA | storagedrawers                | 1.12-5.2.5                  | StorageDrawers-1.12.1-5.3.2.jar               | None                                     |
    | UCHIJAAAA | techreborn                    | 2.7.4.243                   | TechReborn-1.12.2-2.7.4.243-universal.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJAAAA | toolbelt                      | 1.7.1                       | ToolBelt-1.12.0-1.7.1.jar                     | None                                     |
    | UCHIJAAAA | torcharrowsmod                | 1.12.1-3                    | torcharrows-1.12.1-3.jar                      | None                                     |
    | UCHIJAAAA | traverse                      | 1.3.1                       | Traverse-1.12.1-1.3.1.jar                     | None                                     |
    | UCHIJAAAA | wawla                         | 2.5.244                     | Wawla-1.12.2-2.5.244.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | weather2                      | 1.12.1-2.5.2                | weather2-1.12.1-2.5.2.jar                     | None                                     |
    | UCHIJAAAA | winterwonderland              | 1.2.2                       | WinterWonderLand-1.2.2.jar                    | None                                     |
    | UCHIJAAAA | zombieawareness               | 1.12.1-1.11.9               | zombieawareness-1.12.1-1.11.9.jar             | None                                     |
    | UCHIJAAAA | luckperms                     | 3.4.2                       | LuckPerms-Sponge-3.4.2.jar                    | None                                     |
    | UCHIJAAAA | nucleus                       | 1.2.0-PR1.3-S7.0            | Nucleus-1.2.0-PR1.3-S7.0-MC1.12.1-plugin.jar  | None                                     |
    | UCHIJAAAA | adfinders                     | 1.12-2.0.2.0                | AdFinders-1.12-2.0.2.0-build.0014.jar         | None                                     |

    Loaded coremods (and transformers): 
LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
  com.endertech.minecraft.mods.adfinders.core.RenderTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)

ItemPatchingLoader (ItemPhysic Full 1.4.8 mc1.12.jar)
  com.creativemd.itemphysic.ItemTransformer
MMFMLCorePlugin (MultiMine-1.12.1.jar)
  atomicstryker.multimine.common.fmlmagic.MMTransformer
BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
  brad16840.common.asm.ClassTransformer
LoadingPlugin (HardcoreDarkness-MC1.12-1.9.jar)
  lumien.hardcoredarkness.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  org.blockartistry.DynSurround.asm.Transformer
TANLoadingPlugin (ToughAsNails-1.12-3.0.0.64-universal.jar)
  toughasnails.asm.transformer.CropDecayTransformer
  toughasnails.asm.transformer.EntityRendererTransformer
  toughasnails.asm.transformer.WorldTransformer
DummyPlugin (ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar)

LoadingPlugin (Quark-r1.3-110.jar)
  vazkii.quark.base.asm.ClassTransformer
SpongeCoremod (spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar)
  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
  shetiphian.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)

CreativePatchingLoader (CreativeCore v1.8.10 mc1.12.1.jar)

    AE2 Version: alpha rv5-alpha-4 for Forge 14.21.1.2412
    Pulsar/natura loaded Pulses: 
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)

    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - wailaIntegration (Enabled/Not Forced)

    RebornCore: 
        Plugin Engine: 1
        RebornCore Version: 3.4.3.114
        Runtime Debofucsation 1
    AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF
    Profiler Position: N/A (disabled)
    Player Count: 0 / 20; []
    Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
    Type: Dedicated Server (map_server.txt)

Third

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
  ForgelinPlugin (Forgelin-1.5.1.jar)
  ItemPatchingLoader (ItemPhysic Full 1.4.8 mc1.12.jar)
  MMFMLCorePlugin (MultiMine-1.12.1.jar)
  BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
  LoadingPlugin (HardcoreDarkness-MC1.12-1.9.jar)
  DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  TANLoadingPlugin (ToughAsNails-1.12-3.0.0.64-universal.jar)
  DummyPlugin (ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar)
  LoadingPlugin (Quark-r1.3-110.jar)
  SpongeCoremod (spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar)
  ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  CreativePatchingLoader (CreativeCore v1.8.10 mc1.12.1.jar)
Contact their authors BEFORE contacting forge

// Surprise! Haha. Well, this is awkward.

Time: 9/25/17 10:47 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at com.animania.common.entities.rodents.EntityHedgehogBase.func_70636_d(EntityHedgehogBase.java:546)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2166)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:162)
    at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkk000(WorldServer.java:2840)
    at net.minecraft.world.World.func_72866_a(World.java:1986)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
    at net.minecraft.world.World.func_72870_g(World.java:1948)
    at net.minecraft.world.World.func_72939_s(World.java:6048)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2209)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
    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 net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:123)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at com.animania.common.entities.rodents.EntityHedgehogBase.func_70636_d(EntityHedgehogBase.java:546)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2166)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:162)
    at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkk000(WorldServer.java:2840)
    at net.minecraft.world.World.func_72866_a(World.java:1986)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
    at net.minecraft.world.World.func_72870_g(World.java:1948)

-- Entity being ticked --
Details:
    Entity Type: animania:hedgehog (com.animania.common.entities.rodents.EntityHedgehog)
    Entity ID: 80
    Entity Name: Hedgehog
    Entity's Exact location: 119.15, 65.00, -31.27
    Entity's Block location: World: (119,65,-32), Chunk: (at 7,4,0 in 7,-2; contains blocks 112,0,-32 to 127,255,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:6048)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2209)

-- Affected level --
Details:
    Level name: eods
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: -177592562310076927
    Level generator: ID 11 - quark_realistic, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (84,64,140), Chunk: (at 4,4,12 in 5,8; contains blocks 80,0,128 to 95,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 22955 game time, 1022 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 69009 (now: false), thunder time: 151135 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

-- Sponge CauseTracker --
Details:
    Cause Stack: [Empty stack]
Stacktrace:
    at net.minecraft.server.MinecraftServer.handler$onCrashReport$zid000(MinecraftServer.java:4015)
    at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
    at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:552)
    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_141, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 202142080 bytes (192 MB) / 3221225472 bytes (3072 MB) up to 3221225472 bytes (3072 MB)
    JVM Flags: 13 total; -Xms3G -Xmx3G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.42 Powered by Forge 14.23.0.2491 106 mods loaded, 106 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State     | ID                            | Version                     | Source                                        | Signature                                |
    |:--------- |:----------------------------- |:--------------------------- |:--------------------------------------------- |:---------------------------------------- |
    | UCHIJAAAA | minecraft                     | 1.12.2                      | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | mcp                           | 9.42                        | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | FML                           | 8.0.99.99                   | forge-1.12.2-14.23.0.2491-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | forge                         | 14.23.0.2491                | forge-1.12.2-14.23.0.2491-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | creativecoredummy             | 1.0.0                       | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | itemphysic                    | 1.4.0                       | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | ivtoolkit                     | 1.3.3-1.12                  | minecraft.jar                                 | None                                     |
    | UCHIJAAAA | spongeapi                     | 7.0.0-SNAPSHOT-fb55a76      | spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar   | None                                     |
    | UCHIJAAAA | sponge                        | 1.12.2-2486-7.0.0-BETA-2655 | spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar   | None                                     |
    | UCHIJAAAA | backpacks16840                | 3.3.2                       | backpacks 1.12.2 - 3.3.2.jar                  | None                                     |
    | UCHIJAAAA | customoregen                  | @VERSION@                   | 1.12.1-CustomOreGen.jar                       | None                                     |
    | UCHIJAAAA | hardlib                       | 3                           | 1.12.1-HardLib-v3.jar                         | None                                     |
    | UCHIJAAAA | expindustry                   | 3.0.1a                      | 1.12.1-ExpandedIndustry-3.0.1a.jar            | None                                     |
    | UCHIJAAAA | harderfarming                 | 3.0.1a                      | 1.12.1-Harderfarming-3.0.1a.jar               | None                                     |
    | UCHIJAAAA | oreflowers                    | 3.0.1a                      | 1.12.1-OreFlowers-3.0.1a.jar                  | None                                     |
    | UCHIJAAAA | harderores                    | 3.0.1a                      | 1.12.1-HarderOres-3.0.1a.jar                  | None                                     |
    | UCHIJAAAA | forgeendertech                | 1.12.1-4.0.0.0              | ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar  | None                                     |
    | UCHIJAAAA | adchimneys                    | 1.12-3.0.1.0                | AdChimneys-1.12-3.0.1.0-build.0012.jar        | None                                     |
    | UCHIJAAAA | adhooks                       | 1.12-3.0.0.0                | AdHooks-1.12-3.0.0.0-build.0012.jar           | None                                     |
    | UCHIJAAAA | craftstudioapi                | 1.0.0                       | CraftStudio-1.0.0.93-mc1.12-alpha.jar         | None                                     |
    | UCHIJAAAA | quark                         | r1.3-110                    | Quark-r1.3-110.jar                            | None                                     |
    | UCHIJAAAA | animania                      | 1.3.3                       | animania-1.12.1-1.3.3.jar                     | None                                     |
    | UCHIJAAAA | appleskin                     | 1.0.8                       | AppleSkin-mc1.12-1.0.8.jar                    | None                                     |
    | UCHIJAAAA | appliedenergistics2           | rv5-alpha-4                 | appliedenergistics2-rv5-alpha-4.jar           | None                                     |
    | UCHIJAAAA | architect                     | 1.2.0.6                     | Architect-MC1.12-1.2.0.6.jar                  | None                                     |
    | UCHIJAAAA | autoreglib                    | 1.3-13                      | AutoRegLib-1.3-13.jar                         | None                                     |
    | UCHIJAAAA | baubles                       | 1.5.1                       | Baubles-1.12-1.5.1.jar                        | None                                     |
    | UCHIJAAAA | bedrockores                   | 1.2.3.34                    | Bedrock Ores-MC1.12-1.2.3.34.jar              | None                                     |
    | UCHIJAAAA | bibliocraft                   | 2.4.3                       | BiblioCraft[v2.4.3][MC1.12.0].jar             | None                                     |
    | UCHIJAAAA | ic2                           | 2.8.16-ex112                | industrialcraft-2-2.8.16-ex112.jar            | de041f9f6187debbc77034a344134053277aa3b0 |
    | UCHIJAAAA | mantle                        | 1.12-1.3.1.21               | Mantle-1.12-1.3.1.21.jar                      | None                                     |
    | UCHIJAAAA | natura                        | 1.12-4.3.0.17               | Natura-1.12-4.3.0.17.jar                      | None                                     |
    | UCHIJAAAA | toughasnails                  | 3.0.0.64                    | ToughAsNails-1.12-3.0.0.64-universal.jar      | None                                     |
    | UCHIJAAAA | forestry                      | 5.5.6.197                   | forestry_1.12.2-5.5.6.197.jar                 | None                                     |
    | UCHIJAAAA | binniecore                    | unspecified                 | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | binniedesign                  | 1.0                         | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | genetics                      | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | botany                        | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | extrabees                     | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | extratrees                    | 2.3.1                       | binnie-mods-1.12.2-2.3.1.jar                  | None                                     |
    | UCHIJAAAA | biomesoplenty                 | 7.0.1.2297                  | BiomesOPlenty-1.12.2-7.0.1.2297-universal.jar | None                                     |
    | UCHIJAAAA | bookshelf                     | 2.1.449                     | Bookshelf-1.12.2-2.1.449.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | bullseye                      | 3.0.3                       | Bullseye-1.12-3.0.3.jar                       | None                                     |
    | UCHIJAAAA | carryon                       | 1.5.1                       | CarryOn MC1.12 v1.5.1.jar                     | None                                     |
    | UCHIJAAAA | chameleon                     | 1.12-4.1.3                  | Chameleon-1.12-4.1.3.jar                      | None                                     |
    | UCHIJAAAA | cyclopscore                   | 0.10.19                     | CyclopsCore-1.12-0.10.19.jar                  | None                                     |
    | UCHIJAAAA | commoncapabilities            | 1.4.0                       | CommonCapabilities-1.12-1.4.0.jar             | None                                     |
    | UCHIJAAAA | cookingforblockheads          | 6.3.6                       | CookingForBlockheads_1.12.1-6.3.6.jar         | None                                     |
    | UCHIJAAAA | extendedrenderer              | v1.0                        | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | coroutil                      | 1.12.1-1.1.20               | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | configmod                     | v1.0                        | coroutil-1.12.1-1.1.21.jar                    | None                                     |
    | UCHIJAAAA | creativecore                  | 1.7.4                       | CreativeCore v1.8.10 mc1.12.1.jar             | None                                     |
    | UCHIJAAAA | diethopper                    | 1.1                         | diethopper-1.1.jar                            | None                                     |
    | UCHIJAAAA | dooglamoojuniorarchaeologymod | 2.2.0                       | dooglamoojuniorarchaeologymod-1.12-2.2.0.jar  | None                                     |
    | UCHIJAAAA | dungeontactics                | DT-0.13.8b                  | DungeonTactics-1.12.1-0.13.8b.jar             | None                                     |
    | UCHIJAAAA | dsurround                     | 3.4.7.2                     | DynamicSurroundings-1.12.2-3.4.7.2.jar        | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | UCHIJAAAA | dynamictrees                  | 0.6.4                       | DynamicTrees-1.12.1-0.6.4.jar                 | None                                     |
    | UCHIJAAAA | fastleafdecay                 | v14                         | FastLeafDecay-v14.jar                         | None                                     |
    | UCHIJAAAA | foamfix                       | 0.8.0-1.12                  | foamfix-0.8.0-1.12-law.jar                    | None                                     |
    | UCHIJAAAA | forgelin                      | 1.5.1                       | Forgelin-1.5.1.jar                            | None                                     |
    | UCHIJAAAA | cfm                           | 4.1.5                       | furniture-4.1.5-1.12.jar                      | None                                     |
    | UCHIJAAAA | hardcoredarkness              | 1.9                         | HardcoreDarkness-MC1.12-1.9.jar               | None                                     |
    | UCHIJAAAA | waila                         | 1.8.20                      | Hwyla-1.8.20-B35_1.12.jar                     | None                                     |
    | UCHIJAAAA | tconstruct                    | 1.12-2.7.3.30               | TConstruct-1.12-2.7.3.30.jar                  | None                                     |
    | UCHIJAAAA | immersiveengineering          | 0.12-72                     | ImmersiveEngineering-0.12-72.jar              | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | UCHIJAAAA | immersiverailroading          | 0.3.2                       | ImmersiveRailroading-0.3.2.jar                | None                                     |
    | UCHIJAAAA | industrialwires               | 1.6-20                      | IndustrialWires-1.6-20.jar                    | 7e11c175d1e24007afec7498a1616bef0000027d |
    | UCHIJAAAA | infernalmobs                  | 1.7.3                       | InfernalMobs-1.12.1.jar                       | None                                     |
    | UCHIJAAAA | integrateddynamics            | 0.9.2                       | IntegratedDynamics-1.12-0.9.2.jar             | None                                     |
    | UCHIJAAAA | integrateddynamicscompat      | 1.0.0                       | IntegratedDynamics-1.12-0.9.2.jar             | None                                     |
    | UCHIJAAAA | integratedtunnels             | 1.3.2                       | IntegratedTunnels-1.12-1.3.2.jar              | None                                     |
    | UCHIJAAAA | journeymap                    | 1.12.2-5.5.0rc1             | journeymap-1.12.2-5.5.0rc1.jar                | None                                     |
    | UCHIJAAAA | modelloader                   | 1.0.5                       | modelloader-1.0.5.jar                         | None                                     |
    | UCHIJAAAA | magneticraft                  | 2.0.2                       | Magneticraft_1.12-2.0.2.jar                   | None                                     |
    | UCHIJAAAA | radixcore                     | 1.12.x-2.2.1                | RadixCore-1.12.x-2.2.1-universal.jar          | None                                     |
    | UCHIJAAAA | mca                           | 1.12.2-5.3.1                | MCA-1.12.x-5.3.1-universal.jar                | None                                     |
    | UCHIJAAAA | mekanism                      | 9.4.1                       | Mekanism-1.12.1-9.4.1.326.jar                 | None                                     |
    | UCHIJAAAA | mekanismgenerators            | 9.4.1                       | MekanismGenerators-1.12.1-9.4.1.326.jar       | None                                     |
    | UCHIJAAAA | mekanismtools                 | 9.4.1                       | MekanismTools-1.12.1-9.4.1.326.jar            | None                                     |
    | UCHIJAAAA | moartinkers                   | 0.5.4                       | moartinkers-0.5.4.jar                         | None                                     |
    | UCHIJAAAA | mobends                       | 0.24                        | mobends-0.24_for_MC-1.12.jar                  | None                                     |
    | UCHIJAAAA | morpheus                      | 1.12-3.3.2                  | Morpheus-1.12-3.3.2.jar                       | None                                     |
    | UCHIJAAAA | multimine                     | 1.5.7                       | MultiMine-1.12.1.jar                          | None                                     |
    | UCHIJAAAA | nodami                        | 0.2                         | nodami-1.12.0-0.2.jar                         | None                                     |
    | UCHIJAAAA | nutrition                     | 2.4.1                       | Nutrition-1.12.2-2.4.1.jar                    | None                                     |
    | UCHIJAAAA | harvestcraft                  | 1.12.1c                     | Pam's HarvestCraft 1.12.1c.jar                | None                                     |
    | UCHIJAAAA | petbat                        | 1.4.7                       | PetBat-1.12.jar                               | None                                     |
    | UCHIJAAAA | plants2                       | 2.0.1                       | Plants-2.0.1.jar                              | None                                     |
    | UCHIJAAAA | shetiphiancore                | 3.5.2                       | shetiphiancore-1.12.0-3.5.2.jar               | None                                     |
    | UCHIJAAAA | platforms                     | 1.4.0.1                     | platforms-1.12.0-1.4.0.1.jar                  | None                                     |
    | UCHIJAAAA | reborncore                    | 3.4.3.114                   | RebornCore-1.12.2-3.4.3.114-universal.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJAAAA | simulatednights               | 1.12-2.1.0                  | simulatednights-1.12-2.1.0.jar                | None                                     |
    | UCHIJAAAA | stevescarts                   | ${version}                  | StevesCarts-1.12.1-2.4.8.44.jar               | None                                     |
    | UCHIJAAAA | stg                           | 1.12-1.2.1                  | stg-1.12-1.2.1.jar                            | None                                     |
    | UCHIJAAAA | storagedrawers                | 1.12-5.2.5                  | StorageDrawers-1.12.1-5.3.2.jar               | None                                     |
    | UCHIJAAAA | techreborn                    | 2.7.4.243                   | TechReborn-1.12.2-2.7.4.243-universal.jar     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCHIJAAAA | toolbelt                      | 1.7.1                       | ToolBelt-1.12.0-1.7.1.jar                     | None                                     |
    | UCHIJAAAA | torcharrowsmod                | 1.12.1-3                    | torcharrows-1.12.1-3.jar                      | None                                     |
    | UCHIJAAAA | traverse                      | 1.3.1                       | Traverse-1.12.1-1.3.1.jar                     | None                                     |
    | UCHIJAAAA | wawla                         | 2.5.244                     | Wawla-1.12.2-2.5.244.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | weather2                      | 1.12.1-2.5.2                | weather2-1.12.1-2.5.2.jar                     | None                                     |
    | UCHIJAAAA | winterwonderland              | 1.2.2                       | WinterWonderLand-1.2.2.jar                    | None                                     |
    | UCHIJAAAA | zombieawareness               | 1.12.1-1.11.9               | zombieawareness-1.12.1-1.11.9.jar             | None                                     |
    | UCHIJAAAA | luckperms                     | 3.4.2                       | LuckPerms-Sponge-3.4.2.jar                    | None                                     |
    | UCHIJAAAA | nucleus                       | 1.2.0-PR1.3-S7.0            | Nucleus-1.2.0-PR1.3-S7.0-MC1.12.1-plugin.jar  | None                                     |
    | UCHIJAAAA | adfinders                     | 1.12-2.0.2.0                | AdFinders-1.12-2.0.2.0-build.0014.jar         | None                                     |

    Loaded coremods (and transformers): 
LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
  com.endertech.minecraft.mods.adfinders.core.RenderTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)

ItemPatchingLoader (ItemPhysic Full 1.4.8 mc1.12.jar)
  com.creativemd.itemphysic.ItemTransformer
MMFMLCorePlugin (MultiMine-1.12.1.jar)
  atomicstryker.multimine.common.fmlmagic.MMTransformer
BCModPlugin (backpacks 1.12.2 - 3.3.2.jar)
  brad16840.common.asm.ClassTransformer
LoadingPlugin (HardcoreDarkness-MC1.12-1.9.jar)
  lumien.hardcoredarkness.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  org.blockartistry.DynSurround.asm.Transformer
TANLoadingPlugin (ToughAsNails-1.12-3.0.0.64-universal.jar)
  toughasnails.asm.transformer.CropDecayTransformer
  toughasnails.asm.transformer.EntityRendererTransformer
  toughasnails.asm.transformer.WorldTransformer
DummyPlugin (ForgeEndertech-1.12.1-4.0.0.0-build.0001.jar)

LoadingPlugin (Quark-r1.3-110.jar)
  vazkii.quark.base.asm.ClassTransformer
SpongeCoremod (spongeforge-1.12.2-2486-7.0.0-BETA-2655.jar)
  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
  shetiphian.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)

CreativePatchingLoader (CreativeCore v1.8.10 mc1.12.1.jar)

    AE2 Version: alpha rv5-alpha-4 for Forge 14.21.1.2412
    Pulsar/natura loaded Pulses: 
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)

    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - wailaIntegration (Enabled/Not Forced)

    RebornCore: 
        Plugin Engine: 1
        RebornCore Version: 3.4.3.114
        Runtime Debofucsation 1
    AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF
    Profiler Position: N/A (disabled)
    Player Count: 0 / 20; []
    Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
    Type: Dedicated Server (map_server.txt)
Draco18s commented 6 years ago

It is a rooster that is the problem. Let me know what mod that is (looks like amania). If so, remove it, check again, keep isolating the mobs that are a problem (you can look at the stack trace to see what class is at fault) and I'll go through the list of mods and mobs to see what I can do.

EngineOfDarkness commented 6 years ago

Yes Animania.

As I said I will probably only get to it around the weekend - I actually have to go now (got to sleep before work).

Don't invest too much time yet unless you think you are onto something.

That said - in my older three logs the hedgehog was an issue - but I'll check once I get the time.

cosmicdan commented 6 years ago

Same thing happens with Mo' Creatures. Closed source so it can't be researched.

Is the cause even understood? I mean, how does having aging cause an NPE with attack targeting? Injecting a nullcheck in the AI somewhere via ASM could prevent the crash, but would that actually solve the underlying issue?

Draco18s commented 6 years ago

@cosmicdan Oh I know what it is my code does that causes the conflict. Animals that breed use the attack target variable to bump into each other (no really). Animals that are also mobs (attack the player) that get put into breed mode (and normally don't) have a conflict with the breeding behavior and the attack behavior.

Harder Farming adds an AI task to animals that puts them into breeding mode periodically (to offset their eventual age and death). Setting the global aging rate to 0 bypasses that logic.

cosmicdan commented 6 years ago

Ok, that’s.. curious 😊 Why do you need to re-use attackTarget? Can’t you inject your own AI and targeting tasks?

Regards, Daniel Connolly

From: Draco18s Sent: Thursday, 28 September 2017 3:31 To: Draco18s/ReasonableRealism Cc: Daniel Connolly; Mention Subject: Re: [Draco18s/ReasonableRealism] Crash with Baby Mobs (#11)

@cosmicdan Oh I know what it is my code does that causes the conflict. Animals that breed use the attack target variable to bump into each other (no really). Animals that are also mobs (attack the player) that get put into breed mode (and normally don't) have a conflict with the breeding behavior and the attack behavior. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Draco18s commented 6 years ago

@cosmicdan I'll recheck things, but when I originally wrote the AI task in 1.7.10, I'm pretty certain that vanilla used the attackTarget field as the entity to try and mate with.

The bit that really confuses me though, is that EntityAIAttackMelee should not execute if the attackTarget is null, but it's throwing a NPE when attackTarget is null.

cosmicdan commented 6 years ago

What I was wondering is why you’re actually using the attackTarget field in the first place. What does combat targeting have to do with breeding? Is it just a convenience field for you to pass around? If so, can’t breeding just be it’s own AI task that works independently of attackTargets?

I looked at your code and I can’t figure out what the actual reason for using attackTarget is. Mind you, the greatest extend of my AI modding was making animals run away from things that attack them and making any mob that targets players also target villagers – these were just minor variations of existing vanilla tasks.

Draco18s commented 6 years ago

@cosmicdan

when I originally wrote the AI task in 1.7.10, I'm pretty certain that vanilla used the attackTarget field as the entity to try and mate with.

cosmicdan commented 6 years ago

Oh NOW I get you lol sorry. Yeah EntityAIMate has it’s own #targetMate field. Did 1.7.10 have EntityAIMate at all or was it very basic? Because to get animals to randomly go into mating mode....

Eh I’m sure you already have an idea of how to solve this and just need time to actually do it 😊

Draco18s commented 6 years ago

@cosmicdan I'm not sure and my 1.7.10 workspace is broken. And yeah, I just need time.

Draco18s commented 6 years ago

Alright, got that updated. Give this a bash. https://www.dropbox.com/s/d9hxt8zff5h4dv3/1.12.1-Harderfarming-4.0.0b.jar?dl=0

An-Sar commented 6 years ago

A very quick test with Primal mobs and this seems to be working!

Draco18s commented 6 years ago

Thanks for checking that, An-Sar. I'll leave this open for another day or so and if there's no further problems I'll publish it.

Dulciphi commented 6 years ago

Literally as soon as I hit enter on the comment saying it was all good with MoC, and returned to my game, this:

-- Head -- Thread: Server thread Stacktrace: at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19) at net.minecraft.entity.ai.EntityAIMate.func_75246_d(EntityAIMate.java:63) at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129) at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:894) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:689) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178) at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2166) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:388) at net.minecraft.world.World.func_72866_a(World.java:1984) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:833) at net.minecraft.world.World.func_72870_g(World.java:1946)

-- Entity being ticked -- Details: Entity Type: minecraft:cow (net.minecraft.entity.passive.EntityCow) Entity ID: 8686 Entity Name: Cow

Vanilla cow. Must've just gone into mate mode.

Dulciphi commented 6 years ago

Just reproduced this with the lawful version of Foamfix. I was feeding a heap of pigs to make them go into love mode when it crashed. Is making them go into love mode by feeding them their breeding item a different AI task to the one you're using?

I'm about to try it with just vanilla Forge and Harder Farming. How else should I be testing this?

-- Head -- Thread: Client thread Stacktrace: at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:19) at net.minecraft.entity.ai.EntityAIMate.func_75246_d(EntityAIMate.java:63) at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129) at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:894) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2346) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:689) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178) at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2166) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:388) at net.minecraft.world.World.func_72866_a(World.java:1984) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:833) at net.minecraft.world.World.func_72870_g(World.java:1946)

-- Entity being ticked -- Details: Entity Type: minecraft:pig (net.minecraft.entity.passive.EntityPig) Entity ID: 1899 Entity Name: Pig

Draco18s commented 6 years ago

@dulciphi that's interesting. I'll take a look when I can :\

Draco18s commented 6 years ago

I'm going to consider this fixed now: https://minecraft.curseforge.com/projects/harder-farming/files/2493283 If it does manage to come back, reopen this issue. But it should be dead and gone now.

Dulciphi commented 6 years ago

Just about to test it. [edit: Yay it works!] Thanks