Yesterday, my character is joined to the village.
Then, I suppose, because of the intervention of someone with administrative rights, an error has occurred, that is now causing the crash of the client.
Other characters are loaded properly.
Error log.
java.lang.RuntimeException: Got malformed gzip blob
at haven.Message.inflate(Message.java:285)
at haven.Message.inflate(Message.java:292)
at haven.MCache$Grid.fill(MCache.java:273)
at haven.MCache.mapdata2(MCache.java:421)
at haven.MCache.mapdata(MCache.java:443)
at haven.Session$RWorker.run(Session.java:598)
Caused by: java.util.zip.DataFormatException: unknown compression method
at java.util.zip.Inflater.inflateBytes(Native Method)
at java.util.zip.Inflater.inflate(Unknown Source)
at java.util.zip.Inflater.inflate(Unknown Source)
at haven.Message.inflate(Message.java:278)
... 5 more