Skipping Entity with id Pet
mibby opened this issue ยท 14 comments
Jenkins build 155. Any idea why console is outputting skipping entity?
[WARNING] Skipping Entity with id ChickenPet
[WARNING] Skipping Entity with id SheepPet
[WARNING] Skipping Entity with id PigPet
[WARNING] Skipping Entity with id CreeperPet
Config: http://paste.ubuntu.com/6480055/
Occurs quite a bit post startup. A way to debug why it is skipping would be nice. :)
Line 227: 2013-11-27 00:26:18 [WARNING] Skipping Entity with id SheepPet
Line 232: 2013-11-27 00:26:27 [WARNING] Skipping Entity with id SheepPet
Line 487: 2013-11-27 00:40:09 [WARNING] Skipping Entity with id EndermanPet
Line 533: 2013-11-27 00:42:09 [WARNING] Skipping Entity with id EndermanPet
Line 548: 2013-11-27 00:42:29 [WARNING] Skipping Entity with id CreeperPet
Line 701: 2013-11-27 00:48:18 [WARNING] Skipping Entity with id EndermanPet
Line 1014: 2013-11-27 01:06:18 [WARNING] Skipping Entity with id EndermanPet
Line 1886: 2013-11-27 01:58:48 [WARNING] Skipping Entity with id SheepPet
Line 2090: 2013-11-27 02:15:51 [WARNING] Skipping Entity with id SheepPet
Line 2315: 2013-11-27 02:58:22 [WARNING] Skipping Entity with id CreeperPet
Line 4989: 2013-11-27 07:29:42 [WARNING] Skipping Entity with id SheepPet
Line 5724: 2013-11-27 08:21:18 [WARNING] Skipping Entity with id ChickenPet
Line 5876: 2013-11-27 08:29:19 [WARNING] Skipping Entity with id ChickenPet
Line 7835: 2013-11-27 09:45:33 [WARNING] Skipping Entity with id ChickenPet
Line 8723: 2013-11-27 10:23:37 [WARNING] Skipping Entity with id EnderDragonPet
Line 8759: 2013-11-27 10:24:58 [WARNING] Skipping Entity with id SheepPet
Line 9346: 2013-11-27 10:44:07 [WARNING] Skipping Entity with id ChickenPet
Line 10039: 2013-11-27 11:05:40 [WARNING] Skipping Entity with id ChickenPet
Line 10707: 2013-11-27 11:22:37 [WARNING] Skipping Entity with id ChickenPet
Line 12260: 2013-11-27 12:06:16 [WARNING] Skipping Entity with id ChickenPet
:( On 1.7.2, this occurs in console and I don't even have EchoPets loaded due to not being updated yet. Is my world corrupt now, @DSH105 ?
[23:27:52 WARN]: Skipping Entity with id SpiderPet
If you are referring to official 1.7 update, no because EchoPet would not launch with 1.7. If you are referring to the protocol patch which I'm pretty sure was 99% bukkit 1.6.4, yes. I'm not sure if it matters, but I also changed the config around for all pet names so instead of saying for example Chicken Pet, it says Pet Chicken.
Just think you should know this is still occurring. :( Dev build 183.
[18:31:41] [Server thread/WARN]: Skipping Entity with id CreeperPet
[18:31:41] [Server thread/WARN]: Skipping Entity with id SheepPet
Occurred right after server startup without any players online.
[18:32:40] [Server thread/WARN]: Skipping Entity with id SheepPet
[18:32:40] [Server thread/WARN]: Skipping Entity with id CreeperPet
Occurred with players logging in. Has been still outputting in console since the attempt fix commit. Perhaps have it output "Removing Entity with id " when the remover kicks in to verify it is properly removing the bugged entities?
I have seen some removing pet entity outputs, but this still occurs. :( Dev build 197.
[18:12:52] [Server thread/WARN]: Skipping Entity with id SheepPet
Right after server startup completed. Occurred again after some users logged in.
This should (hopefully) prevent any output of skipping occurring. I have done some research and attempted to cover up where it is happening. Tell me if it improves :).