Skip to content

Instantly share code, notes, and snippets.

@WenXin20
Created June 14, 2019 03:03
Show Gist options
  • Save WenXin20/f6363ae7c99ad64c85f92c57bb3d1f01 to your computer and use it in GitHub Desktop.
Save WenXin20/f6363ae7c99ad64c85f92c57bb3d1f01 to your computer and use it in GitHub Desktop.
Waila Error w/ Random Portals
06/02/2019 - 01:50:27
class net.darkhax.wawla.engine.waila.EntityProvider
java.lang.NullPointerException
at net.darkhax.wawla.plugins.generic.PluginDebugEntity.addEntityInfo(PluginDebugEntity.java:30)
at net.darkhax.wawla.engine.waila.EntityProvider.getWailaBody(EntityProvider.java:57)
at mcp.mobius.waila.api.impl.MetaDataProvider.handleEntityTextData(MetaDataProvider.java:187)
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:103)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_211_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1708)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:3942)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
06/13/2019 - 21:35:45
class squeek.wailaharvestability.WailaHandler
java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=axis, clazz=class net.minecraft.util.EnumFacing$Axis, values=[x, z]} to y on block minecraft:portal, it is not an allowed value
at pl.asie.foamfix.common.FoamyBlockState.func_177226_a(FoamyBlockState.java:59)
at com.therandomlabs.randomportals.block.BlockNetherPortal.func_176203_a(BlockNetherPortal.java:535)
at squeek.wailaharvestability.WailaHandler.getWailaBody(WailaHandler.java:56)
at mcp.mobius.waila.api.impl.MetaDataProvider.handleBlockTextData(MetaDataProvider.java:120)
at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:81)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_217_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:349)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1911)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:3942)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment