Replay Mod Forums

Crashing while rendering equirectangular video
    • User
    • 4 forum posts
    User6570
    #1

    Aug 18 15, 04:51 PM | Last edited: Aug 18 15, 04:54 PM

    Trying to render a high quality clip and I crash

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

    Time: 8/18/15 9:48 AM
    Description: Exporting frame

    java.io.IOException: The pipe has been ended
    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:65)
    at eu.crushedpixel.replaymod.video.VideoRenderer$1.consume(VideoRenderer.java:61)
    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 4320x2160 -r 60 -i - -an -c:v libx264 -b:v 2480000K -pix_fmt yuv420p "Super HD2.mp4"
    Stacktrace:
    at eu.crushedpixel.replaymod.video.VideoWriter.consume(VideoWriter.java:91)
    at eu.crushedpixel.replaymod.video.VideoRenderer$1.consume(VideoRenderer.java:65)
    at eu.crushedpixel.replaymod.video.VideoRenderer$1.consume(VideoRenderer.java:61)
    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 7 (amd64) version 6.1
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 331880552 bytes (316 MB) / 767295488 bytes (731 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: 0, allocated: 13, tallocated: 95
    FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 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
    UCHIJAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)
    UCHIJAAAAAA Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)
    UCHIJAAAAAA replaymod{1.0.3-bef4e7e} [Replay Mod] (ReplayMod_v1.0.3.jar)
    Loaded coremods (and transformers):
    LoadingPlugin (ReplayMod_v1.0.3.jar)
    eu.crushedpixel.replaymod.coremod.ForceChunkLoadingCT
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.

    All help is appreciated ;)
    *Edit
    I've been able to narrow it down to either the bit-rate or the resolution .


    • Developer
    • 1883 forum posts
    User10
    #2

    Aug 18 15, 04:59 PM | Last edited: Aug 18 15, 04:59 PM

    Please post the content of the export.log within your .minecraft folder. Put it in [spoiler] tags.