Replay Mod Forums

error while saving
    • User
    • 1 forum post
    User36353
    #1

    Dec 03 19, 04:01 PM

    so its my first time using replay and i tried some test recordings but when its saving i keep getting the following error

    ---- Minecraft Crash Report ----
    // Hi. I'm Minecraft, and I'm a crashaholic.

    Time: 03/12/19 15:55
    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 com.replaymod.recording.packet.PacketListener$$Lambda$3597/1481153581.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:745)
    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)
    ... 5 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: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 949470320 bytes (905 MB) / 2013265920 bytes (1920 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 12
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Fabric Mods:
    fabric: Fabric API 0.4.1+build.245-1.14
    fabric-api-base: Fabric API Base 0.1.1+2ac73e7242
    fabric-biomes-v1: Fabric Biomes (v1) 0.1.0+591e97ae42
    fabric-commands-v0: Fabric Commands (v0) 0.1.1+591e97ae42
    fabric-containers-v0: Fabric Containers (v0) 0.1.2+591e97ae42
    fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.1+591e97ae42
    fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.1+591e97ae42
    fabric-dimensions-v1: fabric-dimensions-v1 0.1.0+369ab22e42
    fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.1.1+591e97ae42
    fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.1+591e97ae42
    fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.0+591e97ae42
    fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+591e97ae42
    fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.0+591e97ae42
    fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.0+591e97ae42
    fabric-models-v0: Fabric Models (v0) 0.1.0+591e97ae42
    fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.0+c877038942
    fabric-networking-v0: Fabric Networking (v0) 0.1.3+591e97ae42
    fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.1+591e97ae42
    fabric-particles-v1: fabric-particles-v1 0.1.1+c877038942
    fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.2+591e97ae42
    fabric-renderer-api-v1: Fabric Renderer API (v1) 0.1.1+591e97ae42
    fabric-renderer-indigo: Fabric Renderer - Indigo 0.1.13+591e97ae42
    fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.1+c877038942
    fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.2+36f27aa342
    fabric-rendering-v0: Fabric Rendering (v0) 0.1.1+591e97ae42
    fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.3+591e97ae42
    fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.1+591e97ae42
    fabric-textures-v0: Fabric Textures (v0) 0.1.4+591e97ae42
    fabricloader: Fabric Loader 0.7.2+build.174
    minecraft: Minecraft 1.14.4
    replaymod: Replay Mod 1.14.4-2.2.0-b7

    thanks in advance


    • User
    • 1 forum post
    User140356
    #2

    Dec 08 19, 07:14 PM

    I have the same problem and the latest version of replaymod

    ---- Minecraft Crash Report ----
    // Ooh. Shiny.

    Time: 08.12.19 19:12
    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 com.replaymod.recording.packet.PacketListener$$Lambda$2446/881457535.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:745)
    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)
    ... 5 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: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 3795735320 bytes (3619 MB) / 4664066048 bytes (4448 MB) up to 8589934592 bytes (8192 MB)
    CPUs: 12
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Fabric Mods:
    fabric: Fabric API 0.4.1+build.245-1.14
    fabric-api-base: Fabric API Base 0.1.1+2ac73e7242
    fabric-biomes-v1: Fabric Biomes (v1) 0.1.0+591e97ae42
    fabric-commands-v0: Fabric Commands (v0) 0.1.1+591e97ae42
    fabric-containers-v0: Fabric Containers (v0) 0.1.2+591e97ae42
    fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.1+591e97ae42
    fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.1+591e97ae42
    fabric-dimensions-v1: fabric-dimensions-v1 0.1.0+369ab22e42
    fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.1.1+591e97ae42
    fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.1+591e97ae42
    fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.0+591e97ae42
    fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+591e97ae42
    fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.0+591e97ae42
    fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.0+591e97ae42
    fabric-models-v0: Fabric Models (v0) 0.1.0+591e97ae42
    fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.0+c877038942
    fabric-networking-v0: Fabric Networking (v0) 0.1.3+591e97ae42
    fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.1+591e97ae42
    fabric-particles-v1: fabric-particles-v1 0.1.1+c877038942
    fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.2+591e97ae42
    fabric-renderer-api-v1: Fabric Renderer API (v1) 0.1.1+591e97ae42
    fabric-renderer-indigo: Fabric Renderer - Indigo 0.1.13+591e97ae42
    fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.1+c877038942
    fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.2+36f27aa342
    fabric-rendering-v0: Fabric Rendering (v0) 0.1.1+591e97ae42
    fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.3+591e97ae42
    fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.1+591e97ae42
    fabric-textures-v0: Fabric Textures (v0) 0.1.4+591e97ae42
    fabricloader: Fabric Loader 0.7.2+build.174
    minecraft: Minecraft 1.14.4
    mm: Manningham Mills 1.8
    optifabric: Optifabric 0.7.0
    org_slf4j_slf4j-api: slf4j-api 1.7.29
    org_slf4j_slf4j-simple: slf4j-simple 1.7.29
    org_zeroturnaround_zt-zip: zt-zip 1.13
    replaymod: Replay Mod 1.14.4-2.2.0-b7
    OptiFine Version: OptiFine_1.14.4_HD_U_F5
    OptiFine Build: 20191204-141250
    Render Distance Chunks: 16
    Mipmaps: 2
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: Sildurs Vibrant Shaders v1.22 Extreme-VL.zip
    OpenGlVersion: 4.6.0 NVIDIA 441.20
    OpenGlRenderer: GeForce GTX 1080 Ti/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 12