You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at qowyn.ark.ArkArchive.getString(ArkArchive.java:198)
at qowyn.ark.properties.PropertyStr.(PropertyStr.java:26)
at qowyn.ark.properties.PropertyRegistry.readBinary(PropertyRegistry.java:62)
at qowyn.ark.GameObject.loadProperties(GameObject.java:375)
at qowyn.ark.ArkSavegame.readBinaryObjectPropertiesImpl(ArkSavegame.java:340)
at qowyn.ark.ArkSavegame.lambda$readBinaryObjectProperties$5(ArkSavegame.java:326)
at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Unknown Source)
at java.util.stream.IntPipeline$Head.forEach(Unknown Source)
at qowyn.ark.ArkSavegame.readBinaryObjectProperties(ArkSavegame.java:326)
at qowyn.ark.ArkSavegame.readBinary(ArkSavegame.java:169)
at qowyn.ark.FileFormatBase.readBinary(FileFormatBase.java:31)
at qowyn.ark.tools.ConvertingCommands.toJson(ConvertingCommands.java:89)
at qowyn.ark.tools.ConvertingCommands.mapToJson(ConvertingCommands.java:24)
at qowyn.ark.tools.App.main(App.java:125)
thanks
The text was updated successfully, but these errors were encountered:
Hi
I just got this error on a m2j
Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at qowyn.ark.ArkArchive.getString(ArkArchive.java:198)
at qowyn.ark.properties.PropertyStr.(PropertyStr.java:26)
at qowyn.ark.properties.PropertyRegistry.readBinary(PropertyRegistry.java:62)
at qowyn.ark.GameObject.loadProperties(GameObject.java:375)
at qowyn.ark.ArkSavegame.readBinaryObjectPropertiesImpl(ArkSavegame.java:340)
at qowyn.ark.ArkSavegame.lambda$readBinaryObjectProperties$5(ArkSavegame.java:326)
at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Unknown Source)
at java.util.stream.IntPipeline$Head.forEach(Unknown Source)
at qowyn.ark.ArkSavegame.readBinaryObjectProperties(ArkSavegame.java:326)
at qowyn.ark.ArkSavegame.readBinary(ArkSavegame.java:169)
at qowyn.ark.FileFormatBase.readBinary(FileFormatBase.java:31)
at qowyn.ark.tools.ConvertingCommands.toJson(ConvertingCommands.java:89)
at qowyn.ark.tools.ConvertingCommands.mapToJson(ConvertingCommands.java:24)
at qowyn.ark.tools.App.main(App.java:125)
thanks
The text was updated successfully, but these errors were encountered: