Wawla - What Are We Looking At

Wawla - What Are We Looking At

70M Downloads

Wawla spamming log

Keridos opened this issue ยท 7 comments

commented

https://paste.ee/p/u7e4Y

Maybe add in a check to prevent that?

commented

I am closing this issue as I can not confirm it. If you would like, you may re-open this issue when you have time.

commented

Hey there, Thanks for reporting this. I can certainly fix the error for you. The code related to this warning has actually been completely rewritten for the next update, so I am not sure if it was already fixed or not. Looking at the crash you posted, it's pointing to a weird part of the code however I think I know what is going on. Could you give me some info on how this is being triggered and some other general info?

commented

Sorry, no idea what causes that. I will test again next version, then report my findings here.

commented

I see, I will work on pushing that new build for you then. I believe it has something to do with fake players, hopefully that's the case.

commented

Now it seems to be this here:

net.minecraftforge.event.entity.player.ItemTooltipEvent@4e1b2b5a:
java.lang.NullPointerException
[14:46:10] [NEI Item Filtering/ERROR] [FML]: Index: 11 Listeners:
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 0: HIGHEST
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 1: ASM: vazkii.botania.client.core.handler.TooltipHandler@19afc6a0 onTooltipEvent(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 2: NORMAL
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 3: ASM: thaumcraft.common.lib.events.EventHandlerRunic@3fb5abde tooltipEvent(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 4: ASM: crazypants.enderio.machine.painter.BlockPaintedGlowstone$PainterTemplate@7c2471d4 onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 5: ASM: com.pam.harvestcraft.PamTooltipEventHandler@724ea505 onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 6: ASM: minetweaker.mc1710.ForgeEventHandler@734d3fd8 onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 7: ASM: pneumaticCraft.client.ClientEventHandler@32d6a09c onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 8: ASM: net.darkhax.wawla.addons.generic.AddonGenericTooltips@24f609b0 onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 9: ASM: crazypants.enderio.conduit.item.filter.ClearFilterRecipe@24861d1b onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 10: ASM: crazypants.enderio.machine.ClearConfigRecipe@19044175 onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 11: ASM: crazypants.enderio.gui.TooltipAddera@36804342 addTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 12: ASM: com.rwtema.extrautils.EventHandlerClient@82ec5bd generatorTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 13: ASM: fox.spiteful.forbidden.FMEventHandler@2ad6c31a onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 14: ASM: invtweaks.forge.ClientProxy@6a99daff onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 15: ASM: tterrag.supermassivetech.common.handlers.TooltipHandler@9873b41 handleTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 16: ASM: tterrag.core.common.handlers.EnchantTooltipHandler@76e8eeaf handleTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V
[14:46:10] [NEI Item Filtering/ERROR] [FML]: 17: ASM: tterrag.core.common.handlers.OreDictTooltipHandler@34924bbc onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V

My guess would be that it may either be tterags mods or maybe forbidden magic, since those are 2 not so widely known mods as far as I know

commented

Please post the entire log, this isn't giving me much.

commented

This was the repeated pattern, but wait a bit, I need to check something first.