Server crashed and refuses to start - loading nbt data

  • 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

TTG

New Member
Jul 29, 2019
3
0
0
Hello,
All has been working fine until today...... got this crash report.............. any ideas? Thanks in advance TTG

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 12/29/12 9:16 PM
Description: loading nbt data
java.io.EOFException
at java.io.DataInputStream.readInt(Unknown Source)
at bp.a(SourceFile:33)
at bu.b(SourceFile:95)
at bh.a(SourceFile:33)
at bu.b(SourceFile:95)
at br.a(CompressedStreamTools.java:126)
at br.a(CompressedStreamTools.java:170)
at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:338)
at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:46)
at net.minecraftforge.event.ASMEventHandler_1_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:278)
at hg.c(DedicatedServer.java:153)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454)
at fp.run(SourceFile:818)
Relevant Details:
- Minecraft Version: 1.4.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_05, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 655656024 bytes (625 MB) / 693501952 bytes (661 MB) up to 954466304 bytes (910 MB)
- JVM Flags: 2 total; -Xms512M -Xmx1G
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- FML: ~ERROR~ NullPointerException: null
- Tag name: TicketList
- Tag type: 9
- Is Modded: Definitely; 'forge,fml'
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- Player Count: 0 / 100; []
- World FTB-Beta-A Entities: 0 total; []
- World FTB-Beta-A Players: 0 total; []
- World FTB-Beta-A Chunk Stats: ServerChunkCache: 0 Drop: 0
- Type: Dedicated Server
 

Wabbit

New Member
Jul 29, 2019
443
0
0
-Whistle.-

Well, that's a whole bunch of nothin' to work with right there. Not that it's your fault of course but forge has literally given me no clue as to what's wrong.

Alright, shot in the dark, have you tried loading a new world? Also, have you thought about adding to your ram allocation? Not sure if this would do anything for you though.
 

TTG

New Member
Jul 29, 2019
3
0
0
Heya Wabbit, thanks for the reply. Yep tried loading new world, no luck. ram has been great and have been running for weeks now without a problem.

Here's a copy from the server if it helps -

[INFO] Starting minecraft server version 1.4.2
[INFO] Loading properties
[INFO] Default game type: SURVIVAL
[INFO] Generating keypair
[INFO] Starting Minecraft server on *:25565
[INFO] Preparing level "FTB-Beta-A"
[SEVERE] Encountered an unexpected exception l
l: loading nbt data
at bu.b(SourceFile:100)
at bh.a(SourceFile:33)
at bu.b(SourceFile:95)
at br.a(CompressedStreamTools.java:126)
at br.a(CompressedStreamTools.java:170)
at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:338)
at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:46)
at net.minecraftforge.event.ASMEventHandler_1_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:278)
at hg.c(DedicatedServer.java:153)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454)
at fp.run(SourceFile:818)
Caused by: java.io.EOFException
at java.io.DataInputStream.readInt(Unknown Source)
at bp.a(SourceFile:33)
at bu.b(SourceFile:95)
... 13 more
[SEVERE] This crash report has been saved to: C:\Users\Charlie\Desktop\FTB server\.\crash-reports\crash-2012-12-29_22.44.14-server.txt

Thanks!