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

Issue when loading world. #10

Open
ajay1770 opened this issue Nov 20, 2014 · 1 comment
Open

Issue when loading world. #10

ajay1770 opened this issue Nov 20, 2014 · 1 comment

Comments

@ajay1770
Copy link

java.lang.NullPointerException:

at com.stek101.projectzulu.common.mobs.BossHealthDisplayTicker.renderBossHealthBar(BossHealthDisplayTicker.java:63)
at com.stek101.projectzulu.common.mobs.BossHealthDisplayTicker.TickEvent(BossHealthDisplayTicker.java:45)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_0_BossHealthDisplayTicker_TickEvent_RenderTickEvent.invoke(.dynamic:-1)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:340)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:992)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
@soultek101
Copy link
Owner

Noted. The next release of PZ, which is 1.4, includes an option to disable the Boss Health Bar. Apparently the PZ Boss Health Bar causes crashes when PZ is installed alongside bspkrsCore, as reported before. I am still determining the cause since the PZ boss health bar was custom built by Crudedragos and some incompatibility does exist.

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

2 participants