SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

MobSpawner console spam with invalid entity id in spawner #2996

Open LemADEC opened 4 years ago

LemADEC commented 4 years ago

I am currently running

Mods (108): Minecraft, Minecraft Coder Pack, Forge Mod Loader, Minecraft Forge, SpongeAPI, Sponge, Advanced Fishing, Advanced Hook Launchers, AlcatrazCore, Antique Atlas, Anvil Patch - Lawful, Aquaculture, Armor Underwear, AutoRegLib, BNBGamingLib, Battle Towers, Baubles, Better Combat Rebirth, Better Survival, Bloodmoon, Bountiful Baubles, Campfire Spit, Carrots Lib, Carry On, Comforts, CompatSkills, Coralreef, Corpse Complex, CraftTweaker JEI Support, CraftTweaker2, Craftable Chainmail, Craftable Horse Armour [CHA&S], CreativeCore, CreativeCoreDummy, Defiled Lands, Disenchanter, Doomlike Dungeons, Dynamic Surroundings, Dynamic Trees, Dynamic Trees for Traverse, DynamicSurroundingsCore, Enhanced Visuals, Familiar Fauna, First Aid, FoamFix, FoamFixCore, Food Expansion, Forge Endertech, Forgotten Items, Grappling hook mod, Ice and Fire, Infernal Mobs, Inventory Tweaks, It's the little things, ItemPhysic, IvToolkit, Just Enough Items, LLibrary, Level Up! Reloaded, Lost Souls, Lycanites Mobs, Mo' Bends, Morpheus, No Tree Punching, OreLib Support Mod, Phosphor Lighting Engine, Potion Core, Potion Fingers, Quality Tools, Realistic Torches, Reborn Core, Recurrent Complex, Reskillable, Rin's So Many Enchantments?, Roguelike Dungeons, Rough Tweaks, Ruins Mod, Scaling Health, Serene Seasons, Shadowfacts' Forgelin, Silent Lib, Simple Camp Fire, Sit, Spartan Fire, Spartan Shields, Spartan Weaponry, SpawnerControl, SpongeForge, SwingThroughGrass, Switch-Bow, TNTUtils, TNTUtils Core, The Lost Cities, Tool Belt, Tough As Nails, Traverse, Trinkets and Baubles, Trumpet Skeleton, TschippLib, Tumbleweed, Varied Commodities, Waystones, Wearable Backpacks, Wolf Armor and Storage, WorldEdit, XP From Harvest, XP Tome, bacodifficulty

Issue Description Console is spammed with "Unknown Entity for MobSpawners" errors (see below). Consider providing block coordinates to help further investigation. Consider throttling the log to reduce spam.

[11:13:32] [Server thread/WARN] [Sponge]: /****************************************************************/
[11:13:32] [Server thread/WARN] [Sponge]: /*                Unknown Entity for MobSpawners                */
[11:13:32] [Server thread/WARN] [Sponge]: /****************************************************************/
[11:13:32] [Server thread/WARN] [Sponge]: /* Sponge has found a MobSpawner attempting to locate           */
[11:13:32] [Server thread/WARN] [Sponge]: /* potentiallya foreign entity type for a MobSpawner,           */
[11:13:32] [Server thread/WARN] [Sponge]: /* unfortunately, there isn't away to get around the            */
[11:13:32] [Server thread/WARN] [Sponge]: /* deserialization process looking up unregisteredentity types. */
[11:13:32] [Server thread/WARN] [Sponge]: /* This may be a bug with a mod or sponge.                      */
[11:13:32] [Server thread/WARN] [Sponge]: /* Entity Name : elementalmobs:jengu                            */
[11:13:32] [Server thread/WARN] [Sponge]: /*                                                              */
[11:13:32] [Server thread/WARN] [Sponge]: /* Minecraft : 1.12.2                                           */
[11:13:32] [Server thread/WARN] [Sponge]: /* SpongeAPI : 7.1.0-13da4949c                                  */
[11:13:32] [Server thread/WARN] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT                               */
[11:13:32] [Server thread/WARN] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3924                       */
[11:13:32] [Server thread/WARN] [Sponge]: /* Minecraft Forge : 14.23.5.2838                               */
/****************************************************************/
[11:13:32] [Server thread/WARN] [Sponge]: /****************************************************************/
/*                Unknown Entity for MobSpawners                */
/****************************************************************/
/* Sponge has found a MobSpawner attempting to locate           */
/* potentiallya foreign entity type for a MobSpawner,           */
/* unfortunately, there isn't away to get around the            */
/* deserialization process looking up unregisteredentity types. */
/* This may be a bug with a mod or sponge.                      */
/* Entity Name : elementalmobs:jengu                            */
/*                                                              */
/* Minecraft : 1.12.2                                           */
/* SpongeAPI : 7.1.0-13da4949c                                  */
/* Sponge : 1.12.2-7.1.7-SNAPSHOT                               */
/* SpongeForge : 1.12.2-2838-7.1.7-RC3924                       */
/* Minecraft Forge : 14.23.5.2838                               */
/****************************************************************/
ken1882 commented 4 years ago

Having same issue, probably due to sponge renamed the prefix of entity ID to its corresponding mod name but the spawner generated from the mod still using the old ID. Lycanitesmobs in this case.

Zoneman1972 commented 4 years ago

I'm having the same issue as well. Same error as above although I'm on Spongeforge version 1.12.2-2838-7.1.7-RC3950. Is there a quick fix that can be applied to relieve some of the console spam? Thanks

xxlio109 commented 4 years ago

spongeforge-1.12.2-2838-7.1.9-RC3984 have the same problem