Skip to content

Instantly share code, notes, and snippets.

@dazsim
Created May 2, 2017 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dazsim/c052d3dbf58018dce753b651557ddf6e to your computer and use it in GitHub Desktop.
Save dazsim/c052d3dbf58018dce753b651557ddf6e to your computer and use it in GitHub Desktop.
[STDOUT]: [com.immersiveminds.beimcraft.tile.TileBlock:writeToNBT:547]: {owner:"Player816",cost:12,sustainable:1b,theodolitetimer:0,sustainability:1,insulation:1,insulated:1b,breaktimer:0,meta:2,stable:1b,x:276,thermaltimer:0,y:4,z:99,id:"tileblock",stability:3,}
[14:00:51] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[14:00:51] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[14:00:52] [Server thread/INFO]: Stopping server
[14:00:52] [Server thread/INFO]: Saving players
[14:00:52] [Server thread/INFO]: Saving worlds
[14:00:52] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[14:00:52] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[14:00:52] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[14:00:52] [Server thread/INFO] [FML]: Unloading dimension 0
[14:00:52] [Server thread/INFO] [FML]: Unloading dimension -1
[14:00:52] [Server thread/INFO] [FML]: Unloading dimension 1
[14:00:52] [Server thread/INFO] [FML]: Applying holder lookups
[14:00:52] [Server thread/INFO] [FML]: Holder lookups applied
[14:00:54] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[14:00:54] [Server thread/INFO]: Generating keypair
[14:00:54] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[14:00:54] [Server thread/INFO] [FML]: Applying holder lookups
[14:00:54] [Server thread/INFO] [FML]: Holder lookups applied
[14:00:54] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@6319592c)
[14:00:54] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@6319592c)
[14:00:54] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@6319592c)
[14:00:54] [Server thread/INFO]: Preparing start region for level 0
[14:00:54] [Server thread/INFO] [STDOUT]: [com.immersiveminds.beimcraft.tile.TileBlock:readFromNBT:558]: {owner:"Player816",cost:12,sustainable:1b,theodolitetimer:0,sustainability:1,insulation:1,insulated:1b,breaktimer:0,meta:2,stable:1b,x:276,thermaltimer:0,y:4,z:99,id:"tileblock",stability:3,}
[14:00:54] [Server thread/ERROR] [FML]: A TileEntity tileblock(com.immersiveminds.beimcraft.tile.TileBlock) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
java.lang.NullPointerException
at com.immersiveminds.beimcraft.tile.TileBlock.readFromNBT(TileBlock.java:559) ~[TileBlock.class:?]
at net.minecraft.tileentity.TileEntity.createAndLoadEntity(TileEntity.java:135) [TileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:525) [AnvilChunkLoader.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:41) [ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:144) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119) [ChunkProviderServer.class:?]
at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:305) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:79) [IntegratedServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:96) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[14:00:55] [Server thread/INFO]: Changing view distance to 12, from 10
[14:00:55] [Netty Client IO #2/INFO] [FML]: Server protocol version 1
[14:00:55] [Netty IO #1/INFO] [FML]: Client protocol version 1
[14:00:55] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : FML@7.10.85.1291,Forge@10.13.2.1291,beimcraft@2.0r2,mcp@9.05
[14:00:55] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[14:00:55] [Netty Client IO #2/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[14:00:55] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[14:00:55] [Server thread/INFO]: Player816[local:E:d081e587] logged in with entity id 27071607 at (276.4969281316735, 4.0, 97.29471701277012)
[14:00:55] [Server thread/INFO]: Player816 joined the game
[14:00:55] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment