- Joined
- Nov 17, 2014
- Messages
- 4,906
- Thread Author
- #1
I saved a web as a .nav file using the byte array FileWeb#toByteArray() returned.
This web cannot be loaded by SerializableWeb.deserialize(byte[]).
@Cloud is that intended?
This web cannot be loaded by SerializableWeb.deserialize(byte[]).
Code:
java.lang.RuntimeException: The SerializableWeb being loaded is not supported by the parser.
at com.runemate.game.api.hybrid.location.navigation.web.SerializableWeb.readExternal(icc:267)
at com.runemate.game.api.hybrid.location.navigation.web.SerializableWeb.deserialize(icc:134)
at productions.celestial.bots.winegrabber.Wine.onStart(Wine.java:73)
at com.runemate.game.api.script.framework.AbstractScript.start(kob:111)
at nul.IiiIiIiiiIII.run(fec:161)
@Cloud is that intended?