SpongeForge icon indicating copy to clipboard operation
SpongeForge copied to clipboard

Constant error messages causing heavy CPU overhead

Open avovk1 opened this issue 11 months ago • 0 comments

Version

7.4.7

Operating System

Windows & Linux

Java Version

8 Full JDK

Plugins/Mods

HMB-Reloaded (or NTM-Extended if read filenames)

Describe the bug

Breaking a "chemplant" (or probably any other large structure from that mod) causes constant error messages, that create 47GiB log files and massive CPU overhead. Error message:

[15:15:35] [Server thread/ERROR] [Sponge]: /*********************************************************************************************************************/
[15:15:35] [Server thread/ERROR] [Sponge]: /*                                      Exception occurred during a PhaseState                                       */
[15:15:35] [Server thread/ERROR] [Sponge]: /*********************************************************************************************************************/
[15:15:35] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best                                                                             */
[15:15:35] [Server thread/ERROR] [Sponge]: /* effort to not throw exceptions randomly                                                                           */
[15:15:35] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most                                                                           */
[15:15:35] [Server thread/ERROR] [Sponge]: /* cases, something else triggered this                                                                              */
[15:15:35] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash                                                                            */
[15:15:35] [Server thread/ERROR] [Sponge]: /* by catching it. The following stacktrace                                                                          */
[15:15:35] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause.                                                                           */
[15:15:35] [Server thread/ERROR] [Sponge]: /*********************************************************************************************************************/
[15:15:35] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: Tick{TileEntity}                                                              */
[15:15:35] [Server thread/ERROR] [Sponge]: /* The PhaseContext:                                                                                                 */
[15:15:35] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@1e7bf61d                                                                 */
[15:15:35] [Server thread/ERROR] [Sponge]: /*                                                                                                                   */
[15:15:35] [Server thread/ERROR] [Sponge]: /*  StackTrace :                                                                                                     */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     java.lang.IllegalArgumentException:                                                                           */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     Cannot get property                                                                                           */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     PropertyInteger{name=facing,                                                                                  */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     clazz=class java.lang.Integer,                                                                                */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     values=[2, 3, 4, 5]} as it does not                                                                           */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     exist in                                                                                                      */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     BlockStateContainer{block=hbm:dummy_                                                                          */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     lock_chemplant, properties=[]}                                                                                */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201) */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     com.hbm.tileentity.machine.TileEntityMachineChemplant.func_73660_a(TileEntityMachineChemplant.java:248)       */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:237)                    */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:4749)                                       */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.redirect$zlm000$onUpdateTileEntities(WorldServer.java:4733)                   */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.World.func_72939_s(World.java:1838)                                                       */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3931)                                           */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)                                   */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)                         */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)                                   */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)                                            */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     java.lang.Thread.run(Thread.java:748)                                                                         */
[15:15:35] [Server thread/ERROR] [Sponge]: /*                                                                                                                   */
[15:15:35] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2                                                                                                */
[15:15:35] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.4.0-5ea6215                                                                                         */
[15:15:35] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.4.8-SNAPSHOT                                                                                    */
[15:15:35] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.4.8-RC4142                                                                            */
[15:15:35] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2860                                                                                    */
[15:15:35] [Server thread/ERROR] [Sponge]: /*********************************************************************************************************************/
[15:15:35] [Server thread/ERROR] [Sponge]: /******************************************************************************************************************/
[15:15:35] [Server thread/ERROR] [Sponge]: /*                                     Exception occurred during a PhaseState                                     */
[15:15:35] [Server thread/ERROR] [Sponge]: /******************************************************************************************************************/
[15:15:35] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best                                                                          */
[15:15:35] [Server thread/ERROR] [Sponge]: /* effort to not throw exceptions randomly                                                                        */
[15:15:35] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most                                                                        */
[15:15:35] [Server thread/ERROR] [Sponge]: /* cases, something else triggered this                                                                           */
[15:15:35] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash                                                                         */
[15:15:35] [Server thread/ERROR] [Sponge]: /* by catching it. The following stacktrace                                                                       */
[15:15:35] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause.                                                                        */
[15:15:35] [Server thread/ERROR] [Sponge]: /******************************************************************************************************************/
[15:15:35] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: Tick{TileEntity}                                                           */
[15:15:35] [Server thread/ERROR] [Sponge]: /* The PhaseContext:                                                                                              */
[15:15:35] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@30b7da8                                                               */
[15:15:35] [Server thread/ERROR] [Sponge]: /*                                                                                                                */
[15:15:35] [Server thread/ERROR] [Sponge]: /*  StackTrace :                                                                                                  */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     java.lang.ArrayIndexOutOfBoundsExcep                                                                       */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     ion: 6                                                                                                     */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     com.hbm.lib.ForgeDirection.toEnumFacing(ForgeDirection.java:89)                                            */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     com.hbm.tileentity.machine.TileEntityMachineIGenerator.sendIGenPower(TileEntityMachineIGenerator.java:408) */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     com.hbm.tileentity.machine.TileEntityMachineIGenerator.func_73660_a(TileEntityMachineIGenerator.java:85)   */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:237)                 */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:4749)                                    */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.redirect$zlm000$onUpdateTileEntities(WorldServer.java:4733)                */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.World.func_72939_s(World.java:1838)                                                    */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3931)                                        */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)                                */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)                      */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)                                */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)                                         */
[15:15:35] [Server thread/ERROR] [Sponge]: /*     java.lang.Thread.run(Thread.java:748)                                                                      */
[15:15:35] [Server thread/ERROR] [Sponge]: /*                                                                                                                */
[15:15:35] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2                                                                                             */
[15:15:35] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.4.0-5ea6215                                                                                      */
[15:15:35] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.4.8-SNAPSHOT                                                                                 */
[15:15:35] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.4.8-RC4142                                                                         */
[15:15:35] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2860                                                                                 */
[15:15:35] [Server thread/ERROR] [Sponge]: /******************************************************************************************************************/

Link to logs

No response

avovk1 avatar Feb 26 '24 08:02 avovk1