1

Crash when trying to kill enderdragon with command

RobertPlayz9157HUN's Avatar RobertPlayz9157HUN7/20/19 7:08 am history
1 emeralds 352 4
7/22/2019 4:53 am
RobertPlayz9157HUN's Avatar RobertPlayz9157HUN
When i kill the enderdragon in creative mode with the command /kill @e [type=minecraft:ender_dragon] Minecraft crashes.
Any ideas how to fix it? I don't have any datapacks loaded.

UPDATE: instant crash when trying to enter the world.

Crash log
(The log says i have Windows 10 but no, i have Windows 7)

---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.

Time: 2019.07.20. 12:19
Description: Colliding entity with block

java.lang.NullPointerException: Colliding entity with block
at net.minecraft.entity.Entity.func_212321_a(Entity.java:2125) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.entity.item.ItemEntity.func_212321_a(ItemEntity.java:320) ~[?:?] {}
at net.minecraft.block.EndPortalBlock.func_196262_a(SourceFile:41) ~[?:?] {}
at net.minecraft.block.BlockState.func_196950_a(BlockState.java:262) ~[?:?] {}
at net.minecraft.entity.Entity.func_145775_I(Entity.java:838) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.entity.Entity.func_213315_a(Entity.java:572) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.entity.item.ItemEntity.func_70071_h_(ItemEntity.java:102) ~[?:?] {}
at net.minecraft.world.ServerWorld.func_217479_a(ServerWorld.java:574) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.world.ServerWorld$$Lambda$3577/1460799719.accept(Unknown Source) ~[?:?] {}
at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.world.ServerWorld.func_72835_b(ServerWorld.java:381) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:813) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:748) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:112) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:609) [?:?] {pl:accesstransformer:B}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.entity.Entity.func_212321_a(Entity.java:2125)
at net.minecraft.entity.item.ItemEntity.func_212321_a(ItemEntity.java:320)
at net.minecraft.block.EndPortalBlock.func_196262_a(SourceFile:41)
at net.minecraft.block.BlockState.func_196950_a(BlockState.java:262)

-- Block being collided with --
Details:
Block: Block{minecraft:end_portal}
Block location: World: (1,63,2), Chunk: (at 1,3,2 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.entity.Entity.func_145775_I(Entity.java:838)

-- Entity being checked for collision --
Details:
Entity Type: minecraft:item (net.minecraft.entity.item.ItemEntity)
Entity ID: 1011
Entity Name: Fáklya
Entity's Exact location: 1.13, 63.00, 1.91
Entity's Block location: World: (1,63,1), Chunk: (at 1,3,1 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.entity.Entity.func_213315_a(Entity.java:572)
at net.minecraft.entity.item.ItemEntity.func_70071_h_(ItemEntity.java:102)
at net.minecraft.world.ServerWorld.func_217479_a(ServerWorld.java:574)
at net.minecraft.world.ServerWorld$$Lambda$3577/1460799719.accept(Unknown Source)

-- Entity being ticked --
Details:
Entity Type: minecraft:item (net.minecraft.entity.item.ItemEntity)
Entity ID: 1011
Entity Name: Fáklya
Entity's Exact location: 1.13, 63.00, 1.91
Entity's Block location: World: (1,63,1), Chunk: (at 1,3,1 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_217390_a(World.java:684)
at net.minecraft.world.ServerWorld.func_72835_b(ServerWorld.java:381)

-- Affected level --
Details:
All players: 1 total; [ServerPlayerEntity['RobertPlayz9157'/1009, l='JimStoneCraft Presentation', x=1.42, y=81.01, z=-13.32]]
Chunk stats: ServerChunkCache: 1681
Level dimension: DimensionType{minecraft:the_end}
Derived: true
Level name: JimStoneCraft Presentation
Level seed: 2017471391
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options: {}
Level spawn location: World: (439,92,410), Chunk: (at 7,5,10 in 27,25; contains blocks 432,0,400 to 447,255,415), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 22746364 game time, 6000 day time
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:813)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:748)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:112)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:609)
at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
Minecraft Version: 1.14.3
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1094540664 bytes (1043 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
FML: New FML!
Loaded coremods (and transformers): Nothing
Player Count: 1 / 8; [ServerPlayerEntity['RobertPlayz9157'/1009, l='JimStoneCraft Presentation', x=1.42, y=81.01, z=-13.32]]
Data Packs: mod:xaeroworldmap, mod:xaerobetterpvp, mod:jei, mod:forge, vanilla
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'
Posted by RobertPlayz9157HUN's Avatar
RobertPlayz9157HUN
Level 11 : Journeyman Dragon
12

Create an account or sign in to comment.

4

1
07/21/2019 12:17 am
Level 52 : Grandmaster Blob
HoboMaggot
HoboMaggot's Avatar
Have you tried it in a different world?
If it still doesnt work, it may be a conflicting mod.
1
07/21/2019 1:50 pm
Level 11 : Journeyman Dragon
RobertPlayz9157HUN
RobertPlayz9157HUN's Avatar
It worked 1-2 months ago on 1.12.2
1
07/21/2019 10:36 pm
Level 52 : Grandmaster Blob
HoboMaggot
HoboMaggot's Avatar
Did your mods update to 1.13/1.14?
1
07/22/2019 4:53 am
Level 11 : Journeyman Dragon
RobertPlayz9157HUN
RobertPlayz9157HUN's Avatar
I did update them myself
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome