This is the crash report I got, let me know if you need anything els to fix this issue.
I basicly try editing the keyfram position(double click on the keyframe) and when I hit the button [save] it crashes and give me this crash report.
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 4/6/17 6:27 PM
Description: Calling Gui method
java.lang.NullPointerException: Calling Gui method
at com.replaymod.simplepathing.gui.GuiEditKeyframe$Position.save(GuiEditKeyframe.java:255)
at com.replaymod.simplepathing.gui.GuiEditKeyframe.lambda$new$1(GuiEditKeyframe.java:107)
at com.replaymod.simplepathing.gui.GuiEditKeyframe$$Lambda$72/359649577.run(Unknown Source)
at de.johni0702.minecraft.gui.element.AbstractGuiClickable.onClick(AbstractGuiClickable.java:71)
at de.johni0702.minecraft.gui.element.AbstractGuiButton.onClick(AbstractGuiButton.java:98)
at de.johni0702.minecraft.gui.element.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:53)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.popup.AbstractGuiPopup$5.invoke(AbstractGuiPopup.java:215)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.popup.AbstractGuiPopup.lambda$forEach$0(AbstractGuiPopup.java:180)
at de.johni0702.minecraft.gui.popup.AbstractGuiPopup$$Lambda$74/662807013.invoke(Unknown Source)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen.func_73864_a(AbstractGuiOverlay.java:233)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:542)
at de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen.func_146274_d(AbstractGuiOverlay.java:253)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:510)
at com.replaymod.replay.InputReplayTimer.func_74275_a(InputReplayTimer.java:47)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1037)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
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 com.replaymod.simplepathing.gui.GuiEditKeyframe$Position.save(GuiEditKeyframe.java:255)
at com.replaymod.simplepathing.gui.GuiEditKeyframe.lambda$new$1(GuiEditKeyframe.java:107)
at com.replaymod.simplepathing.gui.GuiEditKeyframe$$Lambda$72/359649577.run(Unknown Source)
at de.johni0702.minecraft.gui.element.AbstractGuiClickable.onClick(AbstractGuiClickable.java:71)
at de.johni0702.minecraft.gui.element.AbstractGuiButton.onClick(AbstractGuiButton.java:98)
at de.johni0702.minecraft.gui.element.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:53)
at sun.reflect.GeneratedMethodAccessor9.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 de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.element.GuiButton@User5f10e0e6
Element: de.johni0702.minecraft.gui.element.GuiButton@User5f10e0e6
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.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 de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@User3ada5548
Element: de.johni0702.minecraft.gui.container.GuiPanel@User3ada5548
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.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 de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@User61885b02
Element: de.johni0702.minecraft.gui.container.GuiPanel@User61885b02
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.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 de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.popup.AbstractGuiPopup$2@371bf0e3
Element: de.johni0702.minecraft.gui.popup.AbstractGuiPopup$2@371bf0e3
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.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 de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
Layer: de.johni0702.minecraft.gui.element.GuiButton@User44efba84
ComposedElement: com.replaymod.simplepathing.gui.GuiEditKeyframe$Position@User1aa3aed4
Stacktrace:
at de.johni0702.minecraft.gui.popup.AbstractGuiPopup$5.invoke(AbstractGuiPopup.java:215)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.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 de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
Layer: 0
ComposedElement: com.replaymod.simplepathing.gui.GuiEditKeyframe$Position@User1aa3aed4
Stacktrace:
at de.johni0702.minecraft.gui.popup.AbstractGuiPopup.lambda$forEach$0(AbstractGuiPopup.java:180)
at de.johni0702.minecraft.gui.popup.AbstractGuiPopup$$Lambda$74/662807013.invoke(Unknown Source)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.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 de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: com.replaymod.simplepathing.gui.GuiEditKeyframe$Position@User1aa3aed4
Element: com.replaymod.simplepathing.gui.GuiEditKeyframe$Position@User1aa3aed4
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor9.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 de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: com.replaymod.replay.gui.overlay.GuiReplayOverlay@d946144
Element: com.replaymod.replay.gui.overlay.GuiReplayOverlay@d946144
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
at com.sun.proxy.$Proxy27.mouseClick(Unknown Source)
at de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen.func_73864_a(AbstractGuiOverlay.java:233)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:542)
at de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen.func_146274_d(AbstractGuiOverlay.java:253)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:510)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [CameraEntity['Player'/-1789435, l='MpServer', x=-48.40, y=98.59, z=-47.60], EntityOtherPlayerMP['Ossy33'/0, l='MpServer', x=28.43, y=106.43, z=76.14]]
Chunk stats: MultiplayerChunkCache: 1680, 1680
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,4,8), Chunk: (at 8,0,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 17529 game time, 6000 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: spectator (ID 3). Hardcore: false. Cheats: false
Forced entities: 1 total; [CameraEntity['Player'/-1789435, l='MpServer', x=-48.40, y=98.59, z=-47.60]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.11.2
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: 180917632 bytes (172 MB) / 595730432 bytes (568 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.38 Powered by Forge 13.20.0.2228 16 mods loaded, 16 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.11.2} [Minecraft] (minecraft.jar)
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2228.jar)
UCHIJA forge{13.20.0.2228} [Minecraft Forge] (forge-1.11.2-13.20.0.2228.jar)
UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.jar)
UCHIJA replaymod-replay{1.11.2-2.0.0-b6} [Replay Mod - Replay] (replaymod-1.11.2-2.0.0-b6.jar)
UCHIJA replaymod-simplepathing{1.11.2-2.0.0-b6} [Replay Mod - Simple Pathing] (replaymod-1.11.2-2.0.0-b6.jar)
UCHIJA replaymod-extras{1.11.2-2.0.0-b6} [Replay Mod - Extras] (replaymod-1.11.2-2.0.0-b6.jar)
UCHIJA replaymod-recording{1.11.2-2.0.0-b6} [Replay Mod - Recording] (replaymod-1.11.2-2.0.0-b6.jar)
UCHIJA replaymod-editor{1.11.2-2.0.0-b6} [Replay Mod - Replay Editor] (replaymod-1.11.2-2.0.0-b6.jar)
UCHIJA replaymod-online{1.11.2-2.0.0-b6} [Replay Mod - Online] (replaymod-1.11.2-2.0.0-b6.jar)
UCHIJA replaymod{1.11.2-2.0.0-b6} [Replay Mod] (replaymod-1.11.2-2.0.0-b6.jar)
UCHIJA replaymod-compat{1.11.2-2.0.0-b6} [Replay Mod - Compatibility] (replaymod-1.11.2-2.0.0-b6.jar)
UCHIJA replaymod-render{1.11.2-2.0.0-b6} [Replay Mod - Render] (replaymod-1.11.2-2.0.0-b6.jar)
UCHIJA lunatriuscore{1.1.2.39} [LunatriusCore] (LunatriusCore-1.11-1.1.2.39-universal.jar)
UCHIJA schematica{1.7.8.158} [Schematica] (Schematica-1.11-1.7.8.158-universal.jar)
Loaded coremods (and transformers):
LoadingPlugin (replaymod-1.11.2-2.0.0-b6.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.53' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
Launched Version: 1.11.2-forge1.11.2-13.20.0.2228
LWJGL: 2.9.4
OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 376.53, NVIDIA Corporation
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: Green Screen Minecraft Texturepack(5.0).zip (incompatible)
Current Language: English (New Zealand)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz