Skip to content

Instantly share code, notes, and snippets.

@zediious
Created May 27, 2021 01:56
Show Gist options
  • Save zediious/d87ee8acdd678d55ecae747e19f76fab to your computer and use it in GitHub Desktop.
Save zediious/d87ee8acdd678d55ecae747e19f76fab to your computer and use it in GitHub Desktop.
Powersink error log
/***************************************************************************************************************************************/
[21:55:04] [Server thread/WARN] [Sponge]: /* Could not pass InteractBlockEvent$Primary$MainHand$Impl */
[21:55:04] [Server thread/WARN] [Sponge]: /***************************************************************************************************************************************/
[21:55:04] [Server thread/WARN] [Sponge]: /* Could not pass the event InteractBlockEvent$Primary$MainHand$Impl to an Event Listener! */
[21:55:04] [Server thread/WARN] [Sponge]: /* */
[21:55:04] [Server thread/WARN] [Sponge]: /* Since the event can be modified during the event's listener, */
[21:55:04] [Server thread/WARN] [Sponge]: /* there could be adverse side effects of the exception occurring */
[21:55:04] [Server thread/WARN] [Sponge]: /* such that duplications or other game breaking issues could exist. */
[21:55:04] [Server thread/WARN] [Sponge]: /* */
[21:55:04] [Server thread/WARN] [Sponge]: /* Due to the nature of the exception, this is not likely an exception */
[21:55:04] [Server thread/WARN] [Sponge]: /* that is covered by SpongeForge or Forge itself, and therefore should */
[21:55:04] [Server thread/WARN] [Sponge]: /* be reported to the mod/plugin author first prior to reporting to */
[21:55:04] [Server thread/WARN] [Sponge]: /* Sponge or Forge. */
[21:55:04] [Server thread/WARN] [Sponge]: /* */
[21:55:04] [Server thread/WARN] [Sponge]: /* Owning Mod/Plugin: powersink */
[21:55:04] [Server thread/WARN] [Sponge]: /* Exception: */
[21:55:04] [Server thread/WARN] [Sponge]: /* java.lang.NullPointerException: null */
[21:55:04] [Server thread/WARN] [Sponge]: /* tv.voidstar.powersink.PowerSinkConfig.getNodeLimit(PowerSinkConfig.java:110) */
[21:55:04] [Server thread/WARN] [Sponge]: /* tv.voidstar.powersink.event.listener.SpongeLeftClickListener.onPlayerInteractBlock(SpongeLeftClickListener.java:106) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.listener.PrimaryListener_SpongeLeftClickListener_onPlayerInteractBlock311.handle(Unknown Source) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:97) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:347) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:450) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:467) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:249) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventPrimary(SpongeCommonEventFactory.java:904) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.server.management.PlayerInteractionManager.func_180784_a(PlayerInteractionManager.java:1221) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:693) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.network.play.client.CPacketPlayerDigging.func_148833_a(SourceFile:40) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.network.play.client.CPacketPlayerDigging.func_148833_a(SourceFile:10) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.tracking.phase.packet.PacketPhaseUtil.onProcessPacket(PacketPhaseUtil.java:219) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.network.PacketThreadUtil$1.redirect$zlc000$impl$redirectToPhaseTracker(SourceFile:540) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) */
[21:55:04] [Server thread/WARN] [Sponge]: /* java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) */
[21:55:04] [Server thread/WARN] [Sponge]: /* java.util.concurrent.FutureTask.run(Unknown Source) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.util.Util.func_181617_a(SourceFile:46) */
[21:55:04] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:310) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.redirect$zjg000$onRun(MinecraftServer.java:4682) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
[21:55:04] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
[21:55:04] [Server thread/WARN] [Sponge]: /* java.lang.Thread.run(Unknown Source) */
[21:55:04] [Server thread/WARN] [Sponge]: /***************************************************************************************************************************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment