Replay Mod Forums

Crash Rendering
    • User
    • 4 forum posts
    User14128
    #1

    Sep 15 15, 11:58 AM

    Hello I'm French, so maybe I can't understand, but we have Reverso ! I have some problems with the rendering for replay mod. I'm on Mac and when I tried a rendering, after 3 per cent the game stop and crash :'(

    This is the crash log :

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

    Time: 15/09/15 11:55
    Description: Exporting frame

    java.io.IOException: Stream closed
    at java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:433)
    at java.io.OutputStream.write(OutputStream.java:116)
    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.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:433)
    at java.io.OutputStream.write(OutputStream.java:116)
    at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)
    at java.nio.channels.Channels$WritableByteChannelImpl.write(Channels.java:458)

    -- Export details --
    Details:
    Export command: /usr/local/bin/ffmpeg
    Export args: -y -f rawvideo -pix_fmt rgb24 -s 1920x1080 -r 30 -i - -an -c:v libx264 -preset ultrafast -pix_fmt yuv420p "2015_09_15_11_54_19.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: Mac OS X (x86_64) version 10.10.5
    Java Version: 1.8.0_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 313745792 bytes (299 MB) / 712192000 bytes (679 MB) up to 2134114304 bytes (2035 MB)
    JVM Flags: 5 total; -Xmx2G -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.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.5-1e06d3f} [Replay Mod] (ReplayMod_v1.0.5.jar)
    Loaded coremods (and transformers):
    LoadingPlugin (ReplayMod_v1.0.5.jar)
    eu.crushedpixel.replaymod.coremod.ForceChunkLoadingCT
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.


    • Developer
    • 1883 forum posts
    User10
    #2

    Sep 15 15, 12:12 PM

    Please post the content of the export.log file in your .minecraft folder.


    • User
    • 4 forum posts
    User14128
    #3

    Sep 16 15, 11:00 AM | Last edited: Sep 16 15, 11:00 AM

    There is nothing in the export.log file I have an another log who's name "hs_err_pid6862.log" and It's present this content :

    [spoiler="#
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # SIGSEGV (0xb) at pc=0x00000001ed0c8ca4, pid=6862, tid=14083
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode bsd-amd64 compressed oops)
    # Problematic frame:
    # C [libtwitchsdk.dylib+0x45ca4] _ZN12_GLOBAL__N_121NativeChatAPIListenerD1Ev+0x26
    #
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    #
    # If you would like to submit a bug report, please visit:
    # http://bugreport.java.com/bugreport/crash.jsp
    #
    "][/spoiler]


    • Developer
    • 818 forum posts
    User1
    #4

    Sep 16 15, 11:53 AM

    What are your system specifications? For example, Processor, Graphics Card, RAM etc :)


    • User
    • 4 forum posts
    User14128
    #5

    Sep 16 15, 12:30 PM

    it's a MacBook Pro
    Processor : 2,6GHZ intel core I7
    Graphics Card NVIDIA GeForce GT 650 M 1024Mo
    RAM : 8Go 1600 MHz DDR3



    • Developer
    • 818 forum posts


    it's a MacBook Pro
    Processor : 2,6GHZ intel core I7
    Graphics Card NVIDIA GeForce GT 650 M 1024Mo
    RAM : 8Go 1600 MHz DDR3


    I have a Macbook Pro as well, so I don't understand why it doesn't work. Please try updating your Graphics Drivers.


    • User
    • 4 forum posts
    User14128
    #7

    Sep 16 15, 01:05 PM

    It's updating I don't understand :/