AlmuraDev / SGCraft

Stargates mod for Minecraft
https://www.almuramc.com/sgcraft/SGCraft.html
MIT License
31 stars 29 forks source link

Exception occurred during a PhaseState with Iris entity #104

Closed LemADEC closed 5 years ago

LemADEC commented 5 years ago

As of SGCraft-2.0.1 + 1.12.2-2838-7.1.7-RC3884, an exception is reported with Iris entity.

[15:50:46] [Netty Epoll Server IO #8/DEBUG] [mixin]: Mixing util.PacketThreadUtil$1Mixin from mixins.common.core.json into net.minecraft.network.PacketThreadUtil$1
[15:50:46] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3454ms behind, skipping 69 tick(s)
[15:50:46] [Server thread/ERROR] [Sponge]: /********************************************************************************************************************/
[15:50:46] [Server thread/ERROR] [Sponge]: /*                                      Exception occurred during a PhaseState                                      */
[15:50:46] [Server thread/ERROR] [Sponge]: /********************************************************************************************************************/
[15:50:46] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly                                    */
[15:50:46] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this                                     */
[15:50:46] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace                                  */
[15:50:46] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause.                                                                          */
[15:50:46] [Server thread/ERROR] [Sponge]: /********************************************************************************************************************/
[15:50:46] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: Tick{Entity}                                                                 */
[15:50:46] [Server thread/ERROR] [Sponge]: /* The PhaseContext:                                                                                                */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     - Source: EntityStargateIris['entity.stargate_iris.name'/376, l='Spacheese', x=-299.50, y=113.50, z=2396.40] */
[15:50:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@79c006cb                                                                */
[15:50:46] [Server thread/ERROR] [Sponge]: /*                                                                                                                  */
[15:50:46] [Server thread/ERROR] [Sponge]: /*  StackTrace :                                                                                                    */
[15:50:46] [Server thread/ERROR] [Sponge]: /* java.lang.NullPointerException: null                                                                             */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.entity.Entity.handler$spongeOnUpdate$zem000(Entity.java:7031)                                  */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.entity.Entity.func_70071_h_(Entity.java:390)                                                   */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167)                       */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlp000(WorldServer.java:5295)                    */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.World.func_72866_a(World.java:1993)                                                      */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)                                           */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.World.func_72870_g(World.java:1955)                                                      */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.World.func_72939_s(World.java:1759)                                                      */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:4443)                                          */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)                                  */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)                        */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)                                  */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)                                           */
[15:50:46] [Server thread/ERROR] [Sponge]: /*     java.lang.Thread.run(Thread.java:748)                                                                        */
[15:50:46] [Server thread/ERROR] [Sponge]: /*                                                                                                                  */
[15:50:46] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2                                                                                               */
[15:50:46] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-9067212f0                                                                                      */
[15:50:46] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT                                                                                   */
[15:50:46] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3884                                                                           */
[15:50:46] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2836                                                                                   */
[15:50:46] [Server thread/ERROR] [Sponge]: /********************************************************************************************************************/
[15:50:47] [Server thread/DEBUG] [mixin]: Mixing event.cause.entity.damage.MinecraftBlockDamageSourceMixin_API from mixins.common.api.json into org.spongepowered.common.event.damage.MinecraftBlockDamageSource
[15:50:47] [Server thread/TRACE] [mixin]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/BlockDamageSource to metadata cache
Dockter commented 5 years ago

This was resolved with a SpongeForge update as it was an issue with the tracking system. Build 3898+ has the fix I believe.