When the renderization finished, sounds the sound when the render is done, but in this moment minecraft crashes and the recording is not saved.
I tried this 3 more times but nothing.
Here is the crash report:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 7/09/15 19:35
Description: Exporting frame
java.io.IOException: Se está cerrando la canalización
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 1280x720 -r 30 -i - -an -c:v libx264 -preset ultrafast -pix_fmt yuv420p "2015_09_07_19_35_41.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 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 113929808 bytes (108 MB) / 349720576 bytes (333 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1512 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.3.1512.jar)
UCHIJA Forge{11.14.3.1512} [Minecraft Forge] (forge-1.8-11.14.3.1512.jar)
UCHIJA replaymod{1.0.5-1e06d3f} [Replay Mod] (ReplayMod_v1.0.5.jar)
Loaded coremods (and transformers):
LoadingPlugin (ReplayMod_v1.0.5.jar)
eu.crushedpixel.replaymod.coremod.ForceChunkLoadingCT