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

Radio handler broke GregTech handlers #93

Open
BlackFIlms opened this issue Dec 18, 2023 · 0 comments
Open

Radio handler broke GregTech handlers #93

BlackFIlms opened this issue Dec 18, 2023 · 0 comments

Comments

@BlackFIlms
Copy link

BlackFIlms commented Dec 18, 2023

With this mod GT miner can't break blocks

[23:52:36] [Server thread/ERROR] [FML]: Index: 11 Listeners:
[23:52:36] [Server thread/ERROR] [FML]: 0: HIGHEST
[23:52:36] [Server thread/ERROR] [FML]: 1: ASM: com.forgeessentials.protection.ProtectionEventHandler@2e20cc5a breakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 2: HIGH
[23:52:36] [Server thread/ERROR] [FML]: 3: ASM: com.forgeessentials.economy.shop.ShopManager@72f7d77d breakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 4: NORMAL
[23:52:36] [Server thread/ERROR] [FML]: 5: ASM: team.chisel.item.chisel.ChiselController@1473d490 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 6: ASM: crazypants.enderio.machine.spawner.BlockPoweredSpawner@2fb49aa8 onBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 7: ASM: bspkrs.treecapitator.forge.ForgeEventHandler@72e677ca onBlockHarvested(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 8: ASM: com.carpentersblocks.util.handler.EventHandler@2351ec6d onBlockBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 9: ASM: com.enderio.core.common.handlers.XPBoostHandler@4e2003e2 handleBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 10: ASM: extracells.util.ExtraCellsEventHandler@7035f89d onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 11: ASM: pcl.OpenFM.Handler.OFMBreakEvent@ccd6ed7 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 12: ASM: com.forgeessentials.afterlife.ModuleAfterlife@6b4d5d17 blockBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 13: ASM: com.forgeessentials.teleport.portal.PortalManager@3c7b688b breakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 14: ASM: gregtech.common.GT_Server@1ffff724 onBlockEvent(Lnet/minecraftforge/event/world/BlockEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 15: LOWEST
[23:52:36] [Server thread/ERROR] [FML]: 16: ASM: bq_standard.handlers.EventHandler@47a018fe onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:36] [Server thread/ERROR] [FML]: 17: ASM: com.forgeessentials.playerlogger.PlayerLogger@6044db61 breakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
[23:52:37] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.world.BlockEvent$BreakEvent@61244109:
java.lang.NullPointerException
        at net.minecraft.server.management.UserListOps.func_152699_b(SourceFile:39) ~[oj.class:?]
        at net.minecraft.server.management.UserListOps.func_152681_a(SourceFile:9) ~[oj.class:?]
        at net.minecraft.server.management.UserList.func_152692_d(SourceFile:85) ~[om.class:?]
        at net.minecraft.server.management.ServerConfigurationManager.func_152596_g(ServerConfigurationManager.java:717) ~[oi.class:?]
        at pcl.OpenFM.Handler.OFMBreakEvent.IsOp(OFMBreakEvent.java:20) ~[OFMBreakEvent.class:?]
        at pcl.OpenFM.Handler.OFMBreakEvent.onBlockBreak(OFMBreakEvent.java:26) ~[OFMBreakEvent.class:?]
        at cpw.mods.fml.common.eventhandler.ASMEventHandler_528_OFMBreakEvent_onBlockBreak_BreakEvent.invoke(.dynamic) ~[?:?]
        at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
        at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
        at gregtech.api.util.GT_Utility.eraseBlockByFakePlayer(GT_Utility.java:1902) ~[GT_Utility.class:?]
        at gregtech.common.tileentities.machines.multi.GT_MetaTileEntity_DrillerBase.canLowerPipe(GT_MetaTileEntity_DrillerBase.java:157) ~[GT_MetaTileEntity_DrillerBase.class:?]
        at gregtech.common.tileentities.machines.multi.GT_MetaTileEntity_DrillerBase.tryLowerPipe(GT_MetaTileEntity_DrillerBase.java:106) ~[GT_MetaTileEntity_DrillerBase.class:?]
        at gregtech.common.tileentities.machines.multi.GT_MetaTileEntity_DrillerBase.tryLowerPipe(GT_MetaTileEntity_DrillerBase.java:98) ~[GT_MetaTileEntity_DrillerBase.class:?]
        at gregtech.common.tileentities.machines.multi.GT_MetaTileEntity_OreDrillingPlantBase.workingDownward(GT_MetaTileEntity_OreDrillingPlantBase.java:49) ~[GT_MetaTileEntity_OreDrillingPlantBase.class:?]
        at gregtech.common.tileentities.machines.multi.GT_MetaTileEntity_DrillerBase.checkRecipe(GT_MetaTileEntity_DrillerBase.java:222) ~[GT_MetaTileEntity_DrillerBase.class:?]
        at gregtech.api.metatileentity.implementations.GT_MetaTileEntity_MultiBlockBase.onPostTick(GT_MetaTileEntity_MultiBlockBase.java:281) ~[GT_MetaTileEntity_MultiBlockBase.class:?]
        at gregtech.api.metatileentity.BaseMetaTileEntity.func_145845_h(BaseMetaTileEntity.java:526) ~[BaseMetaTileEntity.class:?]
        at net.minecraft.world.World.func_72939_s(World.java:1939) ~[ahb.class:?]
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant