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

Gravity Gun 5.0.0 crashes client when picking up a Neotech mod block. #20

Closed
kreezxil opened this issue Jun 6, 2015 · 5 comments
Closed

Comments

@kreezxil
Copy link

kreezxil commented Jun 6, 2015

crash report: https://paste.ee/p/tPNuJ
fml-client-latest: https://paste.ee/p/6uEQW

Feature Request:
Ability to blacklist mods from the gravity gun.

@iChun
Copy link
Owner

iChun commented Jul 27, 2015

java.lang.NullPointerException: Rendering entity in world
at net.minecraft.world.World.func_175701_a(World.java:216)
at net.minecraft.world.World.func_180495_p(World.java:831)
at com.dyonovan.neotech.client.modelfactory.models.ModelBlock.(ModelBlock.java:36)
at com.dyonovan.neotech.client.modelfactory.models.ModelBlock.handleBlockState(ModelBlock.java:95)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175022_a(BlockRendererDispatcher.java:153)
at us.ichun.mods.ichunutil.client.render.entity.RenderBlock.func_76986_a(RenderBlock.java:99)
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:370)
at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:327)
at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:294)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:631)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1294)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1207)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1032)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)

@kreezxil
Copy link
Author

are you implying it's actually neotech?

@iChun
Copy link
Owner

iChun commented Jul 31, 2015

I'm posting the stack trace here so in case your paste expires... It's not necessarily neotech, since the NPE's in a vanilla function. I'll have to look see when I get time

@kreezxil
Copy link
Author

kreezxil commented Aug 8, 2015

Cool, thanks. :)

@iChun
Copy link
Owner

iChun commented Nov 23, 2016

A bit late on this (bit more than a year) but I think it's probably neotech passing in a null argument. I'm not too sure, it's been a while.

@iChun iChun closed this as completed Nov 23, 2016
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