-
Bug
-
Resolution: Fixed
-
Minecraft 1.5, Minecraft 1.5.1, Minecraft 1.5.2, Snapshot 13w21b, Snapshot 13w22a, Snapshot 13w23a, Snapshot 13w23b, Snapshot 13w24a, Snapshot 13w24b, Snapshot 13w25a, Snapshot 13w25b, Minecraft 1.6.2, Minecraft 1.6.4, Minecraft 13w38a, Minecraft 13w41b, Minecraft 13w42a, Minecraft 13w42b, Minecraft 13w43a, Minecraft 1.7, Minecraft 1.7.1, Minecraft 1.7.2, Minecraft 1.7.4, Minecraft 14w20b, Minecraft 14w29b, Minecraft 14w33a, Minecraft 14w33c, Minecraft 1.8-pre2, Minecraft 1.8, Minecraft 1.8.1, Minecraft 1.8.4, Minecraft 1.8.7, Minecraft 1.8.8, Minecraft 15w36d, Minecraft 15w47c, Minecraft 15w49b, Minecraft 1.9 Pre-Release 1, Minecraft 1.9 Pre-Release 2, Minecraft 1.9 Pre-Release 3, Minecraft 1.9, Minecraft 1.9.1 Pre-Release 3, Minecraft 1.9.2, Minecraft 1.10, Minecraft 1.10.2
-
None
-
Confirmed
-
Creative
The Server is spammed with Item entity number has no item!? until it crashes. ~~It is the spawners because it stops when i break them. The spawners are custom and spawn armour and weapons. A copy of the spawner is in the attachments and a crash report.
Confirmed for 13w41b with the following command, in a command block:
/setblock ~ ~1 ~ minecraft:mob_spawner 1 replace {EntityId:Item,SpawnData:{Health:5,Age:0,Item:{id:7,Damage:0,Count:1}}}
Observe the spam in the Development Console of the launcher, or the server console if you perform this on a server.
The message is now of the form:
Client> [02:10:41] [Client thread/ERROR]: Item entity 9740 has no item?!
Marcono says:
Like I wrote already, the problem is the getEntityItem() method (MCP 1.8 name). Minecraft expects it to be null when no item data is stored but this method is required to return an ItemStack for rendering (else the client will crash). Because of this currently it returns a new ItemStack if the stored ItemStack is null (and prints the "Item entity # has not item?!" error message).
- is duplicated by
-
MC-31287 Minecraft client complains about missing items
- Resolved
-
MC-35821 Fishing
- Resolved
-
MC-35967 Random freezing
- Resolved
-
MC-36798 Constant spam of Item entity xxx has no Item on clientconsole
- Resolved
-
MC-40610 Summon Item causes FPS drop
- Resolved
-
MC-40625 Client Error
- Resolved
-
MC-46230 World don't have items, and crash when villager trade
- Resolved
-
MC-64255 Game Log strange error "item entity 5442890 has no item?!"
- Resolved
-
MC-65213 Client thread/ERROR
- Resolved
-
MC-65798 Client thread/ERROR
- Resolved
-
MC-66893 Console spammed when I'm not a lan host only
- Resolved
-
MC-67772 Log spam
- Resolved
-
MC-70170 "Entity 12101 has no item?!" error message
- Resolved
-
MC-71837 Harvested Wheat Briefly Shows as Stone
- Resolved
-
MC-72746 [Client thread/ERROR]: Item entity 1574 has no item?!
- Resolved
-
MC-76462 [Client thread/ERROR]: Item entity xxxxx has no item?! causing lag/glitchy behaviour in SMP 1.8.1
- Resolved
-
MC-90754 Clients launcher large number of spam [xx:xx:xx] [Server / Client thread/ERROR]: Item entity xxxxxx has no item?!
- Resolved
-
MC-91489 Freezing Game Then Crashing, and disconnect
- Resolved
-
MC-93166 Thrown potion entity # has no item?! spam.
- Resolved
-
MC-94184 lg error??¿
- Resolved
-
MC-99954 Invalid item entities without actual items exist.
- Resolved
- relates to
-
MC-53439 The top block of a two-block plant temporarily becomes a peony/sunflower upon placing a block in the bottom
- Resolved
-
MC-99914 DataWatcher / EntityMetadata ID is based on the class load order ! Can cause many issues !
- Resolved
-
MC-93454 Dropped Items are shown as stone [Multiplayer]
- Resolved
-
MC-111978 Item entities turn invisible when dropped on the ground
- Resolved