CRASH: Mercy NPC's flight causing ticking tile entity
HyperMan19680 opened this issue · 4 comments
Crash Report
---- Minecraft Crash Report ----WARNING: coremods are present:
CreativePatchingLoader (CreativeCore v1.9.12 mc1.12.2.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b135.jar)
LoadingPlugin (Quark-r1.4-121.jar)
CorePlugin (ForgeEndertech-1.12.1-4.3.1.0-build.0071.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
ForgelinPlugin (Forgelin-1.6.0 (2).jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.4.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.5.7.jar)
BNBGamingCore (BNBGamingCore-1.12-0.5.0.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.3.2.jar)
LucraftForgeLoading (LucraftCore-1.12-1.2.3.jar)
LoadingPlugin (AdFinders-1.12.1-2.1.1.0-build.0071.jar)
BCModPlugin (backpacks 1.12.2 - 3.4.3.jar)
Contact their authors BEFORE contacting forge
// Ooh. Shiny.
Time: 1/17/18 2:44 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(WalkNodeProcessor.java:192)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(WalkNodeProcessor.java:219)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186320_a(WalkNodeProcessor.java:115)
at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82)
at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30)
at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:114)
at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:51)
at net.minecraft.pathfinding.PathNavigateGround.func_75494_a(SourceFile:73)
at net.minecraft.pathfinding.PathNavigate.func_75497_a(SourceFile:147)
at twopiradians.minewatch.common.entity.hero.ai.EntityHeroAIAttackBase.move(EntityHeroAIAttackBase.java:129)
at twopiradians.minewatch.common.entity.hero.ai.EntityHeroAIAttackBase.func_75246_d(EntityHeroAIAttackBase.java:93)
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:2350)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
at twopiradians.minewatch.common.entity.hero.EntityHero.func_70071_h_(EntityHero.java:99)
at twopiradians.minewatch.common.entity.hero.EntityMercy.func_70071_h_(EntityMercy.java:31)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
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.pathfinding.WalkNodeProcessor.func_186332_a(WalkNodeProcessor.java:192)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186332_a(WalkNodeProcessor.java:219)
at net.minecraft.pathfinding.WalkNodeProcessor.func_186320_a(WalkNodeProcessor.java:115)
at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82)
at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
at net.minecraft.pathfinding.PathFinder.func_186336_a(SourceFile:30)
at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:114)
at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:51)
at net.minecraft.pathfinding.PathNavigateGround.func_75494_a(SourceFile:73)
at net.minecraft.pathfinding.PathNavigate.func_75497_a(SourceFile:147)
at twopiradians.minewatch.common.entity.hero.ai.EntityHeroAIAttackBase.move(EntityHeroAIAttackBase.java:129)
at twopiradians.minewatch.common.entity.hero.ai.EntityHeroAIAttackBase.func_75246_d(EntityHeroAIAttackBase.java:93)
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:2350)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
at twopiradians.minewatch.common.entity.hero.EntityHero.func_70071_h_(EntityHero.java:99)
at twopiradians.minewatch.common.entity.hero.EntityMercy.func_70071_h_(EntityMercy.java:31)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
at net.minecraft.world.World.func_72870_g(World.java:1952)
-- Entity being ticked --
Details:
Entity Type: minewatch:mercy_hero (twopiradians.minewatch.common.entity.hero.EntityMercy)
Entity ID: 3084886
Entity Name: Mercy
Entity's Exact location: 659.50, 4.00, 316.50
Entity's Block location: World: (659,4,316), Chunk: (at 3,0,12 in 41,19; contains blocks 656,0,304 to 671,255,319), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
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:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)
-- Affected level --
Details:
Level name: New World HYPERHYPAFLAT
All players: 1 total; [EntityPlayerMP['HyperFrieza'/161, l='New World HYPERHYPAFLAT', x=597.38, y=4.00, z=415.22]]
Chunk stats: ServerChunkCache: 1512 Drop: 0
Level seed: -2587406183803609264
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options: 3;minecraft:bedrock,2*minecraft:dirt,minecraft:grass;1;village
Level spawn location: World: (633,4,884), Chunk: (at 9,0,4 in 39,55; contains blocks 624,0,880 to 639,255,895), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Level time: 217559 game time, 217559 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 133732 (now: false), thunder time: 75077 (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:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.12.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: 2355429072 bytes (2246 MB) / 5918564352 bytes (5644 MB) up to 10724048896 bytes (10227 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.1.2590 153 mods loaded, 153 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.1.2590.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.1.2590 | forge-1.12.2-14.23.1.2590.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| UCHIJAAAA | openmodscore | 0.11.4 | minecraft.jar | None |
| UCHIJAAAA | bnbgamingcore | @VERSION@ | minecraft.jar | None |
| UCHIJAAAA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |
| UCHIJAAAA | swordskillsapi | 1.1.0 | 1.12.2-SwordSkillsApi-1.1.0.jar | None |
| UCHIJAAAA | dynamicswordskills | 1.12.2-6.0.1 | 1.12.2-DynamicSwordSkills-6.0.1.jar | None |
| UCHIJAAAA | actuallyadditions | 1.12.2-r128 | ActuallyAdditions-1.12.2-r128.jar | None |
| UCHIJAAAA | forgeendertech | 1.12.1-4.3.1.0 | ForgeEndertech-1.12.1-4.3.1.0-build.0071.jar | None |
| UCHIJAAAA | adhooks | 1.12.1-3.1.2.1 | AdHooks-1.12.1-3.1.2.1-build.0071.jar | None |
| UCHIJAAAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
| UCHIJAAAA | tammodized | 0.15.3 | TamModized-1.12.1-0.15.3 (2).jar | None |
| UCHIJAAAA | aov | 0.8.5 | AoV-1.12-0.8.5.jar | None |
| UCHIJAAAA | aroma1997core | 2.0.0.0.b135 | Aroma1997Core-1.12.2-2.0.0.0.b135.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
| UCHIJAAAA | psiaddons | 0.1 | PsiAddons-1.0.jar | None |
| UCHIJAAAA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
| UCHIJAAAA | quark | r1.4-121 | Quark-r1.4-121.jar | None |
| UCHIJAAAA | autoreglib | 1.3-15 | AutoRegLib-1.3-15.jar | None |
| UCHIJAAAA | magipsi | 1.3 | MagicalPsi-1.3.jar | None |
| UCHIJAAAA | avada | 1.12-1.0.1.0 | AvadaKedavra-1.12-1.0.1.0.jar | None |
| UCHIJAAAA | gorecore | 1.12.2-0.4.5 | avatarmod-a5.1.jar | None |
| UCHIJAAAA | avatarmod | a5.1 | avatarmod-a5.1.jar | None |
| UCHIJAAAA | backpacks16840 | 3.4.3 | backpacks 1.12.2 - 3.4.3.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | miscrails | 1.0.0 | Better-Railroads-1.0.0.jar | None |
| UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UCHIJAAAA | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.1-5.3.3.jar | None |
| UCHIJAAAA | betterchests | 3.0.0.0.b74 | BetterChests-1.12.2-3.0.0.0.b74.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0 (2).jar | None |
| UCHIJAAAA | betterrecords | 1.12.2-1.5.2 | BetterRecords-1.12.2-1.5.2.jar | None |
| UCHIJAAAA | bnbgaminglib | 2.8.5 | BNBGamingLib-1.12-2.8.5.jar | None |
| UCHIJAAAA | bookshelf | 2.3.519 | Bookshelf-1.12.2-2.3.519.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | botania | r1.10-352 | Botania r1.10-352.jar | None |
| UCHIJAAAA | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal (1).jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAA | brandonscore | 2.3.7 | BrandonsCore-1.12-2.3.7.140-universal.jar | None |
| UCHIJAAAA | capsule | 1.12.2-3.1.48 | Capsule-1.12.2-3.1.48.jar | None |
| UCHIJAAAA | ichunutil | 7.1.3 | iChunUtil-1.12.2-7.1.3.jar | None |
| UCHIJAAAA | clef | 7.0.0 | Clef-1.12.2-7.0.0.jar | None |
| UCHIJAAAA | clockworkphase2 | 1.12-0.1.5 | clockworkphase2-1.12-0.1.5.jar | None |
| UCHIJAAAA | cofhcore | 4.3.10 | CoFHCore-1.12.2-4.3.10.4-universal.jar | None |
| UCHIJAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
| UCHIJAAAA | infinitefill | 1.0 | commandomatic-1.2.jar | None |
| UCHIJAAAA | mcmultipart | 2.4.1 | MCMultiPart-2.4.1.jar | None |
| UCHIJAAAA | refinedstorage | 1.5.31 | refinedstorage-1.5.31.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCHIJAAAA | compactmachines3 | 3.0.5 | compactmachines3-1.12.2-3.0.5-b184.jar | None |
| UCHIJAAAA | controlling | 3.0.5 | Controlling-3.0.5.jar | None |
| UCHIJAAAA | creativecore | 1.9.9 | CreativeCore v1.9.12 mc1.12.2.jar | None |
| UCHIJAAAA | creativeplus | 1.0.2 | CreativePlus MC1.12.2 v1.0.2.jar | None |
| UCHIJAAAA | ctdcore | 1.2 | CTD-Core-1.12.2-1.2.jar | None |
| UCHIJAAAA | cubicvillager | 0.30.0 | CubicVillager-0.30.0.jar | None |
| UCHIJAAAA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
| UCHIJAAAA | cyberware | 0.2.10.5 | cyberware-1.12.2-0.2.10.5.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UCHIJAAAA | jei | 4.8.5.146 | jei_1.12.2-4.8.5.146.jar | None |
| UCHIJAAAA | cyclicmagic | 1.10.10 | Cyclic-1.12.2-1.10.10.jar | None |
| UCHIJAAAA | cyclopscore | 0.10.23 | CyclopsCore-1.12.2-0.10.23.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | dimdoors | 3.0.0-beta4 | dimdoors-3.0.0-beta-4.jar | None |
| UCHIJAAAA | ding | 1.0.1 | Ding-1.12.1-1.0.1.jar | None |
| UCHIJAAAA | thermalfoundation | 2.3.10 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None |
| UCHIJAAAA | draconicevolution | 2.3.8 | Draconic-Evolution-1.12-2.3.8.279-universal.jar | None |
| UCHIJAAAA | forestry | 5.7.0.236 | forestry_1.12.2-5.7.0.236.jar | None |
| UCHIJAAAA | eleccore | 1.8.433 | ElecCore-1.12.2-1.8.433.jar | None |
| UCHIJAAAA | enderutilities | 0.7.6 | enderutilities-1.12.2-0.7.6.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | energeticsheep | 1.1.1 | EnergeticSheep-1.12.2-1.1.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | everlastingabilities | 1.3.7 | EverlastingAbilities-1.12.2-1.3.7.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.9.0.55 | TConstruct-1.12.2-2.9.0.55.jar | None |
| UCHIJAAAA | immersiveengineering | 0.12-76 | ImmersiveEngineering-0.12-76.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | thermalexpansion | 5.3.10 | ThermalExpansion-1.12.2-5.3.10.14-universal.jar | None |
| UCHIJAAAA | exchangers | 1.12.2-2.6.2 | Exchangers-1.12.2-2.6.2.jar | f8b632eee30601ba63fe0984fae017fc7800f2fe |
| UCHIJAAAA | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
| UCHIJAAAA | k4lib | 1.12.1-2.1.80 | k4lib-1.12.1-2.1.80-universal.jar | None |
| UCHIJAAAA | fasttravel | 1.12.1-2.0.7 | fastTravel-1.12.1-2.0.7-universal.jar | None |
| UCHIJAAAA | fl | 2.11.1 | fl-2.11.1.jar | None |
| UCHIJAAAA | forgivingvoid | 1.0.12 | ForgivingVoid_1.12.2-1.0.12.jar | None |
| UCHIJAAAA | fpsreducer | 1.12.2-1.8 | FpsReducer-1.12.2-1.8.jar | None |
| UCHIJAAAA | gearswap | 1.5.0 | gearswap-1.12-1.5.0.jar | None |
| UCHIJAAAA | generallaymansaestheticspyingscreen | 7.0.0 | GeneralLaymansAestheticSpyingScreen-1.12.2-7.0.0.jar | None |
| UCHIJAAAA | gravitygun | 7.0.0 | GravityGun-1.12.2-7.0.1.jar | None |
| UCHIJAAAA | hammercore | 1.9.5.7 | HammerCore-1.12.2-1.9.5.7.jar | None |
| UCHIJAAAA | igwmod | 1.4.3-14 | IGW-Mod-1.12.2-1.4.3-14-universal.jar | None |
| UCHIJAAAA | incontrol | 3.6.3 | incontrol-1.12-3.6.3.jar | None |
| UCHIJAAAA | ironbackpacks | 1.12.2-3.0.3-CUSTOM | IronBackpacks-1.12.2-3.0.3-CUSTOM.jar | None |
| UCHIJAAAA | ironchest | 1.12.2-7.0.34.820 | ironchest-1.12.2-7.0.34.820.jar | None |
| UCHIJAAAA | ironman | Beta-1.12-1.0.1 | IronMan-Beta-1.12-1.0.1.jar | None |
| UCHIJAAAA | jjcoa | 1.0.8 | JJ Coats of Arms 1.12-1.12.2-v1.0.8.jar | None |
| UCHIJAAAA | jukebox | 1.2 | jukebox-1.2.jar | None |
| UCHIJAAAA | keywizard | 1.12.2-1.5.3-b1 | keywizard-1.12.2-1.5.3-b1.jar | None |
| UCHIJAAAA | laggoggles | 2.1 | LagGoggles-1.12.2-2.1.jar | None |
| UCHIJAAAA | lightair | 1.12-2.3 | lightair-1.12-2.3.jar | None |
| UCHIJAAAA | limelib | 1.7.9 | limelib-1.12.2-1.7.9.jar | None |
| UCHIJAAAA | lucraftcore | 1.12-1.2.3 | LucraftCore-1.12-1.2.3.jar | None |
| UCHIJAAAA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal (1).jar | None |
| UCHIJAAAA | malisiscore | 1.12.2-6.3.2 | malisiscore-1.12.2-6.3.2.jar | None |
| UCHIJAAAA | malisisblocks | 1.12.2-6.0.3 | malisisblocks-1.12.2-6.0.3.jar | None |
| UCHIJAAAA | malisisdoors | 1.12.2-7.2.4 | malisisdoors-1.12.2-7.2.4.jar | None |
| UCHIJAAAA | mattervortex | 1.0.0release | MatterVortex1.0release1.12.2.jar | None |
| UCHIJAAAA | mcflux | 3.11.1 | mcflux-3.11.1.jar | None |
| UCHIJAAAA | mcmusicplayer | 1.0 | MCMusicPlayer-1.0-fix.jar | None |
| UCHIJAAAA | minewatch | 3.8 | Minewatch-1.12.X-3.8.jar | None |
| UCHIJAAAA | mxtune | 0.5.0-beta.2 | mxtune-1.12.1-0.5.0-beta.2.jar | 999640c365a8443393a1a21df2c0ede9488400e9 |
| UCHIJAAAA | openablewindows | 0.0.1 | openablewindows-1.0.jar | None |
| UCHIJAAAA | openmods | 0.11.4 | OpenModsLib-1.12.2-0.11.4.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | openblocks | 1.7.4 | OpenBlocks-1.12.2-1.7.4.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | overloaded | 0.0.45 | Overloaded-1.12.2-0.0.45.jar | None |
| UCHIJAAAA | overpoweredarmorbar | 0.2.0 | overpoweredarmorbar-1.12.2-0.2.0.jar | None |
| UCHIJAAAA | powerinventory | 2.3.1 | OverpoweredInventory-1.12-2.3.1.jar | None |
| UCHIJAAAA | parachutemod | 1.7.4 | parachutemod-wasd-1.12.2-1.7.4-437.jar | None |
| UCHIJAAAA | petbat | 1.4.8 | PetBat-1.12.2 (1).jar | None |
| UCHIJAAAA | subcommonlib | 1.2.0.1 | subcommonlib-sublib-1.12.2-1.2.0.2b.jar | None |
| UCHIJAAAA | petbuddy | $version | petbuddy-petbuddy-1.12.2-2.3.1.11.jar | None |
| UCHIJAAAA | placeableitems | 3.2 | placeableitems-3.2.jar | None |
| UCHIJAAAA | playerstorage | 1.0.6 | playerstorage-1.12.2-1.0.6.jar | None |
| UCHIJAAAA | projecte | 1.12-PE1.0.0 | ProjectE-1.12-PE1.2.0.jar | None |
| UCHIJAAAA | plustic | 6.3.2.1 | plustic-6.3.2.1.jar | None |
| UCHIJAAAA | portalgun | 7.0.0 | PortalGun-1.12.2-7.0.1.jar | None |
| UCHIJAAAA | railroads | 1.1.1 | RailRoads-1.1.1.jar | None |
| UCHIJAAAA | reborncore | 3.6.2.187 | RebornCore-1.12.2-3.6.2.187-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | redstonearsenal | 2.3.10 | RedstoneArsenal-1.12.2-2.3.10.4-universal.jar | None |
| UCHIJAAAA | refinedrelocation | 4.2.16 | RefinedRelocation_1.12.2-4.2.16.jar | None |
| UCHIJAAAA | refinedstorageaddons | 0.2 | refinedstorageaddons-0.2.jar | None |
| UCHIJAAAA | rftools | 7.23 | rftools-1.12-7.23.jar | None |
| UCHIJAAAA | sanlib | 1.3.1 | SanLib-1.12-1.3.1.jar | None |
| UCHIJAAAA | sanplayermodel | 1.0.3 | SanLib-1.12-1.3.1.jar | None |
| UCHIJAAAA | schematica | 1.8.0.168 | Schematica-1.12.2-1.8.0.168-universal.jar | None |
| UCHIJAAAA | secretroomsmod | 5.1.13 | secretroomsmod-1.12.2-5.1.13.jar | None |
| UCHIJAAAA | speedsterheroes | 1.12-1.2.1 | SpeedsterHeroes-1.12-1.2.1.jar | None |
| UCHIJAAAA | stem | @VERSION@ | stem-1.12.2-0.1.2.jar | None |
| UCHIJAAAA | stevescarts | ${version} | StevesCarts-1.12.2-2.4.16.81.jar | None |
| UCHIJAAAA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| UCHIJAAAA | storagetech | 2.1 | StorageTech R2.1.jar | None |
| UCHIJAAAA | subpocket | 1.12.1-1.0.1 | subpocket-1.12.1-1.0.1.jar | None |
| UCHIJAAAA | switchbow | 1.5.1 | switchbow-1.5.1-1.12.2.jar | None |
| UCHIJAAAA | telepads | 1.11.2-1.0.2.1 | telepads-1.12.2-1.1.0.1.jar | None |
| UCHIJAAAA | telex | 1.0.1 | Telex-1.0.1-mc1.12.1to1.12.2-forge.jar | None |
| UCHIJAAAA | thedragonlib | 1.12.2-5.2.0 | thedragonlib-1.12.2-5.2.0.jar | None |
| UCHIJAAAA | tipthescales | 1.0.1 | TipTheScales-1.12.2-1.0.1.jar | None |
| UCHIJAAAA | totemdefender | 1.2.4 | TotemDefender-1.12.2-1.2.4.jar | None |
| UCHIJAAAA | transporter | 2.0.0 | transporter-V1.12.2-2.0.0.jar | None |
| UCHIJAAAA | treespirit | 1.12.2 | treespirit-1.12.2-1.2-build-T44.jar | None |
| UCHIJAAAA | xat | 0.14 | Trinkets-and-Baubles-1.12.2-0.14.jar | None |
| UCHIJAAAA | sapturretmod | 4.0.0-beta.3 | TurretMod-1.12-4.0.0-beta.3.jar | None |
| UCHIJAAAA | vampirism | 1.3.7 | Vampirism-1.12-1.3.7.jar | None |
| UCHIJAAAA | teamlapen-lib | 1.3.7 | Vampirism-1.12-1.3.7.jar | None |
| UCHIJAAAA | vc | 5.6.1 | ViesCraft-1.12.2-5.6.1.jar | None |
| UCHIJAAAA | whoosh | 0.1.6 | Whoosh-1.12.2-0.1.6-universal.jar | None |
| UCHIJAAAA | xnet | 1.6.6 | xnet-1.12-1.6.6.jar | None |
| UCHIJAAAA | yoyos | 1.12.2-1.2.0.18 | yoyos_1.12.2-1.2.0.18.jar | None |
| UCHIJAAAA | adfinders | 1.12.1-2.1.1.0 | AdFinders-1.12.1-2.1.1.0-build.0071.jar | None |
Loaded coremods (and transformers):
CreativePatchingLoader (CreativeCore v1.9.12 mc1.12.2.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b135.jar)
LoadingPlugin (Quark-r1.4-121.jar)
vazkii.quark.base.asm.ClassTransformer
CorePlugin (ForgeEndertech-1.12.1-4.3.1.0-build.0071.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
ForgelinPlugin (Forgelin-1.6.0 (2).jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.4.jar)
openmods.core.OpenModsClassTransformer
HammerCoreCore (HammerCore-1.12.2-1.9.5.7.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
BNBGamingCore (BNBGamingCore-1.12-0.5.0.jar)
com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.3.2.jar)
LucraftForgeLoading (LucraftCore-1.12-1.2.3.jar)
lucraft.mods.lucraftcore.access.LucraftClassTransformer
LoadingPlugin (AdFinders-1.12.1-2.1.1.0-build.0071.jar)
com.endertech.minecraft.mods.adfinders.finder.Render
BCModPlugin (backpacks 1.12.2 - 3.4.3.jar)
brad16840.core.ClassTransformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
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)
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.6.2.187
Runtime Debofucsation 1
RenderEngine: 0
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['HyperFrieza'/161, l='New World HYPERHYPAFLAT', x=597.38, y=4.00, z=415.22]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Can you tell me what exactly was happening when it crashed? Was Mercy in the middle of using Guardian Angel to fly to something? And can you replicate this crash consistently or has this only happened once and you're unable to replicate it?
I would assume this has something to do with one of the many mods you have installed, as I'm unable to replicate this on a server while having several Mercy fly to an entity. If you can replicate this with only Minewatch installed, then I can look further into the issue.