Replay Mod Forums

Crashes Every Export
    • User
    • 1 forum post
    User42720
    #1

    Aug 06 16, 03:34 AM

    I have remade the same clip four times now for it to crash EVERY SINGLE TIME.

    It keeps tossing out the same crash report and error. I am on a 64-bit OS with 64-bit FFMPEG installed.

    ---- Minecraft Crash Report ----
    // Surprise! Haha. Well, this is awkward.

    Time: 8/5/16 7:37 PM
    Description: Exporting frame

    java.io.IOException: The pipe is being closed
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:315)
    at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)
    at java.nio.channels.Channels$WritableByteChannelImpl.write(Channels.java:458)
    at eu.crushedpixel.replaymod.video.VideoWriter.consume(VideoWriter.java:91)
    at eu.crushedpixel.replaymod.video.VideoRenderer$1.consume(VideoRenderer.java:81)
    at eu.crushedpixel.replaymod.video.VideoRenderer$1.consume(VideoRenderer.java:77)
    at eu.crushedpixel.replaymod.video.rendering.Pipeline$ProcessTask.run(Pipeline.java:102)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

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

    -- Head --
    Stacktrace:
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:315)
    at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)
    at java.nio.channels.Channels$WritableByteChannelImpl.write(Channels.java:458)

    -- Export details --
    Details:
    Export command: ffmpeg
    Export args: -y -f rawvideo -pix_fmt rgb24 -s 1920x1080 -r 120 -i - -an -c:v libx264 -preset ultrafast -qp 1 -pix_fmt yuv420p "2016_08_05_19_18_41.mp4"
    Stacktrace:
    at eu.crushedpixel.replaymod.video.VideoWriter.consume(VideoWriter.java:91)
    at eu.crushedpixel.replaymod.video.VideoRenderer$1.consume(VideoRenderer.java:81)
    at eu.crushedpixel.replaymod.video.VideoRenderer$1.consume(VideoRenderer.java:77)
    at eu.crushedpixel.replaymod.video.rendering.Pipeline$ProcessTask.run(Pipeline.java:102)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
    Minecraft Version: 1.8
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 483021824 bytes (460 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 21, allocated: 13, tallocated: 95
    FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1577 4 mods loaded, 4 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1577.jar)
    UCHIJA Forge{11.14.4.1577} [Minecraft Forge] (forge-1.8-11.14.4.1577.jar)
    UCHIJA replaymod{1.0.7-67037e8} [Replay Mod] (ReplayMod_v1.0.7.jar)
    Loaded coremods (and transformers):
    LoadingPlugin (ReplayMod_v1.0.7.jar)
    eu.crushedpixel.replaymod.coremod.ForceChunkLoadingCT
    eu.crushedpixel.replaymod.coremod.ClippingHelperCT
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.