I built a house and recording it so i can make a time lapse of it. When i finished setting up all the paths and key frames i clicked clicked render. I saw the screen flicker the rendering screen then it went to the default minecraft blank screen. After a while it says not responding and crashes. However when i tried with only two key frames and paths it works perfectly fine.
Is it a problem with the time or paths?
Crash log:
--- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (replaymod-1.11.2-2.0.0-b6.jar)
Contact their authors BEFORE contacting forge
// You're mean.
Time: 5/6/17 11:12 AM
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/1696773650.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.GeneratedMethodAccessor21.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.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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$79/1738458037.invoke(Unknown Source)
at com.sun.proxy.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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.$Proxy24.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/1696773650.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.GeneratedMethodAccessor21.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@User5fa33170
Element: de.johni0702.minecraft.gui.element.GuiButton@User5fa33170
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
at com.sun.proxy.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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@User60da8ca8
Element: de.johni0702.minecraft.gui.container.GuiPanel@User60da8ca8
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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@b6b3a15
Element: de.johni0702.minecraft.gui.container.GuiPanel@b6b3a15
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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@6ab0e338
Element: de.johni0702.minecraft.gui.popup.AbstractGuiPopup$2@6ab0e338
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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@User22c1c81b
ComposedElement: com.replaymod.simplepathing.gui.GuiEditKeyframe$Position@User4d9b3152
Stacktrace:
at de.johni0702.minecraft.gui.popup.AbstractGuiPopup$5.invoke(AbstractGuiPopup.java:215)
at com.sun.proxy.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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@User4d9b3152
Stacktrace:
at de.johni0702.minecraft.gui.popup.AbstractGuiPopup.lambda$forEach$0(AbstractGuiPopup.java:180)
at de.johni0702.minecraft.gui.popup.AbstractGuiPopup$$Lambda$79/1738458037.invoke(Unknown Source)
at com.sun.proxy.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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@User4d9b3152
Element: com.replaymod.simplepathing.gui.GuiEditKeyframe$Position@User4d9b3152
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy24.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor21.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@User53667f4d
Element: com.replaymod.replay.gui.overlay.GuiReplayOverlay@User53667f4d
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
at com.sun.proxy.$Proxy24.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=26.90, y=78.54, z=290.08], EntityOtherPlayerMP['NukerPuker'/361, l='MpServer', x=8.50, y=65.00, z=8.50]]
Chunk stats: MultiplayerChunkCache: 197, 197
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (136,64,220), Chunk: (at 8,4,12 in 8,13; contains blocks 128,0,208 to 143,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2757 game time, 2757 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: 96 total; [EntityVillager['Villager'/129, l='MpServer', x=45.60, y=64.94, z=204.70], EntitySkeleton['Skeleton'/2, l='MpServer', x=-48.50, y=41.00, z=200.50], EntitySpider['Spider'/130, l='MpServer', x=41.96, y=26.00, z=220.96], EntityBat['Bat'/3, l='MpServer', x=-50.19, y=42.45, z=216.30], EntityCreeper['Creeper'/131, l='MpServer', x=44.54, y=27.00, z=221.83], EntityCreeper['Creeper'/4, l='MpServer', x=-53.50, y=23.00, z=261.50], EntitySkeleton['Skeleton'/132, l='MpServer', x=38.50, y=25.00, z=228.50], EntityZombie['Zombie'/5, l='MpServer', x=-54.50, y=14.00, z=286.50], EntityVillager['Villager'/133, l='MpServer', x=43.19, y=62.45, z=238.46], EntityPig['Pig'/6, l='MpServer', x=-52.25, y=86.00, z=277.53], EntityVillager['Villager'/134, l='MpServer', x=33.70, y=69.00, z=228.70], EntityPig['Pig'/7, l='MpServer', x=-51.70, y=85.00, z=276.32], EntityVillager['Villager'/135, l='MpServer', x=44.70, y=62.94, z=248.30], EntityPig['Pig'/8, l='MpServer', x=-48.50, y=84.00, z=277.50], EntitySkeleton['Skeleton'/136, l='MpServer', x=37.50, y=34.00, z=269.50], EntityChicken['Chicken'/9, l='MpServer', x=-50.50, y=84.00, z=276.39], EntityCreeper['Creeper'/137, l='MpServer', x=35.53, y=34.00, z=270.22], EntityChicken['Chicken'/10, l='MpServer', x=-48.50, y=84.00, z=278.50], EntitySquid['Squid'/138, l='MpServer', x=36.30, y=58.87, z=269.49], EntityCreeper['Creeper'/11, l='MpServer', x=-53.50, y=15.00, z=288.50], EntitySkeleton['Skeleton'/12, l='MpServer', x=-57.50, y=15.00, z=290.50], EntitySpider['Spider'/13, l='MpServer', x=-57.50, y=15.00, z=291.50], EntityBat['Bat'/14, l='MpServer', x=-63.43, y=17.64, z=294.50], EntityVillager['Villager'/147, l='MpServer', x=59.03, y=63.00, z=212.51], EntityVillager['Villager'/148, l='MpServer', x=61.59, y=71.00, z=233.92], EntityVillager['Villager'/149, l='MpServer', x=56.50, y=71.00, z=245.50], EntityZombie['Zombie'/150, l='MpServer', x=50.50, y=28.00, z=292.24], EntityZombieVillager['Zombie Villager'/151, l='MpServer', x=49.50, y=36.00, z=303.50], EntitySkeleton['Skeleton'/30, l='MpServer', x=-41.60, y=15.00, z=212.85], EntityCreeper['Creeper'/158, l='MpServer', x=78.50, y=30.00, z=222.50], EntityCreeper['Creeper'/31, l='MpServer', x=-41.50, y=36.00, z=216.50], EntitySheep['Sheep'/159, l='MpServer', x=65.50, y=65.00, z=282.50], EntityZombie['Zombie'/32, l='MpServer', x=-36.50, y=12.00, z=230.50], EntitySheep['Sheep'/160, l='MpServer', x=65.50, y=66.00, z=283.50], EntityPig['Pig'/33, l='MpServer', x=-44.50, y=83.00, z=279.50], EntitySheep['Sheep'/161, l='MpServer', x=66.50, y=68.00, z=285.50], EntityChicken['Chicken'/34, l='MpServer', x=-47.50, y=83.00, z=275.50], EntitySheep['Sheep'/162, l='MpServer', x=66.50, y=68.00, z=284.50], EntityChicken['Chicken'/35, l='MpServer', x=-46.50, y=84.00, z=275.50], EntityPig['Pig'/163, l='MpServer', x=64.50, y=63.00, z=329.50], EntityPig['Pig'/36, l='MpServer', x=-33.50, y=80.00, z=281.50], EntityPig['Pig'/164, l='MpServer', x=67.50, y=63.00, z=331.50], EntityPig['Pig'/37, l='MpServer', x=-36.50, y=93.00, z=334.50], EntityPig['Pig'/165, l='MpServer', x=70.50, y=63.00, z=329.50], EntityPig['Pig'/38, l='MpServer', x=-38.50, y=94.00, z=334.50], EntityPig['Pig'/166, l='MpServer', x=64.50, y=63.00, z=328.50], EntityPig['Pig'/39, l='MpServer', x=-36.50, y=93.00, z=336.50], EntityPig['Pig'/40, l='MpServer', x=-36.50, y=93.00, z=336.50], EntityWolf['Wolf'/174, l='MpServer', x=91.50, y=69.00, z=271.50], EntityWolf['Wolf'/175, l='MpServer', x=88.50, y=68.00, z=275.50], EntityWolf['Wolf'/176, l='MpServer', x=89.50, y=68.00, z=275.50], EntityPig['Pig'/177, l='MpServer', x=89.50, y=63.00, z=302.50], EntityPig['Pig'/178, l='MpServer', x=92.50, y=63.00, z=302.50], EntityEnderman['Enderman'/179, l='MpServer', x=94.45, y=45.00, z=318.54], EntitySkeleton['Skeleton'/52, l='MpServer', x=-25.50, y=39.00, z=206.50], EntityPig['Pig'/180, l='MpServer', x=88.83, y=63.00, z=308.92], EntitySkeleton['Skeleton'/53, l='MpServer', x=-26.50, y=36.00, z=203.50], EntityPig['Pig'/181, l='MpServer', x=89.99, y=63.00, z=306.30], EntitySkeleton['Skeleton'/54, l='MpServer', x=-30.50, y=43.00, z=215.50], EntityBat['Bat'/55, l='MpServer', x=-23.58, y=41.99, z=212.25], EntityBat['Bat'/56, l='MpServer', x=-21.03, y=41.32, z=211.61], EntityCreeper['Creeper'/57, l='MpServer', x=-21.50, y=37.00, z=213.50], EntityCreeper['Creeper'/58, l='MpServer', x=-26.50, y=38.00, z=215.50], EntityZombie['Zombie'/59, l='MpServer', x=-17.50, y=48.00, z=240.50], EntityPig['Pig'/60, l='MpServer', x=-32.09, y=80.00, z=283.05], EntityPig['Pig'/61, l='MpServer', x=-30.19, y=80.00, z=280.25], EntityPig['Pig'/62, l='MpServer', x=-25.73, y=80.00, z=284.37], EntitySkeleton['Skeleton'/63, l='MpServer', x=-30.31, y=20.00, z=353.64], EntitySkeleton['Skeleton'/82, l='MpServer', x=-6.53, y=61.00, z=233.28], EntityPig['Pig'/83, l='MpServer', x=-6.15, y=79.00, z=265.26], EntityPig['Pig'/84, l='MpServer', x=-11.35, y=82.00, z=272.19], EntityPig['Pig'/85, l='MpServer', x=-14.50, y=79.00, z=352.50], EntityPig['Pig'/86, l='MpServer', x=-12.50, y=74.00, z=354.50], EntityPig['Pig'/88, l='MpServer', x=-14.50, y=78.00, z=355.85], EntityZombie['Zombie'/95, l='MpServer', x=11.30, y=38.00, z=220.51], EntityCreeper['Creeper'/96, l='MpServer', x=12.50, y=44.00, z=216.50], CameraEntity['Player'/-1789435, l='MpServer', x=26.90, y=78.54, z=290.08], EntityBat['Bat'/97, l='MpServer', x=9.32, y=39.38, z=218.48], EntitySkeleton['Skeleton'/98, l='MpServer', x=9.50, y=44.00, z=220.50], EntitySkeleton['Skeleton'/99, l='MpServer', x=10.50, y=44.00, z=220.50], EntitySkeleton['Skeleton'/100, l='MpServer', x=8.50, y=44.00, z=219.50], EntityZombie['Zombie'/101, l='MpServer', x=11.95, y=38.00, z=220.50], EntityVillager['Villager'/102, l='MpServer', x=4.50, y=77.00, z=208.50], EntityVillager['Villager'/103, l='MpServer', x=5.50, y=77.00, z=208.50], EntityVillager['Villager'/104, l='MpServer', x=2.67, y=77.00, z=215.56], EntityOtherPlayerMP['NukerPuker'/361, l='MpServer', x=8.50, y=65.00, z=8.50], EntityVillager['Villager'/105, l='MpServer', x=5.50, y=77.00, z=216.50], EntityZombieVillager['Zombie Villager'/106, l='MpServer', x=0.50, y=22.00, z=246.50], EntityPig['Pig'/107, l='MpServer', x=-0.55, y=79.00, z=269.36], EntityPig['Pig'/108, l='MpServer', x=7.72, y=77.00, z=262.51], EntityVillager['Villager'/121, l='MpServer', x=18.48, y=79.00, z=206.60], EntityCreeper['Creeper'/122, l='MpServer', x=16.50, y=44.00, z=223.50], EntityVillager['Villager'/123, l='MpServer', x=31.74, y=71.00, z=220.55], EntitySquid['Squid'/124, l='MpServer', x=28.41, y=62.18, z=248.34], EntitySquid['Squid'/125, l='MpServer', x=28.78, y=57.52, z=250.40], EntitySquid['Squid'/126, l='MpServer', x=29.61, y=58.89, z=259.31]]
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:524)
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: 303631272 bytes (289 MB) / 622919680 bytes (594 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.38 Powered by Forge 13.20.0.2228 Optifine OptiFine_1.11.2_HD_U_B7 15 mods loaded, 15 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 betterbuilderswands{0.10.2} [Better Builder's Wands] (BetterBuildersWands-1.11-0.10.2.225+14b290d.jar)
Loaded coremods (and transformers):
LoadingPlugin (replaymod-1.11.2-2.0.0-b6.jar)
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4463' Renderer: 'Intel(R) HD Graphics 520'
Launched Version: 1.11.2-forge1.11.2-13.20.0.2228
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 520 GL version 4.4.0 - Build 20.19.15.4463, 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:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
OptiFine Version: OptiFine_1.11.2_HD_U_B7
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.4.0 - Build 20.19.15.4463
OpenGlRenderer: Intel(R) HD Graphics 520
OpenGlVendor: Intel
CpuCount: 4