Gonna keep this short & sweet since I know firsthand dealing with bug reports is not the most entertaining way to spend a day.
Client crashes upon attempting to load a replay trimmed by the in-game editor. I know you have a disclaimer there about bugs, I figured I might as well report it though
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (replaymod-1.12-2.1.1.jar)
Contact their authors BEFORE contacting forge
// I feel sad now :(
Time: 3/5/18 1:26 PM
Description: Calling Gui method
java.lang.NullPointerException: Calling Gui method
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.insertIntoChannel(NetworkDispatcher.java:174)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.clientToServerHandshake(NetworkDispatcher.java:191)
at com.replaymod.replay.ReplayHandler.setup(ReplayHandler.java:170)
at com.replaymod.replay.ReplayHandler.(ReplayHandler.java:87)
at com.replaymod.replay.ReplayModReplay.startReplay(ReplayModReplay.java:195)
at com.replaymod.replay.ReplayModReplay.startReplay(ReplayModReplay.java:181)
at com.replaymod.replay.ReplayModReplay.startReplay(ReplayModReplay.java:177)
at com.replaymod.replay.gui.screen.GuiReplayViewer$3.run(GuiReplayViewer.java:119)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiClickable.onClick(AbstractGuiClickable.java:71)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiButton.onClick(AbstractGuiButton.java:112)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:53)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:152)
at com.sun.proxy.$Proxy35.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:149)
at com.sun.proxy.$Proxy35.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:149)
at com.sun.proxy.$Proxy35.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:82)
at com.sun.proxy.$Proxy35.mouseClick(Unknown Source)
at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73864_a(AbstractGuiScreen.java:181)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_146274_d(AbstractGuiScreen.java:201)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1752)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.insertIntoChannel(NetworkDispatcher.java:174)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.clientToServerHandshake(NetworkDispatcher.java:191)
at com.replaymod.replay.ReplayHandler.setup(ReplayHandler.java:170)
at com.replaymod.replay.ReplayHandler.(ReplayHandler.java:87)
at com.replaymod.replay.ReplayModReplay.startReplay(ReplayModReplay.java:195)
at com.replaymod.replay.ReplayModReplay.startReplay(ReplayModReplay.java:181)
at com.replaymod.replay.ReplayModReplay.startReplay(ReplayModReplay.java:177)
at com.replaymod.replay.gui.screen.GuiReplayViewer$3.run(GuiReplayViewer.java:119)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiClickable.onClick(AbstractGuiClickable.java:71)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiButton.onClick(AbstractGuiButton.java:112)
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:53)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean com.replaymod.lib.de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: com.replaymod.lib.de.johni0702.minecraft.gui.element.GuiButton@User4f4a3c26
Element: com.replaymod.lib.de.johni0702.minecraft.gui.element.GuiButton@User4f4a3c26
Stacktrace:
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:152)
at com.sun.proxy.$Proxy35.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean com.replaymod.lib.de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: com.replaymod.lib.de.johni0702.minecraft.gui.container.GuiPanel@User33c727b9
Element: com.replaymod.lib.de.johni0702.minecraft.gui.container.GuiPanel@User33c727b9
Stacktrace:
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:149)
at com.sun.proxy.$Proxy35.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean com.replaymod.lib.de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: com.replaymod.lib.de.johni0702.minecraft.gui.container.GuiPanel@User3f4a92d8
Element: com.replaymod.lib.de.johni0702.minecraft.gui.container.GuiPanel@User3f4a92d8
Stacktrace:
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:149)
at com.sun.proxy.$Proxy35.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean com.replaymod.lib.de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: com.replaymod.replay.gui.screen.GuiReplayViewer@User6fd4a10b
Element: com.replaymod.replay.gui.screen.GuiReplayViewer@User6fd4a10b
Stacktrace:
at com.replaymod.lib.de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:82)
at com.sun.proxy.$Proxy35.mouseClick(Unknown Source)
at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73864_a(AbstractGuiScreen.java:181)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
at com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_146274_d(AbstractGuiScreen.java:201)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
-- Affected screen --
Details:
Screen name: com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiScreen.MinecraftGuiScreen
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1752)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- 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: 455247896 bytes (434 MB) / 1073741824 bytes (1024 MB) up to 1073741824 bytes (1024 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.40 Powered by Forge 14.21.1.2387 Optifine OptiFine_1.12_HD_U_C5 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
UCHIJA minecraft{1.12} [Minecraft] (minecraft.jar)
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2387.jar)
UCHIJA forge{14.21.1.2387} [Minecraft Forge] (forge-1.12-14.21.1.2387.jar)
UCHIJA replaymod-compat{1.12-2.1.1} [Replay Mod - Compatibility] (replaymod-1.12-2.1.1.jar)
UCHIJA replaymod{1.12-2.1.1} [Replay Mod] (replaymod-1.12-2.1.1.jar)
UCHIJA replaymod-editor{1.12-2.1.1} [Replay Mod - Replay Editor] (replaymod-1.12-2.1.1.jar)
UCHIJA replaymod-extras{1.12-2.1.1} [Replay Mod - Extras] (replaymod-1.12-2.1.1.jar)
UCHIJA replaymod-online{1.12-2.1.1} [Replay Mod - Online] (replaymod-1.12-2.1.1.jar)
UCHIJA replaymod-recording{1.12-2.1.1} [Replay Mod - Recording] (replaymod-1.12-2.1.1.jar)
UCHIJA replaymod-render{1.12-2.1.1} [Replay Mod - Render] (replaymod-1.12-2.1.1.jar)
UCHIJA replaymod-replay{1.12-2.1.1} [Replay Mod - Replay] (replaymod-1.12-2.1.1.jar)
UCHIJA replaymod-simplepathing{1.12-2.1.1} [Replay Mod - Simple Pathing] (replaymod-1.12-2.1.1.jar)
Loaded coremods (and transformers):
LoadingPlugin (replaymod-1.12-2.1.1.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4248' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.12-forge1.12-14.21.1.2387
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 10.18.15.4248, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: §civerstaylot00's §4You§fTube §cPack (incompatible), Faithful 1.12.2-rv4.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz
OptiFine Version: OptiFine_1.12_HD_U_C5
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: (internal)
OpenGlVersion: 4.3.0 - Build 10.18.15.4248
OpenGlRenderer: Intel(R) HD Graphics 4400
OpenGlVendor: Intel
CpuCount: 4
Windows 10 on Intel i3 core, on an HP TouchSmart15 Laptop
Java 1.8.0_111-b14
The only other mod I have is Optifine