• 0

    posted a message on Tonius's Mods - Simply Jetpacks - NEI Integration - FancyGrass

    Is there a recipe for the kinetic thruster when using simply jetpacks with Buildcraft only? And if so, i assume its one of hte fancier buildcraft laser/table things, is there a nei addon to show it?

    Posted in: Minecraft Mods
  • 0

    posted a message on Tainted Magic
    Quote from DreamMasterXXL»

    Voidwalker sash of runic shielding crash my game on the Server and the Saved Game is corrupted.`In Single Player all works fine


    If you want to fix the save delete the .baub and .baubback files for your character from the playerdata folder of the world... Or copy the world into SP and unequip it there then move it back over.

    Posted in: Minecraft Mods
  • 0

    posted a message on Tainted Magic
    Quote from yorkeMC»

    There was a serverside issue with the Voidwalker's Sash of Runic Shielding. I just fixed it. I will have it out by the end of august with the next release. Too busy ATM. :L


    Awesome. That pink belt ive been using is no match for the crazyness of the voidwalker's sash. Being totally warped out insane, the color isnt a problem though... Just not fast enough.

    Posted in: Minecraft Mods
  • 0

    posted a message on Tainted Magic

    Not sure if you are still wanting more data on the crash when equipping voidwalkers sash on a server thing or not, but i thought of some more things to test...


    Removed all jvm arguments, using java 7 instead of 8, deleted the asm folder (which didn't come back with server on), using only baubles, thaumcraft and tainted magic on a fresh server world, forge 1490.

    [04:13:50] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@6c4d554a:
    java.lang.NullPointerException
    at taintedmagic.common.items.ItemBaubleVoidSash.onWornTick(ItemBaubleVoidSash.java:112) ~[ItemBaubleVoidSash.class:?]
    at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:31) ~[EventHandlerEntity.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_8_EventHandlerEntity_playerTick_LivingUpdateEvent.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:138) [EventBus.class:?]
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) [ForgeHooks.class:?]
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) [sv.class:?]
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) [yz.class:?]
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) [mw.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303) [nh.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) [jd.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8) [jd.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [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:427) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
    [04:13:50] [Server thread/ERROR] [FML/]: Index: 1 Listeners:
    [04:13:50] [Server thread/ERROR] [FML/]: 0: NORMAL
    [04:13:50] [Server thread/ERROR] [FML/]: 1: ASM: baubles.common.event.EventHandlerEntity@28037ced playerTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:13:50] [Server thread/ERROR] [FML/]: 2: ASM: thaumcraft.common.lib.events.EventHandlerEntity@8f65bc0 livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:13:50] [Server thread/ERROR] [FML/]: 3: ASM: thaumcraft.common.lib.events.EventHandlerRunic@316388cd livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:13:50] [Server thread/ERROR] [FML/]: 4: ASM: taintedmagic.common.lib.handler.ArmorHandler@6be9ad6c livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:13:50] [Server thread/ERROR] [FML/]: 5: ASM: taintedmagic.common.lib.handler.TMEventHandler@6f5208fd livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    And the above with java 8.

    [04:26:44] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@6dc8dcf5:
    java.lang.NullPointerException
    at taintedmagic.common.items.ItemBaubleVoidSash.onWornTick(ItemBaubleVoidSash.java:112) ~[ItemBaubleVoidSash.class:?]
    at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:31) ~[EventHandlerEntity.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_EventHandlerEntity_playerTick_LivingUpdateEvent.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:138) [EventBus.class:?]
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) [ForgeHooks.class:?]
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) [sv.class:?]
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) [yz.class:?]
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) [mw.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303) [nh.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) [jd.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20) [jf.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [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:427) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
    [04:26:44] [Server thread/ERROR] [FML/]: Index: 1 Listeners:
    [04:26:44] [Server thread/ERROR] [FML/]: 0: NORMAL
    [04:26:44] [Server thread/ERROR] [FML/]: 1: ASM: baubles.common.event.EventHandlerEntity@4db8fab playerTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:26:44] [Server thread/ERROR] [FML/]: 2: ASM: thaumcraft.common.lib.events.EventHandlerEntity@2d5f3de4 livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:26:44] [Server thread/ERROR] [FML/]: 3: ASM: thaumcraft.common.lib.events.EventHandlerRunic@7e44c668 livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:26:44] [Server thread/ERROR] [FML/]: 4: ASM: taintedmagic.common.lib.handler.ArmorHandler@72ebceec livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:26:44] [Server thread/ERROR] [FML/]: 5: ASM: taintedmagic.common.lib.handler.TMEventHandler@30a7fab7 livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    And here it is for comparison with my current mod set on java 8, with arguments, old world, asm folder re-appearing (though i don't know if that means anything to this), forge 1490.

    [04:35:43] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@12db21bf:
    java.lang.NullPointerException
    at taintedmagic.common.items.ItemBaubleVoidSash.onWornTick(ItemBaubleVoidSash.java:112) ~[ItemBaubleVoidSash.class:?]
    at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:31) ~[EventHandlerEntity.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_74_EventHandlerEntity_playerTick_LivingUpdateEvent.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:138) [EventBus.class:?]
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) [ForgeHooks.class:?]
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) [sv.class:?]
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source) [yz.class:?]
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) [mw.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303) [nh.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) [jd.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8) [jd.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [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:427) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
    [04:35:43] [Server thread/ERROR] [FML/]: Index: 5 Listeners:
    [04:35:43] [Server thread/ERROR] [FML/]: 0: HIGHEST
    [04:35:43] [Server thread/ERROR] [FML/]: 1: ASM: thaumic.tinkerer.common.enchantment.ModEnchantmentHandler@f654710 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 2: HIGH
    [04:35:43] [Server thread/ERROR] [FML/]: 3: ASM: thaumic.tinkerer.common.item.kami.armor.ItemGemBoots@29a54a15 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 4: NORMAL
    [04:35:43] [Server thread/ERROR] [FML/]: 5: ASM: baubles.common.event.EventHandlerEntity@719cf731 playerTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 6: ASM: thaumcraft.common.lib.events.EventHandlerEntity@6673eb68 livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 7: ASM: thaumcraft.common.lib.events.EventHandlerRunic@41e62a92 livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 8: ASM: biomesoplenty.common.eventhandler.entity.FlippersEventHandler@7dcc0df3 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 9: ASM: biomesoplenty.common.eventhandler.potions.PotionParalysisEventHandler@5895a736 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 10: ASM: biomesoplenty.common.eventhandler.potions.PotionPossessionEventHandler@4b06c339 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 11: ASM: WayofTime.alchemicalWizardry.common.AlchemicalWizardryEventHooks@73190b74 omegaUpdateReagentAndHpEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 12: ASM: WayofTime.alchemicalWizardry.common.AlchemicalWizardryEventHooks@73190b74 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 13: ASM: vazkii.botania.common.item.equipment.bauble.ItemTravelBelt@6795bfd7 updatePlayerStepStatus(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 14: ASM: vazkii.botania.common.item.equipment.bauble.ItemFlightTiara@7f06a864 updatePlayerFlyStatus(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 15: ASM: vazkii.botania.common.brew.potion.PotionFeatherfeet@3ce08812 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 16: ASM: vazkii.botania.common.brew.potion.PotionAllure@152adf74 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 17: ASM: thaumic.tinkerer.common.item.kami.armor.ItemGemBoots@29a54a15 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 18: ASM: thaumic.tinkerer.common.item.kami.armor.ItemGemChest@a7b3a9d updatePlayerFlyStatus(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 19: ASM: thaumic.tinkerer.common.item.kami.armor.ItemGemChest@a7b3a9d onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 20: ASM: thaumic.tinkerer.common.item.kami.armor.ItemGemHelm@39f5cf19 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 21: ASM: thaumic.tinkerer.common.item.kami.armor.ItemGemLegs@6c4018e4 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 22: ASM: micdoodle8.mods.galacticraft.core.event.EventHandlerGC@277d7c47 entityLivingEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 23: ASM: com.kentington.thaumichorizons.common.lib.EventHandlerEntity@34b18d83 livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 24: ASM: tuhljin.automagy.lib.events.AutomagyEventHandler@6a9d9ef2 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 25: ASM: vazkii.botania.common.core.handler.SheddingHandler@3885ba5d onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 26: ASM: com.carpentersblocks.util.handler.EventHandler@1ceec7e5 onLivingUpdateEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 27: ASM: twilightforest.TFEventListener@2c95d1fb livingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)Z
    [04:35:43] [Server thread/ERROR] [FML/]: 28: ASM: com.rwtema.extrautils.EventHandlerServer@651fc7dc updateEntity(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 29: ASM: com.rwtema.extrautils.EventHandlerSiege@7151af41 Siege(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 30: ASM: fox.spiteful.forbidden.FMEventHandler@3d585304 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 31: ASM: tonius.simplyjetpacks.handler.LivingTickHandler@17123cfe onLivingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 32: ASM: tonius.simplyjetpacks.handler.LivingTickHandler@17123cfe mobUseJetpack(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 33: ASM: taintedmagic.common.lib.handler.ArmorHandler@40a90eae livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 34: ASM: taintedmagic.common.lib.handler.TMEventHandler@2c7ef441 livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 35: ASM: flaxbeard.thaumicexploration.event.TXBootsEventHandler@11dbeca1 livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 36: ASM: flaxbeard.thaumicexploration.event.TXEventHandler@3aa7cb4a stopCreeperExplosions(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 37: ASM: com.emoniph.witchery.infusion.Infusion$EventHooks@2616a6d9 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 38: ASM: com.emoniph.witchery.common.GenericEvents@74f23c27 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
    [04:35:43] [Server thread/ERROR] [FML/]: 39: ASM: com.emoniph.witchery.brewing.potions.WitcheryPotions$EventHooks@654b33bd onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    If there is something else i should test, i can, just don't have good ideas to try anymore...

    Posted in: Minecraft Mods
  • 0

    posted a message on Tainted Magic
    Quote from MinerGuyLex»

    try the Easy Pack by renadi on CurseVoice, that's the pack where I don't get the bug.


    I was hopeful when i went through that packs list, seeing a newer version of traveller's gear. No help. Still crashing on equipping the sash. Then i saw it has version 1.1.4.4 of Tainted Magic. Maybe that would fix it, but loading it on the server it paused saying there are now some things removed and i saw that the voidwalkers sash doesn't even exist in that version. But assuming you updated that one manually i tried the last really hopeful thing, forge 1428 instead of 1490... testing that would be harder.


    So instead i removed every mod, other than forge 1490, baubles 1.0.1.10, thaumcraft 4.2.3.5 and tainted magic 1.1.5.4. I still crash. With this shorter list of mods changing forge versions got easy, forge 1428 i crash. Forge 1408 i crash. Forge 1291 (the oldest thing that is allowed to run) i crash.


    Then with forge 1490 and TM 1.1.5.3 crash, and then 1.1.5.2 crash.


    I can't think of any other way to test if there is some situation where equipping the belt will not cause you to crash on a dedicated server...


    This is from the 1.1.5.4 test on forge 1291.

    [04:54:21] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@c230bb1:
    java.lang.NullPointerException
    at taintedmagic.common.items.ItemBaubleVoidSash.onWornTick(ItemBaubleVoidSash.java:112) ~[ItemBaubleVoidSash.class:?]
    at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:31) ~[EventHandlerEntity.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_EventHandlerEntity_playerTick_LivingUpdateEvent.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:138) [EventBus.class:?]
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) [ForgeHooks.class:?]
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) [sv.class:?]
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) [yz.class:?]
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) [mw.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303) [nh.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) [jd.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20) [jf.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [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:427) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]


    If someone actually can use the belt on a dedicated server, i would really like to know what their setup is. Can't go fast enough...

    Posted in: Minecraft Mods
  • 0

    posted a message on Tainted Magic

    Tried it with TT 164, which is the latest on curse, but no improvement... Do you have a list or link to the set of mods you have so i can try to see what differences there might be?


    I just find it strange that it works in SP but not in MP to equip that belt.

    Posted in: Minecraft Mods
  • 0

    posted a message on Tainted Magic
    Quote from MinerGuyLex»

    Weird, what's this bug? I have TT and Tainted Magic installed and I don't get this bug. Granted, the version the server (and thus me by extension) runs is a bit outdated, but that shouldn't affect it that much, right?


    What version do you have? I pull from the jenkins on TT, but would rather have the sash work than minor fixes in TT if it really does work on older versions. What other mods with baubles do you have? Traveler's gear, botania, witching gadgets?

    Posted in: Minecraft Mods
  • 0

    posted a message on Tainted Magic
    Quote from yorkeMC»

    There is a serverside glitch with baubles when using TTKami. I can't really do anything about it.


    Turning off the kami part of TT doesn't seem to help, still dropping on equip... Or did you mean the entire TT mod?

    Posted in: Minecraft Mods
  • 0

    posted a message on Tainted Magic

    Yes it is. I actually put all the mods of the serverside on single player and it still works fine in single player, just not in multiplayer.

    Posted in: Minecraft Mods
  • 0

    posted a message on Tainted Magic

    Haven't tested this issue much yet, as i just discovered the 'crash' of sorts... If i equip a voidwalker belt on a server i get disconnected and the server throws errors, and can't login until the baubles file is reverted to before wearing it. Works fine in single player with most of the same mods, though some server stuff is not on single player.


    Using TM 1.1.5.4 and forge 1490



    [22:40:28] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@5a754c50:
    java.lang.NullPointerException
    at taintedmagic.common.items.ItemBaubleVoidSash.onWornTick(ItemBaubleVoidSash.java:112) ~[ItemBaubleVoidSash.class:?]
    at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:31) ~[EventHandlerEntity.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_74_EventHandlerEntity_playerTick_LivingUpdateEvent.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:138) [EventBus.class:?]
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) [ForgeHooks.class:?]
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) [sv.class:?]
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source) [yz.class:?]
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) [mw.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303) [nh.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) [jd.class:?]
    at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8) [jd.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [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:427) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]

    Posted in: Minecraft Mods
  • 0

    posted a message on MalisisDoors 1.12.2-7.3.0 / 1.11.2-6.1.3 (01/02/2018)
    Any chance you could allow your doors to be placed on multipart blocks? I know they work on multiparts, as i have moved a door with a dislocation focus from thaumic tinkerer onto a multipart block without issue. Moving a double door however won't work... as the second one i guess does a check for its neighbor and both pop off the multipart because its invalid.



    I know this same 'issue' exists for vanilla doors, but it seems silly...
    Posted in: Minecraft Mods
  • 0

    posted a message on [Oct 8] Coros Mods: ZombieAwareness for 1.10.2 with new improvements
    I think CoroUtil (1.1, ZombieAwareness 1.9.5) is ignoring a debug config or something because its spamming my server console. Message is:

    "writing nbt, generatedTown: false

    saveFolder: C:\Server\.\world\CoroUtil\World\"

    That doesn't actually appear in the log though, only in the console. In the log it instead spams this:

    [21:20:07] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world



    The other spam in the console is bad enough when generating terrain, but this one spams even with nothing happening. =/
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.10] Ancient Warfare [Forge][SMP][WIP][D/L]
    Is it still possible to disable structure generation in specific dimensions with 1.1.046 as it was some time ago? I like the structures, but feel mystcraft dimensions littered with them is a little silly... especially when they come out flat or something so its extremely obvious.
    Posted in: WIP Mods
  • 0

    posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016
    Build #29 seems to be using 100% CPU that it has access to... I have two servers running on a 4 core server and both were pegged at 50% constantly after this update (using 2 cores at full power each). I backtracked the mods i updated until it stopped using CPU like that and project red was the only culprit. Using build #26 again as i know that is fine. CPU use back down to 0-1% like it should be when empty....

    Not sure how to be more helpful about this as i don't know of any useful way to see what was using the processing power and for what. Opis doesn't show anything like that that i know of.
    Posted in: Minecraft Mods
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    That is how its setup. But once he has finished the first item (top left) no matter what color it is (yellow) he will pick up that item from the chest again and stand idle with it in hand until one of those needs to be replanted. If that item still exists in the supply chest he will continue this forever. Only way he will move on to the next item (bottom left) is if the chest does not have any of the 1st when he checks it. Same with the 2nd to 3rd, and 3rd to 4th...

    Golem is a flesh golem with use, order and fire upgrade (extra slots). Colors are yellow (top left), purple (bottom left), orange (top right), blue (bottom right). Set to use on block and the marks are on the ground. Maybe i need to mark them use on empty and mark them on saplings?
    Posted in: Minecraft Mods
  • To post a comment, please .