KovuTheHusky / dynmap-structures

A Bukkit plugin that shows your world's structures (such as Villages, Strongholds, and Pyramids) on Dynmap.
MIT License
20 stars 17 forks source link

Unable to read Stronghold.dat due to EOFException #4

Closed tonyj4life closed 9 years ago

tonyj4life commented 9 years ago

Sorry for bothering you i don't mean to be a nuisance but i have this error code, more like warning code and don't really know what it means or whether or not its an issue i should address and or whether or not it can be avoided or fix, preferably fixed.. ONce again i apologize for bother i like this plugin a lot and thank you for taking your time to read this and making this plugin possible.

8/30/2015 7:38:22 PM [INFO] [dynmap-structures] Updating markers for world 'XCLAN'. 8/30/2015 7:38:22 PM [INFO] [dynmap-structures] Updating: Stronghold.dat 8/30/2015 7:38:23 PM [WARNING] java.io.EOFException: Unexpected end of ZLIB input stream 8/30/2015 7:38:23 PM [WARNING] at java.util.zip.InflaterInputStream.fill(Unknown Source) 8/30/2015 7:38:23 PM [WARNING] at java.util.zip.InflaterInputStream.read(Unknown Source) 8/30/2015 7:38:23 PM [WARNING] at java.util.zip.GZIPInputStream.read(Unknown Source) 8/30/2015 7:38:23 PM [WARNING] at java.util.zip.InflaterInputStream.read(Unknown Source) 8/30/2015 7:38:23 PM [WARNING] at java.io.DataInputStream.readByte(Unknown Source) 8/30/2015 7:38:23 PM [WARNING] at com.codeski.nbt.NBTReader.readTag(NBTReader.java:113) 8/30/2015 7:38:23 PM [WARNING] at com.codeski.nbt.NBTReader.read(NBTReader.java:36) 8/30/2015 7:38:23 PM [WARNING] at com.codeski.dynmap.structures.DynmapStructuresPlugin$DynmapStructuresRunnable.update(DynmapStructuresPlugin.java:92) 8/30/2015 7:38:23 PM [WARNING] at com.codeski.dynmap.structures.DynmapStructuresPlugin$DynmapStructuresRunnable.run(DynmapStructuresPlugin.java:72) 8/30/2015 7:38:23 PM [WARNING] at java.lang.Thread.run(Unknown Source)

KovuTheHusky commented 9 years ago

Would it be possible for you to upload your Stronghold.dat file for that world?

tonyj4life commented 9 years ago

how could i upload the file as an attachment i don't see the option for it...

EDIT sent it through email... hope you get it...

tonyj4life commented 9 years ago

sent an email from antonio-oturan@hotmail.com

KovuTheHusky commented 9 years ago

Got it, I'll take a look when I get a chance. Thanks!

tonyj4life commented 9 years ago

no thank you

KovuTheHusky commented 9 years ago

The file appears to be fine. I loaded it up in my own server and it read it just fine. What version of CraftBukkit/Spigot are you using? What version of dynmap? What version of dynmap-structures?

tonyj4life commented 9 years ago

latest on everything spigot 1.8.8, and latest on dynmap structures, but when you had originally asked for the stronghold.dat file, i was running spigot 1.8.0

KovuTheHusky commented 9 years ago

I tried running on Spigot instead of CraftBukkit and it still read the file fine. I'm not really sure why you're having this problem. Unless you want to send me your whole Spigot directory (minus the world chunk files if you want to save space) I'm not sure what else I can do. Let me know what you want to do.

tonyj4life commented 9 years ago

WELL SINCE I UPDATED TO THE 1.8.8 version of spigot from 1.8.0. And started a new world I haven't came accross the issue again.. Which I think may have fixed it due to the fact that you mentioned whether I UPDATED my version of spigot. So I think you solved this case of mines. I didn't even think my spigot was out of date till you mention if I was fully updated. Thank you

KovuTheHusky commented 9 years ago

Let me know if you have the problem again! Glad it worked out.