-
Bug
-
Resolution: Fixed
-
Minecraft 1.9 Pre-Release 2, Minecraft 1.9, Minecraft 1.9.1 Pre-Release 1, Minecraft 1.9.1 Pre-Release 2, Minecraft 1.9.1 Pre-Release 3, Minecraft 1.9.1, Minecraft 1.9.2, Minecraft 1.9.4, Minecraft 1.10 Pre-Release 1, Minecraft 1.10, Minecraft 1.10.2, Minecraft 16w32a, Minecraft 16w32b
-
None
-
Confirmed
If you summon an entity with a passenger entity with a passenger boat like so:
/summon Zombie ~ ~ ~ {Passengers:[{id:"Zombie",Passengers:[{id:"Boat"}]}]}
Any server will crash if the first entity is able to sit in a boat. So for example if you use this command:
/summon Squid ~ ~ ~ {Passengers:[{id:"Zombie",Passengers:[{id:"Boat"}]}]}
It will not crash.
The only possible explanation I can think of is that the boat is trying to pull the lower entity on it, but because it's technically riding it, it can't. It's constantly trying to do this over and over again which causes the crash. The boat wont try to pull the entity it's riding on in however.
Code analysis by marcono1234 can be found in this comment.