So, here is the crash report :
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 16/08/15 17:43
Description: Exporting frame
java.io.IOException: Le canal de communication est sur le point d’être fermé
(translation : The communication channel is about to be 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: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 3840x2160 -r 60 -i - -an -c:v libx264 -preset ultrafast -qp 1 -pix_fmt yuv420p "Terraforming 4K.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 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: 1055824520 bytes (1006 MB) / 1583460352 bytes (1510 MB) up to 4187619328 bytes (3993 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G
IntCache: cache: 0, tcache: 16, allocated: 13, tallocated: 95
FML: MCP v9.10 FML v8.0.76.1398 Minecraft Forge 11.14.1.1398 4 mods loaded, 4 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{8.0.76.1398} [Forge Mod Loader] (forge-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{11.14.1.1398} [Minecraft Forge] (forge-1.8-11.14.1.1398.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
replaymod{1.0.2-ad69712} [Replay Mod] (ReplayMod_v1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Loaded coremods (and transformers):
LoadingPlugin (ReplayMod_v1.0.2.jar)
eu.crushedpixel.replaymod.coremod.ForceChunkLoadingCT
I don't know if it happened before, but it's very annoying, as I spent nearly 1 hour rendering a little video in 4K.
I hope you have the solution to this problem.
Thanks :)