Getting this error on both Default and Amber client after placing a gemstone on my study desk. Had another character walk into the same room getting same error.
- Code: Select all
haven.Message$EOF: Required 2 bytes, got only 0
at haven.Message.rensure(Message.java:90)
at haven.Message.rget(Message.java:94)
at haven.Message.uint16(Message.java:116)
at Gemstone.create(gemstone.cjava:7)
at haven.Sprite.create(Sprite.java:121)
at Equed.<init>(eq.cjava:22)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at haven.Utils.construct(Utils.java:1180)
at haven.Sprite$2.create(Sprite.java:80)
at haven.Sprite.create(Sprite.java:121)
at haven.Gob.ctick(Gob.java:190)
at haven.OCache.ctick(OCache.java:113)
at haven.Glob.ctick(Glob.java:132)
at haven.HavenPanel.run(HavenPanel.java:538)
at java.lang.Thread.run(Unknown Source)