i got this when i tried to render the video:
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (ReplayMod_v1.0.7.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 2016/3/6 ä¸‹åˆ 4:24
Description: Rendering video
org.lwjgl.opengl.OpenGLException: Cannot use Buffers when Pixel Pack Buffer Object is enabled
at org.lwjgl.opengl.GLChecks.ensurePackPBOdisabled(GLChecks.java:123)
at org.lwjgl.opengl.GL11.glReadPixels(GL11.java:2465)
at shadersmod.client.Shaders.readCenterDepth(Shaders.java:3517)
at shadersmod.client.ShadersRender.renderHand0(ShadersRender.java:151)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1351)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1210)
at eu.crushedpixel.replaymod.video.EntityRendererHandler.renderWorld(EntityRendererHandler.java:39)
at eu.crushedpixel.replaymod.video.EntityRendererHandler.renderWorld(EntityRendererHandler.java:32)
at eu.crushedpixel.replaymod.video.capturer.OpenGlFrameCapturer.renderFrame(OpenGlFrameCapturer.java:94)
at eu.crushedpixel.replaymod.video.capturer.OpenGlFrameCapturer.renderFrame(OpenGlFrameCapturer.java:73)
at eu.crushedpixel.replaymod.video.capturer.SimplePboOpenGlFrameCapturer.process(SimplePboOpenGlFrameCapturer.java:55)
at eu.crushedpixel.replaymod.video.capturer.SimplePboOpenGlFrameCapturer.process(SimplePboOpenGlFrameCapturer.java:13)
at eu.crushedpixel.replaymod.video.rendering.Pipeline.run(Pipeline.java:57)
at eu.crushedpixel.replaymod.video.VideoRenderer.renderVideo(VideoRenderer.java:118)
at eu.crushedpixel.replaymod.replay.ReplayProcess.startReplayProcess(ReplayProcess.java:154)
at eu.crushedpixel.replaymod.replay.ReplayHandler.startPath(ReplayHandler.java:169)
at eu.crushedpixel.replaymod.gui.GuiRenderSettings.startRendering(GuiRenderSettings.java:552)
at eu.crushedpixel.replaymod.gui.GuiRenderSettings.access$000(GuiRenderSettings.java:32)
at eu.crushedpixel.replaymod.gui.GuiRenderSettings$1.run(GuiRenderSettings.java:48)
at eu.crushedpixel.replaymod.gui.elements.GuiAdvancedButton.performAction(GuiAdvancedButton.java:121)
at eu.crushedpixel.replaymod.gui.elements.GuiAdvancedButton.mouseClick(GuiAdvancedButton.java:88)
at eu.crushedpixel.replaymod.gui.elements.ComposedElement.mouseClick(ComposedElement.java:77)
at eu.crushedpixel.replaymod.gui.elements.DelegatingElement.mouseClick(DelegatingElement.java:42)
at eu.crushedpixel.replaymod.gui.GuiRenderSettings.func_73864_a(GuiRenderSettings.java:426)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:548)
at eu.crushedpixel.replaymod.events.handlers.MinecraftTicker.runMouseKeyboardTick(MinecraftTicker.java:34)
at eu.crushedpixel.replaymod.timer.ReplayTimer.func_74275_a(ReplayTimer.java:34)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1009)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
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 --
Stacktrace:
at org.lwjgl.opengl.GLChecks.ensurePackPBOdisabled(GLChecks.java:123)
at org.lwjgl.opengl.GL11.glReadPixels(GL11.java:2465)
at shadersmod.client.Shaders.readCenterDepth(Shaders.java:3517)
at shadersmod.client.ShadersRender.renderHand0(ShadersRender.java:151)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1351)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1210)
at eu.crushedpixel.replaymod.video.EntityRendererHandler.renderWorld(EntityRendererHandler.java:39)
at eu.crushedpixel.replaymod.video.EntityRendererHandler.renderWorld(EntityRendererHandler.java:32)
at eu.crushedpixel.replaymod.video.capturer.OpenGlFrameCapturer.renderFrame(OpenGlFrameCapturer.java:94)
at eu.crushedpixel.replaymod.video.capturer.OpenGlFrameCapturer.renderFrame(OpenGlFrameCapturer.java:73)
at eu.crushedpixel.replaymod.video.capturer.SimplePboOpenGlFrameCapturer.process(SimplePboOpenGlFrameCapturer.java:55)
at eu.crushedpixel.replaymod.video.capturer.SimplePboOpenGlFrameCapturer.process(SimplePboOpenGlFrameCapturer.java:13)
at eu.crushedpixel.replaymod.video.rendering.Pipeline.run(Pipeline.java:57)
at eu.crushedpixel.replaymod.video.VideoRenderer.renderVideo(VideoRenderer.java:118)
at eu.crushedpixel.replaymod.replay.ReplayProcess.startReplayProcess(ReplayProcess.java:154)
at eu.crushedpixel.replaymod.replay.ReplayHandler.startPath(ReplayHandler.java:169)
at eu.crushedpixel.replaymod.gui.GuiRenderSettings.startRendering(GuiRenderSettings.java:552)
at eu.crushedpixel.replaymod.gui.GuiRenderSettings.access$000(GuiRenderSettings.java:32)
at eu.crushedpixel.replaymod.gui.GuiRenderSettings$1.run(GuiRenderSettings.java:48)
at eu.crushedpixel.replaymod.gui.elements.GuiAdvancedButton.performAction(GuiAdvancedButton.java:121)
at eu.crushedpixel.replaymod.gui.elements.GuiAdvancedButton.mouseClick(GuiAdvancedButton.java:88)
at eu.crushedpixel.replaymod.gui.elements.ComposedElement.mouseClick(ComposedElement.java:77)
at eu.crushedpixel.replaymod.gui.elements.DelegatingElement.mouseClick(DelegatingElement.java:42)
at eu.crushedpixel.replaymod.gui.GuiRenderSettings.func_73864_a(GuiRenderSettings.java:426)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:548)
at eu.crushedpixel.replaymod.events.handlers.MinecraftTicker.runMouseKeyboardTick(MinecraftTicker.java:34)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [CameraEntity['Player'/-1789435, l='MpServer', x=63.65, y=74.70, z=261.57], EntityOtherPlayerMP['lava0715'/13232, l='MpServer', x=77.48, y=81.00, z=246.44]]
Chunk stats: MultiplayerChunkCache: 370, 370
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: 84.00,64.00,256.00 - World: (84,64,256), Chunk: (at 4,4,0 in 5,16; contains blocks 80,0,256 to 95,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 41 game time, 41 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: 156 total; [EntityBat['Bat'/13825, l='MpServer', x=129.63, y=25.08, z=317.30], EntityFallingBlock['Falling Block'/14344, l='MpServer', x=62.50, y=26.10, z=116.50], EntityFallingBlock['Falling Block'/14345, l='MpServer', x=61.50, y=26.10, z=115.50], EntityFallingBlock['Falling Block'/14346, l='MpServer', x=61.50, y=27.10, z=116.50], EntityZombie['Zombie'/13835, l='MpServer', x=32.34, y=19.02, z=223.34], EntityFallingBlock['Falling Block'/14347, l='MpServer', x=60.50, y=27.10, z=116.50], EntityZombie['Zombie'/13836, l='MpServer', x=31.34, y=19.02, z=221.34], EntityFallingBlock['Falling Block'/14353, l='MpServer', x=53.50, y=45.00, z=236.50], EntityFallingBlock['Falling Block'/14354, l='MpServer', x=53.50, y=44.85, z=237.50], EntitySquid['Squid'/13331, l='MpServer', x=35.70, y=61.32, z=246.76], EntityFallingBlock['Falling Block'/14355, l='MpServer', x=52.50, y=45.00, z=235.50], EntitySquid['Squid'/13332, l='MpServer', x=34.81, y=60.15, z=245.99], EntityFallingBlock['Falling Block'/14356, l='MpServer', x=52.50, y=45.85, z=236.50], EntitySquid['Squid'/13333, l='MpServer', x=36.84, y=61.95, z=245.96], EntityFallingBlock['Falling Block'/14357, l='MpServer', x=53.50, y=44.85, z=238.50], EntitySquid['Squid'/13334, l='MpServer', x=29.50, y=60.41, z=248.94], EntityFallingBlock['Falling Block'/14358, l='MpServer', x=52.50, y=45.85, z=237.50], EntitySkeleton['Skeleton'/13864, l='MpServer', x=83.74, y=19.00, z=226.81], EntitySkeleton['Skeleton'/13865, l='MpServer', x=82.50, y=19.02, z=223.50], EntityBat['Bat'/14387, l='MpServer', x=29.58, y=14.01, z=186.40], EntitySquid['Squid'/13376, l='MpServer', x=82.21, y=56.09, z=303.35], EntitySquid['Squid'/13377, l='MpServer', x=79.95, y=56.37, z=307.47], EntitySquid['Squid'/13378, l='MpServer', x=75.05, y=56.74, z=307.32], EntitySquid['Squid'/13379, l='MpServer', x=77.01, y=56.36, z=308.78], EntitySquid['Squid'/13385, l='MpServer', x=26.23, y=61.82, z=280.33], EntitySquid['Squid'/13386, l='MpServer', x=30.60, y=60.12, z=281.08], EntitySquid['Squid'/13387, l='MpServer', x=27.72, y=60.26, z=275.74], EntitySquid['Squid'/13388, l='MpServer', x=31.08, y=62.05, z=277.57], EntityFallingBlock['Falling Block'/14419, l='MpServer', x=87.50, y=4.73, z=228.50], EntityFallingBlock['Falling Block'/14420, l='MpServer', x=88.50, y=4.73, z=228.50], EntityFallingBlock['Falling Block'/14421, l='MpServer', x=86.50, y=4.73, z=227.50], EntityFallingBlock['Falling Block'/14422, l='MpServer', x=85.50, y=4.73, z=227.50], EntityFallingBlock['Falling Block'/14423, l='MpServer', x=86.50, y=5.73, z=228.50], EntityFallingBlock['Falling Block'/14424, l='MpServer', x=85.50, y=5.73, z=228.50], EntityFallingBlock['Falling Block'/14425, l='MpServer', x=84.50, y=5.73, z=227.50], EntityFallingBlock['Falling Block'/14426, l='MpServer', x=83.50, y=5.73, z=227.50], EntityFallingBlock['Falling Block'/14427, l='MpServer', x=81.50, y=5.73, z=227.50], EntityFallingBlock['Falling Block'/14428, l='MpServer', x=82.50, y=4.73, z=226.50], EntityFallingBlock['Falling Block'/14429, l='MpServer', x=82.50, y=5.73, z=227.50], EntityFallingBlock['Falling Block'/14430, l='MpServer', x=83.50, y=4.73, z=226.50], EntityFallingBlock['Falling Block'/14431, l='MpServer', x=83.50, y=6.73, z=228.50], EntityFallingBlock['Falling Block'/14432, l='MpServer', x=80.50, y=4.73, z=227.50], EntityFallingBlock['Falling Block'/14433, l='MpServer', x=80.50, y=5.73, z=228.50], EntitySkeleton['Skeleton'/14442, l='MpServer', x=44.50, y=13.00, z=248.50], EntitySkeleton['Skeleton'/14443, l='MpServer', x=43.50, y=13.00, z=249.50], EntityFallingBlock['Falling Block'/14444, l='MpServer', x=87.50, y=19.80, z=277.50], EntityFallingBlock['Falling Block'/14445, l='MpServer', x=87.50, y=19.80, z=278.50], EntityFallingBlock['Falling Block'/14446, l='MpServer', x=86.50, y=19.80, z=278.50], EntityCreeper['Creeper'/13938, l='MpServer', x=47.50, y=24.02, z=192.50], EntityFallingBlock['Falling Block'/13978, l='MpServer', x=4.50, y=13.00, z=276.50], EntitySquid['Squid'/13472, l='MpServer', x=23.06, y=49.82, z=291.06], EntitySquid['Squid'/13473, l='MpServer', x=23.46, y=50.72, z=290.90], EntitySquid['Squid'/13474, l='MpServer', x=23.14, y=49.14, z=289.61], EntitySquid['Squid'/13475, l='MpServer', x=18.06, y=50.73, z=292.41], EntitySkeleton['Skeleton'/13517, l='MpServer', x=139.50, y=18.00, z=169.50], EntityBat['Bat'/14054, l='MpServer', x=1.25, y=14.49, z=303.45], EntityWitch['Witch'/14070, l='MpServer', x=51.50, y=18.02, z=206.50], EntitySkeleton['Skeleton'/13573, l='MpServer', x=33.50, y=24.02, z=222.50], EntitySkeleton['Skeleton'/13574, l='MpServer', x=33.50, y=24.02, z=221.50], EntityZombie['Zombie'/13575, l='MpServer', x=33.50, y=24.02, z=217.50], EntityBat['Bat'/14091, l='MpServer', x=156.15, y=37.15, z=297.56], EntityBat['Bat'/14096, l='MpServer', x=37.03, y=21.54, z=242.61], EntityBat['Bat'/14097, l='MpServer', x=33.18, y=21.31, z=233.48], EntityFallingBlock['Falling Block'/14105, l='MpServer', x=15.50, y=16.00, z=272.50], EntityFallingBlock['Falling Block'/14107, l='MpServer', x=16.50, y=17.00, z=273.50], EntityFallingBlock['Falling Block'/14108, l='MpServer', x=15.50, y=17.00, z=274.50], EntityCreeper['Creeper'/14119, l='MpServer', x=44.50, y=25.02, z=183.50], EntityCreeper['Creeper'/14120, l='MpServer', x=47.50, y=25.02, z=186.50], EntityCreeper['Creeper'/14121, l='MpServer', x=42.50, y=25.02, z=186.50], EntitySkeleton['Skeleton'/14122, l='MpServer', x=43.50, y=25.02, z=186.50], EntityCreeper['Creeper'/14129, l='MpServer', x=20.50, y=15.02, z=177.50], EntityCreeper['Creeper'/14130, l='MpServer', x=20.50, y=15.02, z=178.50], EntityCreeper['Creeper'/14131, l='MpServer', x=20.50, y=15.02, z=179.50], EntitySkeleton['Skeleton'/13645, l='MpServer', x=75.50, y=27.02, z=251.50], EntityFallingBlock['Falling Block'/14160, l='MpServer', x=37.50, y=21.00, z=241.50], EntityCreeper['Creeper'/14162, l='MpServer', x=53.50, y=22.02, z=272.50], EntityBat['Bat'/14168, l='MpServer', x=33.89, y=21.04, z=210.50], EntityMinecartChest['container.minecart'/13150, l='MpServer', x=0.50, y=28.06, z=216.50], EntityCreeper['Creeper'/13664, l='MpServer', x=2.50, y=18.02, z=298.50], EntityMinecartChest['container.minecart'/13153, l='MpServer', x=23.50, y=20.06, z=264.50], EntityItem['item.tile.torch'/13154, l='MpServer', x=29.97, y=24.00, z=221.37], EntityItem['item.tile.torch'/13155, l='MpServer', x=47.87, y=19.00, z=233.19], EntityItem['item.tile.torch'/13156, l='MpServer', x=39.91, y=21.42, z=236.94], EntityCow['Cow'/13157, l='MpServer', x=63.50, y=77.00, z=245.50], EntityBat['Bat'/13669, l='MpServer', x=31.18, y=21.39, z=225.50], EntityCow['Cow'/13158, l='MpServer', x=64.53, y=69.00, z=245.44], EntityBat['Bat'/13670, l='MpServer', x=18.72, y=11.09, z=170.91], EntityCow['Cow'/13159, l='MpServer', x=61.50, y=67.00, z=242.50], EntityCow['Cow'/13160, l='MpServer', x=63.19, y=69.00, z=246.53], EntityCow['Cow'/13161, l='MpServer', x=95.50, y=83.00, z=274.50], EntityCow['Cow'/13162, l='MpServer', x=94.50, y=81.00, z=274.50], EntityCow['Cow'/13163, l='MpServer', x=96.50, y=82.00, z=276.50], EntityCow['Cow'/13164, l='MpServer', x=94.50, y=83.00, z=272.50], EntityFallingBlock['Falling Block'/13676, l='MpServer', x=-41.50, y=33.57, z=193.50], EntityCow['Cow'/13165, l='MpServer', x=109.50, y=94.00, z=266.50], EntityCow['Cow'/13166, l='MpServer', x=113.50, y=93.00, z=264.50], EntityCow['Cow'/13167, l='MpServer', x=106.44, y=89.00, z=268.44], EntityFallingBlock['Falling Block'/14191, l='MpServer', x=36.50, y=21.00, z=241.50], EntityCow['Cow'/13168, l='MpServer', x=107.53, y=88.00, z=269.53], EntityCow['Cow'/13169, l='MpServer', x=110.50, y=70.00, z=319.50], EntityCow['Cow'/13170, l='MpServer', x=108.56, y=71.00, z=315.84], EntityFallingBlock['Falling Block'/14194, l='MpServer', x=29.50, y=16.00, z=247.50], EntityCow['Cow'/13171, l='MpServer', x=108.66, y=71.00, z=314.34], EntityFallingBlock['Falling Block'/14195, l='MpServer', x=28.50, y=15.00, z=247.50], EntityCow['Cow'/13172, l='MpServer', x=107.34, y=70.00, z=314.85], EntityFallingBlock['Falling Block'/14196, l='MpServer', x=28.50, y=15.00, z=248.50], EntityFallingBlock['Falling Block'/14197, l='MpServer', x=28.50, y=15.00, z=249.50], EntityFallingBlock['Falling Block'/14198, l='MpServer', x=28.50, y=15.00, z=250.50], EntityFallingBlock['Falling Block'/14199, l='MpServer', x=27.50, y=15.00, z=253.50], EntityFallingBlock['Falling Block'/14200, l='MpServer', x=27.50, y=15.00, z=254.50], EntityFallingBlock['Falling Block'/14201, l='MpServer', x=27.50, y=15.00, z=252.50], EntityFallingBlock['Falling Block'/14202, l='MpServer', x=28.50, y=16.00, z=252.50], EntityFallingBlock['Falling Block'/14203, l='MpServer', x=26.50, y=15.00, z=253.50], EntityFallingBlock['Falling Block'/14204, l='MpServer', x=26.50, y=15.00, z=254.50], EntityFallingBlock['Falling Block'/14205, l='MpServer', x=25.50, y=15.00, z=254.50], EntityFallingBlock['Falling Block'/14206, l='MpServer', x=26.50, y=15.00, z=255.50], EntityFallingBlock['Falling Block'/14207, l='MpServer', x=26.50, y=15.00, z=252.50], EntityFallingBlock['Falling Block'/14208, l='MpServer', x=28.50, y=16.00, z=254.50], EntityFallingBlock['Falling Block'/14209, l='MpServer', x=25.50, y=15.00, z=253.50], EntityFallingBlock['Falling Block'/14210, l='MpServer', x=25.50, y=14.00, z=255.50], EntityFallingBlock['Falling Block'/14211, l='MpServer', x=25.50, y=14.00, z=256.50], EntityFallingBlock['Falling Block'/14212, l='MpServer', x=26.50, y=14.00, z=256.50], EntityFallingBlock['Falling Block'/14214, l='MpServer', x=24.50, y=14.00, z=255.50], EntityFallingBlock['Falling Block'/14215, l='MpServer', x=24.50, y=14.00, z=256.50], EntityFallingBlock['Falling Block'/14216, l='MpServer', x=24.50, y=14.00, z=257.50], EntityFallingBlock['Falling Block'/14217, l='MpServer', x=26.50, y=7.00, z=290.50], EntityFallingBlock['Falling Block'/14218, l='MpServer', x=25.50, y=7.00, z=290.50], EntityFallingBlock['Falling Block'/14219, l='MpServer', x=26.50, y=8.00, z=289.50], EntityFallingBlock['Falling Block'/14220, l='MpServer', x=25.50, y=7.00, z=289.50], EntityFallingBlock['Falling Block'/14222, l='MpServer', x=26.50, y=8.00, z=288.50], EntityFallingBlock['Falling Block'/14223, l='MpServer', x=24.50, y=7.00, z=288.50], EntityFallingBlock['Falling Block'/14224, l='MpServer', x=24.50, y=7.00, z=289.50], EntityFallingBlock['Falling Block'/14225, l='MpServer', x=25.50, y=8.00, z=287.50], EntityFallingBlock['Falling Block'/14226, l='MpServer', x=25.50, y=7.00, z=288.50], EntityFallingBlock['Falling Block'/14227, l='MpServer', x=24.50, y=8.00, z=287.50], EntityFallingBlock['Falling Block'/14229, l='MpServer', x=23.50, y=8.00, z=287.50], EntityFallingBlock['Falling Block'/14230, l='MpServer', x=23.50, y=8.00, z=288.50], EntityBat['Bat'/14263, l='MpServer', x=56.46, y=43.25, z=245.85], EntityOtherPlayerMP['lava0715'/13232, l='MpServer', x=8.50, y=65.00, z=8.50], EntityOtherPlayerMP['lava0715'/13232, l='MpServer', x=77.48, y=81.00, z=246.44], EntityCreeper['Creeper'/13785, l='MpServer', x=91.50, y=18.92, z=227.21], EntityCreeper['Creeper'/13786, l='MpServer', x=92.50, y=19.02, z=229.50], EntityWitch['Witch'/13791, l='MpServer', x=74.50, y=15.02, z=273.50], EntitySpider['Spider'/13792, l='MpServer', x=82.50, y=15.02, z=278.50], CameraEntity['Player'/-1789435, l='MpServer', x=63.65, y=74.70, z=261.57], EntityZombie['Zombie'/13794, l='MpServer', x=13.50, y=25.02, z=226.50], EntityZombie['Zombie'/13795, l='MpServer', x=12.50, y=25.02, z=226.50], EntitySquid['Squid'/13287, l='MpServer', x=52.12, y=50.05, z=203.39], EntitySquid['Squid'/13288, l='MpServer', x=50.81, y=49.31, z=198.15], EntitySquid['Squid'/13289, l='MpServer', x=49.52, y=48.98, z=203.97], EntitySquid['Squid'/13290, l='MpServer', x=43.58, y=50.30, z=203.27], EntitySkeleton['Skeleton'/14321, l='MpServer', x=20.50, y=16.02, z=262.50], EntitySquid['Squid'/13303, l='MpServer', x=60.79, y=57.62, z=308.37], EntitySquid['Squid'/13304, l='MpServer', x=59.80, y=56.84, z=310.08], EntitySquid['Squid'/13305, l='MpServer', x=53.88, y=56.25, z=306.87], EntitySquid['Squid'/13306, l='MpServer', x=63.05, y=57.16, z=308.56]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:351)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2503)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
at net.minecraft.client.main.Main.main(SourceFile:120)
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.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 670973416 bytes (639 MB) / 1369440256 bytes (1306 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
IntCache: cache: 0, tcache: 54, allocated: 13, tallocated: 95
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1521 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
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1521.jar)
UCHIJA Forge{11.14.3.1521} [Minecraft Forge] (forge-1.8-11.14.3.1521.jar)
UCHIJA replaymod{1.0.7-67037e8} [Replay Mod] (ReplayMod_v1.0.7.jar)
Loaded coremods (and transformers):
LoadingPlugin (ReplayMod_v1.0.7.jar)
eu.crushedpixel.replaymod.coremod.ForceChunkLoadingCT
eu.crushedpixel.replaymod.coremod.ClippingHelperCT
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.43' Renderer: 'GeForce GT 630/PCIe/SSE2'
Launched Version: 1.8-forge1.8-11.14.3.1521
LWJGL: 2.9.1
OpenGL: GeForce GT 630/PCIe/SSE2 GL version 4.5.0 NVIDIA 361.43, 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: No
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)