Server Crash On Player Login

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

ApplePi

New Member
Jul 29, 2019
2
0
0
Server crashes on player login this is what I'm getting. Was placing Lava blocks when it happened now it crashes every time I log in.

Server is completely stock.

Code:
---- Minecraft Crash Report ----
// Who set us up the TNT?
 
Time: 9/28/13 6:46 PM
Description: Exception while ticking a block
 
java.lang.NullPointerException
        at mods.tinker.tconstruct.blocks.LiquidMetalFlowing.func_71847_b(LiquidMetalFlowing.java:106)
        at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:613)
        at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:195)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643)
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
        at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
        at mods.tinker.tconstruct.blocks.LiquidMetalFlowing.func_71847_b(LiquidMetalFlowing.java:106)
 
-- Block being ticked --
Details:
        Block type: ID #1479 (tile.liquid.metalFlow // mods.tinker.tconstruct.blocks.LiquidMetalFlowing)
        Block data value: 0 / 0x0 / 0b0000
        Block location: World: (618,0,-2426), Chunk: (at 10,0,6 in 38,-152; contains blocks 608,0,-2432 to 623,255,-2417), Region: (1,-5; contains chunks 32,$
Stacktrace:
        at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:613)
        at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:195)
 
-- Affected level --
Details:
        Level name: world
        All players: 1 total; [EntityPlayerMP['ApplePi'/74, l='world', x=612.37, y=89.00, z=-2424.41]]
        Chunk stats: ServerChunkCache: 1067 Drop: 0
        Level seed: -2790241603037722353
        Level generator: ID 00 - default, ver 1. Features enabled: true
        Level generator options:
        Level spawn location: World: (43,64,-515), Chunk: (at 11,4,13 in 2,-33; contains blocks 32,0,-528 to 47,255,-513), Region: (0,-2; contains chunks 0,-$
        Level time: 15859029 game time, 183358 day time
        Level dimension: 0
        Level storage version: 0x04ABD - Anvil
        Level weather: Rain time: 6968 (now: true), thunder time: 26478 (now: false)
        Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643)
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
        at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
 
I had a similar issue once. replaced blocks with stone to fix the issue for me.
you can also try using mcedit to modify the world "offline". you problem seems to be at: (618,0,-2426)
 
I'm not a genius but it appears to be caused my liquid metal from tinkers construct. Possibly a corrupted block, you could use world edit and //regen the block/s in that area. If you can't login in /minecraft/world/players and delete your player.dat which will move you to the world spawn and clear your inventory so you can move around.