Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

[FIXED] Ender Demon crash server #7

Closed
CAJIO opened this issue Apr 21, 2014 · 6 comments
Closed

[FIXED] Ender Demon crash server #7

CAJIO opened this issue Apr 21, 2014 · 6 comments
Assignees
Labels

Comments

@CAJIO
Copy link

CAJIO commented Apr 21, 2014

Ender Demon has purple lightning attack. In that time if player stay under water - server will crash.

Description: Ticking entity

java.lang.NullPointerException
at chylex.hee.entity.EntityMiniBossEnderDemon.func_70626_be(EntityMiniBossEnderDemon.java:92)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2146)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:464)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1973)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:264)
at net.minecraft.world.World.func_72866_a(World.java:2944)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:1006)
at net.minecraft.world.World.func_72870_g(World.java:2890)
at net.minecraft.world.World.func_72939_s(World.java:2704)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:883)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

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

-- Head --
Stacktrace:
at chylex.hee.entity.EntityMiniBossEnderDemon.func_70626_be(EntityMiniBossEnderDemon.java:92)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2146)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:464)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1973)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:264)
at net.minecraft.world.World.func_72866_a(World.java:2944)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:1006)
at net.minecraft.world.World.func_72870_g(World.java:2890)

-- Entity being ticked --
Details:
Entity Type: HardcoreEnderExpansion.EnderDemon (chylex.hee.entity.EntityMiniBossEnderDemon)
Entity ID: 1335
Entity Name: Ender Demon
Entity's Exact location: -230.50, 83.61, 285.50
Entity's Block location: World: (-231,83,285), Chunk: (at 9,5,13 in -15,17; contains blocks -240,0,272 to -225,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2704)

-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['GreyLeader'/383, l='world', x=-236.26, y=60.00, z=293.96](GreyLeader at -236.25560352848728,60.0,293.96375832771366)]
Chunk stats: ServerChunkCache: 290 Drop: 0
Level seed: 7922716400559117852
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-208,64,282), Chunk: (at 0,4,10 in -13,17; contains blocks -208,0,272 to -193,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 316690 game time, 25753 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 43819 (now: false), thunder time: 124408 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:883)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

-- System Det

@chylex
Copy link
Owner

chylex commented Apr 21, 2014

Cannot replicate, provide more info and reopen.

@chylex chylex closed this as completed Apr 21, 2014
@CAJIO
Copy link
Author

CAJIO commented Apr 21, 2014

https://www.youtube.com/watch?v=Va7w2nqyFpM
Minecraft Version 1.6.4

@chylex
Copy link
Owner

chylex commented Apr 21, 2014

Video doesn't give me any info on your setup, post the entire log generated by FML on pastebin.com

@CAJIO
Copy link
Author

CAJIO commented Apr 21, 2014

@chylex
Copy link
Owner

chylex commented Apr 21, 2014

Yea, it only happens under certain conditions - replicated, going to investigate and release a fixed version soon.

@chylex chylex reopened this Apr 21, 2014
@chylex chylex self-assigned this Apr 21, 2014
@chylex chylex changed the title Ender Demon crash server Ender Demon crash server [fixed] Apr 21, 2014
@chylex
Copy link
Owner

chylex commented Apr 21, 2014

Resolved, thanks for reporting.

@chylex chylex closed this as completed Apr 21, 2014
@chylex chylex changed the title Ender Demon crash server [fixed] [FIXED] Ender Demon crash server Jun 2, 2014
@chylex chylex added the crash label Jun 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants