Replay Mod Forums

Unable to save replay files on ubuntu
    • User
    • 1 forum post
    User172763
    #1

    Jul 29 19, 03:55 AM

    When closing a world or disconnecting from a server, I get this error:

    ---- Minecraft Crash Report ----
    // You're mean.

    Time: 7/28/19 8:52 PM
    Description: Saving replay file

    java.io.IOException: decoding
    at com.replaymod.replaystudio.io.ReplayInputStream.fillBuffer(ReplayInputStream.java:233)
    at com.replaymod.replaystudio.io.ReplayInputStream.readPacket(ReplayInputStream.java:184)
    at com.replaymod.editor.gui.MarkerProcessor.apply(MarkerProcessor.java:146)
    at com.replaymod.recording.packet.PacketListener.lambda$channelInactive$8(PacketListener.java:225)
    at java.lang.Thread.run(Thread.java:748)
    Caused by: java.lang.IllegalArgumentException: Value buffet has no mapping for key class com.replaymod.lib.com.github.steveice10.mc.protocol.data.game.world.WorldType.
    at com.replaymod.lib.com.github.steveice10.mc.protocol.data.MagicValues.key(MagicValues.java:1109)
    at com.replaymod.lib.com.github.steveice10.mc.protocol.packet.ingame.server.ServerJoinGamePacket.read(ServerJoinGamePacket.java:78)
    at com.replaymod.lib.com.github.steveice10.packetlib.tcp.TcpPacketCodec.decode(TcpPacketCodec.java:41)
    at com.replaymod.replaystudio.studio.protocol.StudioCodec.decode(StudioCodec.java:42)
    at com.replaymod.replaystudio.io.ReplayInputStream.fillBuffer(ReplayInputStream.java:229)
    ... 4 more

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Linux (amd64) version 4.18.0-25-generic
    Java Version: 1.8.0_212, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 497480168 bytes (474 MB) / 1644167168 bytes (1568 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 8
    JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Fabric Mods:
    fabric: Fabric API 0.3.0+build.206
    fabric-api-base: fabric-api-base 0.1.0+5914746342
    fabric-biomes-v1: fabric-biomes-v1 0.1.0+896c7fbb42
    fabric-commands-v0: fabric-commands-v0 0.1.1+25fd0c5242
    fabric-containers-v0: fabric-containers-v0 0.1.2+25fd0c5242
    fabric-content-registries-v0: fabric-content-registries-v0 0.1.1+05f11b7542
    fabric-crash-report-info-v1: fabric-crash-report-info-v1 0.1.0+5914746342
    fabric-events-interaction-v0: fabric-events-interaction-v0 0.1.0+ea100f6142
    fabric-events-lifecycle-v0: fabric-events-lifecycle-v0 0.1.0+5914746342
    fabric-item-groups-v0: fabric-item-groups-v0 0.1.0+1e69a0a542
    fabric-keybindings-v0: fabric-keybindings-v0 0.1.1+7dfef87c42
    fabric-loot-tables-v1: fabric-loot-tables-v1 0.1.0+43028fa642
    fabric-mining-levels-v0: fabric-mining-levels-v0 0.1.0+ab421b9c42
    fabric-models-v0: fabric-models-v0 0.1.0+5914746342
    fabric-networking-blockentity-v0: fabric-networking-blockentity-v0 0.1.1+25fd0c5242
    fabric-networking-v0: fabric-networking-v0 0.1.2+ea100f6142
    fabric-object-builders-v0: fabric-object-builders-v0 0.1.1+592d1d2242
    fabric-registry-sync-v0: fabric-registry-sync-v0 0.2.2+ea100f6142
    fabric-renderer-api-v1: fabric-renderer-api-v1 0.1.1+9486cfbf42
    fabric-renderer-indigo: fabric-renderer-indigo 0.1.9+9486cfbf42
    fabric-rendering-data-attachment-v1: fabric-rendering-data-attachment-v1 0.1.0+02a46d5b42
    fabric-rendering-fluids-v1: fabric-rendering-fluids-v1 0.1.0+dc4c57c242
    fabric-rendering-v0: fabric-rendering-v0 0.1.1+6dad974e42
    fabric-resource-loader-v0: fabric-resource-loader-v0 0.1.1+7495ea2842
    fabric-tag-extensions-v0: fabric-tag-extensions-v0 0.1.1+c189dc5c42
    fabric-textures-v0: fabric-textures-v0 0.1.4+792c1c3542
    fabricloader: Fabric Loader 0.4.8+build.158
    replaymod: Replay Mod 1.14.4-2.2.0-b7

    Any ideas on how to fix it? Thanks in advance!


    • Developer
    • 1883 forum posts
    User10
    #2

    Jul 29 19, 10:31 AM

    Oh, there's a new world type called "buffet" which was added in 1.13 and the RM doesn't know about it.
    I should be able to fix this in the next version.