Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception on right click block #95

Open
joserobjr opened this issue Dec 8, 2016 · 0 comments
Open

Exception on right click block #95

joserobjr opened this issue Dec 8, 2016 · 0 comments

Comments

@joserobjr
Copy link
Member

[18:24:49] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.player.PlayerInteractEvent$RightClickBlock@3894d2e6:
java.lang.NullPointerException
	at br.com.gamemods.minecity.forge.mc_1_10_2.FrostUtil.toDirection(FrostUtil.java:30) ~[FrostUtil.class:?]
	at br.com.gamemods.minecity.forge.mc_1_10_2.protection.vanilla.FrostBlockProtections.onPlayerRightClickBlock(FrostBlockProtections.java:193) ~[FrostBlockProtections.class:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_155_FrostBlockProtections_onPlayerRightClickBlock_RightClickBlock.invoke(.dynamic) ~[?:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:125) [EventBus.class:?]
	at org.spongepowered.mod.event.SpongeForgeEventFactory.createPlayerInteractEvent(SpongeForgeEventFactory.java:851) [SpongeForgeEventFactory.class:1.10.2-2123-5.1.0-BETA-1914]
	at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:419) [SpongeForgeEventFactory.class:1.10.2-2123-5.1.0-BETA-1914]
	at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:333) [SpongeModEventManager.class:1.10.2-2123-5.1.0-BETA-1914]
	at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:385) [SpongeModEventManager.class:1.10.2-2123-5.1.0-BETA-1914]
	at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:370) [SpongeModEventManager.class:1.10.2-2123-5.1.0-BETA-1914]
	at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:141) [SpongeImpl.class:1.10.2-2123-5.1.0-BETA-1914]
	at org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:372) [SpongeCommonEventFactory.class:1.10.2-2123-5.1.0-BETA-1914]
	at org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:362) [SpongeCommonEventFactory.class:1.10.2-2123-5.1.0-BETA-1914]
	at org.spongepowered.common.network.PacketUtil.firePreEvents(PacketUtil.java:224) [PacketUtil.class:1.10.2-2123-5.1.0-BETA-1914]
	at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:88) [PacketUtil.class:1.10.2-2123-5.1.0-BETA-1914]
	at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zjc000(SourceFile:39) [fl$1.class:?]
	at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fl$1.class:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
	at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
[18:24:49] [Server thread/ERROR] [FML/]: Index: 1 Listeners:
[18:24:49] [Server thread/ERROR] [FML/]: 0: HIGH
[18:24:49] [Server thread/ERROR] [FML/]: 1: ASM: br.com.gamemods.minecity.forge.mc_1_10_2.protection.vanilla.FrostBlockProtections@72a9d34c onPlayerRightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 2: ASM: com.primetoxinz.stacksonstacks.logic.IngotPlacer@463121e0 placeIngot(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 3: NORMAL
[18:24:49] [Server thread/ERROR] [FML/]: 4: ASM: biomesoplenty.common.handler.GrassPathEventHandler@47bb6d2f onBlockRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 5: ASM: br.com.gamemods.minecity.forge.mc_1_10_2.listeners.FrostToolListener@d6da837 onPlayerRightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 6: ASM: com.feed_the_beast.ftbu.handlers.FTBUPlayerEventHandler@4882b5b6 onRightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 7: ASM: com.pam.harvestcraft.addons.RightClickHarvesting@ac4c1d7 onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 8: ASM: mods.railcraft.common.carts.MinecartHooks@5d1dc66a onItemUse(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 9: ASM: pl.asie.charset.storage.backpack.HandlerBackpack@67066c72 onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 10: ASM: mod.chiselsandbits.events.EventPlayerInteract@2f97adbd interaction(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 11: ASM: mcmultipart.item.PartPlacementWrapper@268f5414 onPlayerRightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 12: ASM: mcmultipart.item.PartPlacementWrapper@712623be onPlayerRightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 13: ASM: com.enderio.core.common.handlers.RightClickCropHandler@4516f165 handleCropRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 14: ASM: shetiphian.multistorage.common.misc.EventHandler@4c36c5ce playerRightClickBlockEvent(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 15: ASM: shetiphian.platforms.common.misc.EventHandler@304ceaec playerRightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 16: ASM: com.jaquadro.minecraft.storagedrawers.core.CommonProxy@5a2c5f54 playerRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 17: ASM: edgarallen.mods.scf.event.PlayerInteractHandler@16239cb5 onRightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 18: ASM: biomesoplenty.common.handler.AchievementEventHandler@1d64dae1 onItemUsed(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
[18:24:49] [Server thread/ERROR] [FML/]: 19: ASM: minetweaker.mc1102.ForgeEventHandler@38b44091 onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
[18:24:49] [Server thread/ERROR] [FML/]: 20: ASM: INSTANCE onPlayerInteractEvent(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
[18:24:49] [Server thread/ERROR] [FML/]: 21: ASM: mcjty.rftools.ForgeEventHandlers@7611f148 onPlayerInteractEvent(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
[18:24:49] [Server thread/ERROR] [FML/]: 22: ASM: com.workshopcraft.simplebarrels.handlers.BarrelHandler@6b1d128f LeftClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
[18:24:49] [Server thread/ERROR] [FML/]: 23: ASM: com.sb205.missing_pieces.Utilities.PlayerEventHandler@882cb2a onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
[18:24:49] [Server thread/ERROR] [FML/]: 24: LOW
[18:24:49] [Server thread/ERROR] [FML/]: 25: ASM: pl.asie.charset.tweaks.TweakDoubleDoors@40254bf onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [Server thread/ERROR] [FML/]: 26: LOWEST
[18:24:49] [Server thread/ERROR] [FML/]: 27: ASM: elec332.core.main.ElecCore$1@37fc7503 onItemRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
[18:24:49] [pool-5-thread-3/TRACE] [spongeboard/sponge]: MySQL Query #180 player: saveSessionFinishTime(1481239499675, [1123055])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant