Replay Mod Forums

This Thread is locked - no new replies are allowed.

Locked Replay Mod Causes Crash on Load
    • User
    • 8 forum posts
    User71413
    #1

    Jul 12 17, 07:14 PM

    Hey Everyone,

    I had the replay mod installed on minecraft 1.11.2 with forge and I updated to 1.12 with both forge and replay mod now evertime I try to load a game it crashes. Even though replay mod is the only mod installed. Any ideas why this might be happening?

    Thanks


    • User
    • 4 forum posts


    Hey Everyone,

    I had the replay mod installed on minecraft 1.11.2 with forge and I updated to 1.12 with both forge and replay mod now evertime I try to load a game it crashes. Even though replay mod is the only mod installed. Any ideas why this might be happening?

    Thanks


    Show LOG's


    • User
    • 8 forum posts
    User71413
    #3

    Jul 12 17, 07:28 PM

    Sorry forgot to add that, here it is. Thanks

    [18:02:23] [main/INFO]: Setting user: DiplexMantis
    [18:02:29] [main/WARN]: Skipping bad option: lastServer:
    [18:02:29] [main/INFO]: LWJGL Version: 2.9.4
    [18:02:39] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Replay Mod - Compatibility, FMLFileResourcePack:Replay Mod - Render, FMLFileResourcePack:Replay Mod - Replay, FMLFileResourcePack:Replay Mod, FMLFileResourcePack:Replay Mod - Replay Editor, FMLFileResourcePack:Replay Mod - Extras, FMLFileResourcePack:Replay Mod - Online, FMLFileResourcePack:Replay Mod - Recording, FMLFileResourcePack:Replay Mod - Simple Pathing, PERSISTENCE, CustomBlocks
    [18:02:43] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [18:02:43] [Thread-5/INFO]: Initializing LWJGL OpenAL
    [18:02:43] [Thread-5/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [18:02:43] [Thread-5/INFO]: OpenAL initialized.
    [18:02:44] [Sound Library Loader/INFO]: Sound engine started
    [18:02:53] [main/INFO]: Created: 16x16 textures-atlas
    [18:02:55] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Replay Mod - Compatibility, FMLFileResourcePack:Replay Mod - Render, FMLFileResourcePack:Replay Mod - Replay, FMLFileResourcePack:Replay Mod, FMLFileResourcePack:Replay Mod - Replay Editor, FMLFileResourcePack:Replay Mod - Extras, FMLFileResourcePack:Replay Mod - Online, FMLFileResourcePack:Replay Mod - Recording, FMLFileResourcePack:Replay Mod - Simple Pathing, PERSISTENCE, CustomBlocks
    [18:02:59] [main/INFO]: SoundSystem shutting down...
    [18:02:59] [main/WARN]: Author: Paul Lamb, www.paulscode.com
    [18:02:59] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [18:02:59] [Thread-7/INFO]: Initializing LWJGL OpenAL
    [18:02:59] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [18:02:59] [Thread-7/INFO]: OpenAL initialized.
    [18:02:59] [Sound Library Loader/INFO]: Sound engine started
    [18:03:08] [main/WARN]: Texture minecraft:textures/blocks/glazed_terracotta_gray.png with size 300x300 will have visual artifacts at mip level 4, it can only support level 2. Please report to the mod author that the texture should be some multiple of 16x16.
    [18:03:08] [main/WARN]: Texture minecraft:textures/blocks/glazed_terracotta_silver.png with size 300x300 will have visual artifacts at mip level 4, it can only support level 2. Please report to the mod author that the texture should be some multiple of 16x16.
    [18:03:08] [main/INFO]: Created: 4096x4096 textures-atlas
    [18:03:16] [main/WARN]: Skipping bad option: lastServer:
    [18:03:16] [main/INFO]: Narrator library for x64 successfully loaded
    [18:08:49] [Server thread/INFO]: Starting integrated minecraft server version 1.12
    [18:08:49] [Server thread/INFO]: Generating keypair
    [18:08:50] [Server thread/INFO]: Loaded 488 advancements
    [18:08:50] [Server thread/INFO]: Preparing start region for level 0
    [18:08:51] [Server thread/INFO]: Preparing spawn area: 0%
    [18:08:52] [Server thread/INFO]: Preparing spawn area: 54%
    [18:08:54] [Server thread/INFO]: Changing view distance to 12, from 10
    [18:08:56] [Server thread/ERROR]: Encountered an unexpected exception
    net.minecraft.util.ReportedException: Ticking memory connection
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:194) ~[ox.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:784) ~[MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:665) ~[MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) ~[chb.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
    Caused by: java.util.NoSuchElementException: packet_handler
    at io.netty.channel.DefaultChannelPipeline.getContextOrDie(DefaultChannelPipeline.java:1080) ~[DefaultChannelPipeline.class:4.1.9.Final]
    at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:251) ~[DefaultChannelPipeline.class:4.1.9.Final]
    at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:240) ~[DefaultChannelPipeline.class:4.1.9.Final]
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.insertIntoChannel(NetworkDispatcher.java:177) ~[NetworkDispatcher.class:?]
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.serverToClientHandshake(NetworkDispatcher.java:157) ~[NetworkDispatcher.class:?]
    at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.fmlServerHandshake(FMLNetworkHandler.java:72) ~[FMLNetworkHandler.class:?]
    at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:135) ~[pa.class:?]
    at net.minecraft.server.network.NetHandlerLoginServer.func_73660_a(NetHandlerLoginServer.java:63) ~[pa.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) ~[gw.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:179) ~[ox.class:?]
    ... 5 more
    [18:08:56] [Server thread/ERROR]: This crash report has been saved to: C:\Users\about\AppData\Roaming\.minecraft\crash-reports\crash-2017-07-12_18.08.56-server.txt
    [18:08:56] [Server thread/INFO]: Stopping server
    [18:08:56] [Server thread/INFO]: Saving players
    [18:08:56] [Server thread/INFO]: Saving worlds
    [18:08:56] [Server thread/INFO]: Saving chunks for level 'Replay World'/overworld
    [18:08:56] [Server thread/INFO]: Saving chunks for level 'Replay World'/the_nether
    [18:08:56] [Server thread/INFO]: Saving chunks for level 'Replay World'/the_end
    [18:08:57] [Client Shutdown Thread/INFO]: Stopping server
    [18:08:57] [Client Shutdown Thread/INFO]: Saving players
    [18:08:57] [Client Shutdown Thread/INFO]: Saving worlds


    • User
    • 8 forum posts



    Hey Everyone,

    I had the replay mod installed on minecraft 1.11.2 with forge and I updated to 1.12 with both forge and replay mod now evertime I try to load a game it crashes. Even though replay mod is the only mod installed. Any ideas why this might be happening?

    Thanks


    Show LOG's


    Any ideas


    • Developer
    • 1883 forum posts
    User10
    #5

    Jul 12 17, 09:14 PM

    You're using an old version of either the ReplayMod or Forge. Update the ReplayMod to 1.12-2.0.0 and Forge to at least build 2348 (The current Recommended build is probably best).



    • User
    • 8 forum posts


    You're using an old version of either the ReplayMod or Forge. Update the ReplayMod to 1.12-2.0.0 and Forge to at least build 2348 (The current Recommended build is probably best).


    Thanks for your reply, I have both the latest versions installed.


    • Developer
    • 1883 forum posts
    User10
    #7

    Jul 12 17, 10:35 PM

    In that case, we'll need the full contents of the file at C:\Users\about\AppData\Roaming\.minecraft\crash-reports\crash-2017-07-12_18.08.56-server.txt.


    • User
    • 8 forum posts


    In that case, we'll need the full contents of the file at C:\Users\about\AppData\Roaming\.minecraft\crash-reports\crash-2017-07-12_18.08.56-server.txt.


    Appreciate the help, here my crash report.

    ---- Minecraft Crash Report ----
    // This doesn't make any sense!

    Time: 7/12/17 5:46 PM
    Description: Ticking memory connection

    java.util.NoSuchElementException: packet_handler
    at io.netty.channel.DefaultChannelPipeline.getContextOrDie(DefaultChannelPipeline.java:1080)
    at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:251)
    at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:240)
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.insertIntoChannel(NetworkDispatcher.java:177)
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.serverToClientHandshake(NetworkDispatcher.java:157)
    at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.fmlServerHandshake(FMLNetworkHandler.java:72)
    at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:135)
    at net.minecraft.server.network.NetHandlerLoginServer.func_73660_a(NetHandlerLoginServer.java:63)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:179)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:784)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:665)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523)
    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 --
    Thread: Server thread
    Stacktrace:
    at io.netty.channel.DefaultChannelPipeline.getContextOrDie(DefaultChannelPipeline.java:1080)
    at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:251)
    at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:240)
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.insertIntoChannel(NetworkDispatcher.java:177)
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.serverToClientHandshake(NetworkDispatcher.java:157)
    at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.fmlServerHandshake(FMLNetworkHandler.java:72)
    at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:135)
    at net.minecraft.server.network.NetHandlerLoginServer.func_73660_a(NetHandlerLoginServer.java:63)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)

    -- Ticking connection --
    Details:
    Connection: net.minecraft.network.NetworkManager@User6839c638
    Stacktrace:
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:179)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:784)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:665)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523)
    at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
    Minecraft Version: 1.12
    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: 381388016 bytes (363 MB) / 1342205952 bytes (1280 MB) up to 4241293312 bytes (4044 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M
    IntCache: cache: 7, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP 9.40 Powered by Forge 14.21.0.2322 13 mods loaded, 13 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA minecraft{1.12} [Minecraft] (minecraft.jar)
    UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.0.2322.jar)
    UCHIJAAAA forge{14.21.0.2322} [Minecraft Forge] (forge-1.12-14.21.0.2322.jar)
    UCHIJAAAA replaymod-compat{1.12-2.0.0} [Replay Mod - Compatibility] (replaymod-1.12-2.0.0.jar)
    UCHIJAAAA replaymod-render{1.12-2.0.0} [Replay Mod - Render] (replaymod-1.12-2.0.0.jar)
    UCHIJAAAA replaymod-replay{1.12-2.0.0} [Replay Mod - Replay] (replaymod-1.12-2.0.0.jar)
    UCHIJAAAA replaymod{1.12-2.0.0} [Replay Mod] (replaymod-1.12-2.0.0.jar)
    UCHIJAAAA replaymod-editor{1.12-2.0.0} [Replay Mod - Replay Editor] (replaymod-1.12-2.0.0.jar)
    UCHIJAAAA replaymod-extras{1.12-2.0.0} [Replay Mod - Extras] (replaymod-1.12-2.0.0.jar)
    UCHIJAAAA replaymod-online{1.12-2.0.0} [Replay Mod - Online] (replaymod-1.12-2.0.0.jar)
    UCHIJAAAA replaymod-recording{1.12-2.0.0} [Replay Mod - Recording] (replaymod-1.12-2.0.0.jar)
    UCHIJAAAA replaymod-simplepathing{1.12-2.0.0} [Replay Mod - Simple Pathing] (replaymod-1.12-2.0.0.jar)
    Loaded coremods (and transformers):
    LoadingPlugin (replaymod-1.12-2.0.0.jar)

    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'


    • Developer
    • 1883 forum posts
    User10
    #9

    Jul 12 17, 10:41 PM

    You're using Forge build 2322 which is older than the one supported by ReplayMod 1.12-2.0.0 (2348) and nowhere close to latest (2407).


    • User
    • 8 forum posts


    You're using Forge build 2322 which is older than the one supported by ReplayMod 1.12-2.0.0 (2348) and nowhere close to latest (2407).


    I have the 1.12 version of Forge which is the most recent, is that one not compatible?



    • Developer
    • 1883 forum posts
    User10
    #11

    Jul 12 17, 10:48 PM

    There are about 80 different versions of Forge for Minecraft 1.12. The one you're using (build 2322) is too old to work with the ReplayMod 1.12-2.0.0, you'll need to update to at least build 2348. Unless you have specific requirements for other mods, your best bet is to use the current "Recommended" build. You can find all Forge builds here.


    • User
    • 8 forum posts


    There are about 80 different versions of Forge for Minecraft 1.12. The one you're using (build 2322) is too old to work with the ReplayMod 1.12-2.0.0, you'll need to update to at least build 2348. Unless you have specific requirements for other mods, your best bet is to use the current "Recommended" build. You can find all Forge builds here.


    I didn't realize there was other versions for 1.12 will download it and hopefully that will fix it. Thanks for help, I really appreciate it.


    • User
    • 8 forum posts


    There are about 80 different versions of Forge for Minecraft 1.12. The one you're using (build 2322) is too old to work with the ReplayMod 1.12-2.0.0, you'll need to update to at least build 2348. Unless you have specific requirements for other mods, your best bet is to use the current "Recommended" build. You can find all Forge builds here.


    That worked, awesome. Thanks for the help, been trying to get it to work for days. Thanks