Exception throw when read layout

Hi, I find this exception during read layout … It begun at 1.8p

java.io.EOFException
at java.io.DataInputStream.readFully(Unknown Source)
at java.io.DataInputStream.readUTF(Unknown Source)
at java.io.DataInputStream.readUTF(Unknown Source)
at bibliothek.gui.dock.station.support.PlaceholderMap.(Placeholder
Map.java:117)
at bibliothek.gui.dock.station.split.SplitDockStationFactory.readEntry(S
plitDockStationFactory.java:513)
at bibliothek.gui.dock.station.split.SplitDockStationFactory.readEntry(S
plitDockStationFactory.java:520)
at bibliothek.gui.dock.station.split.SplitDockStationFactory.read(SplitD
ockStationFactory.java:473)
at bibliothek.gui.dock.station.split.SplitDockStationFactory.read(SplitD
ockStationFactory.java:59)
at bibliothek.gui.dock.common.intern.station.CommonDockStationFactory.re
ad(CommonDockStationFactory.java:394)
at bibliothek.gui.dock.common.intern.station.CommonDockStationFactory.re
ad(CommonDockStationFactory.java:65)
at bibliothek.gui.dock.layout.PredefinedDockSituation$PreloadFactory.rea
d(PredefinedDockSituation.java:867)
at bibliothek.gui.dock.layout.PredefinedDockSituation$PreloadFactory.rea
d(PredefinedDockSituation.java:567)
at bibliothek.gui.dock.layout.DockSituation.readEntry(DockSituation.java
:655)
at bibliothek.gui.dock.layout.DockSituation.readCompositionStream(DockSi
tuation.java:554)
at bibliothek.gui.dock.layout.DockSituation.readComposition(DockSituatio
n.java:531)
at bibliothek.gui.dock.frontend.Setting.read(Setting.java:283)
at bibliothek.gui.dock.common.intern.CSetting.read(CSetting.java:149)
at bibliothek.gui.DockFrontend.read(DockFrontend.java:1894)
at bibliothek.gui.DockFrontend.read(DockFrontend.java:1876)
at bibliothek.gui.DockFrontend.read(DockFrontend.java:1845)
at bibliothek.gui.dock.common.CControl$9.read(CControl.java:873)
at bibliothek.gui.dock.support.util.ApplicationResourceManager.readStrea
m(ApplicationResourceManager.java:144)
at bibliothek.gui.dock.support.util.ApplicationResourceManager.readFile(
ApplicationResourceManager.java:204)
at bibliothek.gui.dock.common.CControl.read(CControl.java:2707)

Hehe, that is an issue with the internal version of the format (a piece of code that was designed to prevent exactly the bug that is now happening). I’ll upload the fixed version 1.1.1p8c later today.

Ok, please download 1.1.1p8c and let me know if the exception is gone (at least my test app works now).

it’s ok. Thank you.