Skip to content

Instantly share code, notes, and snippets.

@bloodmc
Created January 24, 2018 21:37
Show Gist options
  • Save bloodmc/69fcc7560e43c803c059d2ed81335304 to your computer and use it in GitHub Desktop.
Save bloodmc/69fcc7560e43c803c059d2ed81335304 to your computer and use it in GitHub Desktop.
chisel error
/************************************************************************************************************************************************************************************************************************************************************************************************/
[21:04:46] [Server thread/ERROR] [Sponge]: /* Unexpected World Change Detected */
[21:04:46] [Server thread/ERROR] [Sponge]: /************************************************************************************************************************************************************************************************************************************************************************************************/
[21:04:46] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system is very dependent on knowing when
a change to any world takes place, however there are chances
where Sponge does not know of changes that mods may perform.
In cases like this, it is best to report to Sponge to get this
change tracked correctly and accurately. */
[21:04:46] [Server thread/ERROR] [Sponge]: /************************************************************************************************************************************************************************************************************************************************************************************************/
[21:04:46] [Server thread/ERROR] [Sponge]: /* StackTrace: */
[21:04:46] [Server thread/ERROR] [Sponge]: /* java.lang.Exception: null */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.printUnexpectedBlockChange(PhaseTracker.java:466) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.setBlockState(PhaseTracker.java:598) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.setBlockState(PhaseTracker.java:568) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:2705) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_175656_a(World.java:424) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* team.chisel.common.item.ChiselController.setVariation(ChiselController.java:132) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* team.chisel.common.item.ChiselController.setAll(ChiselController.java:111) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* team.chisel.common.item.ChiselController.onPlayerInteract(ChiselController.java:104) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_417_ChiselController_onPlayerInteract_LeftClickBlock.invoke(.dynamic) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeForgeEventFactory.createPlayerInteractEvent(SpongeForgeEventFactory.java:877) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:524) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:310) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:367) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:422) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:207) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventPrimary(SpongeCommonEventFactory.java:608) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.handler$onServerTickEnd$zja000(MinecraftServer.java:3867) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:711) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) */
[21:04:46] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
[21:04:46] [Server thread/ERROR] [Sponge]:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment