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

Crash by BlockPortal mixin #1413

Closed
Ganjalf-Amsterdoom opened this issue Apr 17, 2015 · 2 comments
Closed

Crash by BlockPortal mixin #1413

Ganjalf-Amsterdoom opened this issue Apr 17, 2015 · 2 comments
Assignees
Labels

Comments

@Ganjalf-Amsterdoom
Copy link

Hello,

this is what I get when starting my server with FE, if I remove FE everything works fine.

Thank you for your time.

java.lang.NullPointerException: Exception ticking world
    at net.minecraft.block.BlockPortal.func_150000_e(SourceFile:84)
    at net.minecraft.block.BlockFire.func_149726_b(BlockFire.java:306)
    at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:655)
    at net.minecraft.world.World.func_147465_d(World.java:451)
    at net.minecraft.world.World.func_147449_b(World.java:600)
    at net.minecraft.block.BlockStaticLiquid.func_149674_a(SourceFile:56)
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

EDIT by @olee: cut out unnecessary log part and but it into code block

@yuuka-miya yuuka-miya added the bug label Apr 18, 2015
@olee olee self-assigned this Apr 18, 2015
@olee
Copy link
Member

olee commented Apr 18, 2015

Looks like an issue with my patch to portals...
This bug happens immediately when you start the server, correct?

@olee olee changed the title Just crashing Crash by BlockPortal mixin Apr 19, 2015
@olee
Copy link
Member

olee commented Apr 19, 2015

I will close this for now as the issue has probably been solved by that fix.
If not, please report.

@olee olee closed this as completed Apr 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants