EndOfStreamException: Attempted to read past the end of the stream.

Sidney

New member
I am self hosting a dedicated server for myself and my friends.  Last night I suffered a power outage, and now the server will not start.  It errors out on:

EndOfStreamException: Attempted to read past the end of the stream.




Here's a Pastebin link of the full server log

GenerationInfo.txt

World Name: Juyiha Mountains
Original Seed: Nya!
Biome Weight (Snow): 1
Biome Weight (Pine): 2
Biome Weight (Burnt): 1
Biome Weight (Desert): 1
Biome Weight (Wasteland): 1
Data Export Time: 4 minutes 24 seconds
Total Generation Time: 23 minutes 48 seconds

map_info.xml

<?xml version="1.0" encoding="UTF-8"?>
<MapInfo>
  <property name="Scale" value="1" />
  <property name="HeightMapSize" value="8192,8192" />
  <property name="Modes" value="Survival,SurvivalSP,SurvivalMP,Creative" />
  <property name="FixedWaterLevel" value="false" />
  <property name="RandomGeneratedWorld" value="true" />
  <property name="GameVersion" value="Alpha.19.0.180" />
</MapInfo>

I suspect that a file or files were corrupted due to my computer suddenly losing power, but honestly don't really know.  Is there any way to fix this, or are we screwed?

 
Last edited by a moderator:
Unfortunately corruption is the case;  you can try to restore from the .bak files to see if they're okay. Just remove .bak from the file extension.

 
Back
Top