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

[1.10-5.06] Crash when trying to teleport and then moving away #629

Closed
cri5ti opened this issue Jul 17, 2016 · 1 comment
Closed

[1.10-5.06] Crash when trying to teleport and then moving away #629

cri5ti opened this issue Jul 17, 2016 · 1 comment

Comments

@cri5ti
Copy link

cri5ti commented Jul 17, 2016

Modpack: FTB Unstable 4.2.3
This occurs quite often in this modpack, probably since the release of the modpack about a month ago. I usually patch the isPlayerOutsideBeam with some more null checks around the player.

java.lang.NullPointerException: Ticking block entity
    at mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity.isPlayerOutsideBeam(MatterTransmitterTileEntity.java:537)
    at mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity.checkStateServer(MatterTransmitterTileEntity.java:345)
    at mcjty.rftools.blocks.teleporter.MatterTransmitterTileEntity.func_73660_a(MatterTransmitterTileEntity.java:308)
    at net.minecraft.world.World.func_72939_s(World.java:1802)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
    at java.lang.Thread.run(Unknown Source)

https://gist.github.com/cri5ti/40ffab334b1ac795c20c536f57fd095b

@McJty
Copy link
Collaborator

McJty commented Aug 21, 2016

Was fixed in recent versions of rftools

@McJty McJty closed this as completed Aug 21, 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