java.lang.IllegalArgumentException: Number of remaining buffer elements is 786432, must be at least 786432. Because at most 786432 elements can be returned, a buffer with at least 786432 elements is required, regardless of actual returned element count
at org.lwjgl.BufferChecks.throwBufferSizeException(BufferChecks.java:162)
at org.lwjgl.BufferChecks.checkBufferSize(BufferChecks.java:189)
at org.lwjgl.BufferChecks.checkBuffer(BufferChecks.java:230)
at org.lwjgl.opengl.GL11.glTexImage2D(GL11.java:2855)
at com.minimap.minimap.Minimap.bindTextureBuffer(Minimap.java:1060)
at com.minimap.minimap.Minimap.renderFrameToFBO(Minimap.java:943)
at com.minimap.interfaces.InterfaceHandler$5.drawInterface(InterfaceHandler.java:166)
at com.minimap.interfaces.InterfaceHandler.drawInterfaces(InterfaceHandler.java:343)
at com.minimap.events.Events.drawPre(Events.java:63)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_84_Events_drawPre_Pre.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:186)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1328)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.BufferChecks.throwBufferSizeException(BufferChecks.java:162)
at org.lwjgl.BufferChecks.checkBufferSize(BufferChecks.java:189)
at org.lwjgl.BufferChecks.checkBuffer(BufferChecks.java:230)
at org.lwjgl.opengl.GL11.glTexImage2D(GL11.java:2855)
at com.minimap.minimap.Minimap.bindTextureBuffer(Minimap.java:1060)
at com.minimap.minimap.Minimap.renderFrameToFBO(Minimap.java:943)
at com.minimap.interfaces.InterfaceHandler$5.drawInterface(InterfaceHandler.java:166)
at com.minimap.interfaces.InterfaceHandler.drawInterfaces(InterfaceHandler.java:343)
at com.minimap.events.Events.drawPre(Events.java:63)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_84_Events_drawPre_Pre.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:186)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
Help me plz!
---- Minecraft Crash Report ----
// May be you are reading this line...
Time: 8/11/15 8:57 PM
Description: Unexpected error
java.lang.IllegalArgumentException: Number of remaining buffer elements is 786432, must be at least 786432. Because at most 786432 elements can be returned, a buffer with at least 786432 elements is required, regardless of actual returned element count
at org.lwjgl.BufferChecks.throwBufferSizeException(BufferChecks.java:162)
at org.lwjgl.BufferChecks.checkBufferSize(BufferChecks.java:189)
at org.lwjgl.BufferChecks.checkBuffer(BufferChecks.java:230)
at org.lwjgl.opengl.GL11.glTexImage2D(GL11.java:2855)
at com.minimap.minimap.Minimap.bindTextureBuffer(Minimap.java:1060)
at com.minimap.minimap.Minimap.renderFrameToFBO(Minimap.java:943)
at com.minimap.interfaces.InterfaceHandler$5.drawInterface(InterfaceHandler.java:166)
at com.minimap.interfaces.InterfaceHandler.drawInterfaces(InterfaceHandler.java:343)
at com.minimap.events.Events.drawPre(Events.java:63)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_84_Events_drawPre_Pre.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:186)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1328)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.BufferChecks.throwBufferSizeException(BufferChecks.java:162)
at org.lwjgl.BufferChecks.checkBufferSize(BufferChecks.java:189)
at org.lwjgl.BufferChecks.checkBuffer(BufferChecks.java:230)
at org.lwjgl.opengl.GL11.glTexImage2D(GL11.java:2855)
at com.minimap.minimap.Minimap.bindTextureBuffer(Minimap.java:1060)
at com.minimap.minimap.Minimap.renderFrameToFBO(Minimap.java:943)
at com.minimap.interfaces.InterfaceHandler$5.drawInterface(InterfaceHandler.java:166)
at com.minimap.interfaces.InterfaceHandler.drawInterfaces(InterfaceHandler.java:343)
at com.minimap.events.Events.drawPre(Events.java:63)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_84_Events_drawPre_Pre.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:186)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Player'/10405, l='MpServer', x=-250.03, y=70.62, z=280.77]]
Chunk stats: MultiplayerChunkCache: 169, 178
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-183,64,221), Chunk: (at 9,4,13 in -12,13; contains blocks -192,0,208 to -177,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 40930 game time, 51450 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 48 total; [EntityChicken['Chicken'/10276, l='MpServer', x=-288.53, y=64.00, z=326.41], EntityChicken['Chicken'/10277, l='MpServer', x=-291.78, y=64.00, z=317.34], EntityChicken['Chicken'/10278, l='MpServer', x=-290.28, y=64.00, z=318.66], EntityChicken['Chicken'/10279, l='MpServer', x=-277.53, y=64.00, z=323.47], EntityChicken['Chicken'/10280, l='MpServer', x=-275.56, y=65.00, z=336.56], EntityChicken['Chicken'/10281, l='MpServer', x=-281.44, y=64.00, z=335.38], EntityChicken['Chicken'/10282, l='MpServer', x=-271.16, y=62.00, z=330.81], EntityChicken['Chicken'/10283, l='MpServer', x=-285.47, y=64.00, z=331.47], EntitySheep['Sheep'/10284, l='MpServer', x=-229.50, y=63.00, z=236.84], EntitySheep['Sheep'/10285, l='MpServer', x=-229.50, y=63.00, z=235.63], EntitySheep['Sheep'/10286, l='MpServer', x=-237.91, y=63.00, z=227.47], EntitySheep['Sheep'/10287, l='MpServer', x=-241.88, y=64.00, z=234.06], EntitySheep['Sheep'/10288, l='MpServer', x=-220.50, y=64.00, z=306.75], EntitySheep['Sheep'/10289, l='MpServer', x=-211.53, y=63.00, z=305.94], EntitySheep['Sheep'/10290, l='MpServer', x=-208.72, y=63.00, z=309.81], EntitySheep['Sheep'/10291, l='MpServer', x=-213.06, y=64.00, z=302.03], EntityChicken['Chicken'/10292, l='MpServer', x=-206.41, y=64.00, z=205.66], EntityChicken['Chicken'/10293, l='MpServer', x=-204.56, y=64.00, z=204.34], EntityChicken['Chicken'/10294, l='MpServer', x=-208.44, y=64.00, z=206.44], EntityChicken['Chicken'/10295, l='MpServer', x=-214.34, y=64.00, z=222.41], EntityChicken['Chicken'/10296, l='MpServer', x=-201.53, y=63.00, z=312.53], EntityChicken['Chicken'/10297, l='MpServer', x=-205.44, y=64.00, z=301.56], EntityChicken['Chicken'/10298, l='MpServer', x=-248.41, y=64.00, z=312.41], EntityChicken['Chicken'/10299, l='MpServer', x=-222.47, y=64.00, z=296.41], EntitySheep['Sheep'/10305, l='MpServer', x=-182.94, y=63.00, z=244.97], EntitySheep['Sheep'/10306, l='MpServer', x=-190.03, y=62.00, z=216.03], EntitySheep['Sheep'/10307, l='MpServer', x=-207.94, y=63.00, z=275.03], EntityVillager['Villager'/10317, l='MpServer', x=-175.09, y=65.00, z=284.22], EntityChicken['Chicken'/10319, l='MpServer', x=-224.47, y=64.00, z=258.53], EntityChicken['Chicken'/10320, l='MpServer', x=-200.41, y=64.00, z=275.41], EntityChicken['Chicken'/10321, l='MpServer', x=-208.44, y=63.00, z=281.53], EntityChicken['Chicken'/10322, l='MpServer', x=-199.16, y=63.00, z=272.53], EntityVillager['Villager'/10332, l='MpServer', x=-176.38, y=65.00, z=283.31], EntityChicken['Chicken'/54400, l='MpServer', x=-219.34, y=63.00, z=361.47], EntityClientPlayerMP['Player'/10405, l='MpServer', x=-250.03, y=70.62, z=280.77], EntitySkeleton['Skeleton'/50382, l='MpServer', x=-5.56, y=-50.62, z=-36.28], EntityItem['item.item.egg'/62988, l='MpServer', x=-239.94, y=64.13, z=302.22], EntityChicken['Chicken'/61010, l='MpServer', x=-317.50, y=65.00, z=219.78], EntityChicken['Chicken'/61011, l='MpServer', x=-317.81, y=65.00, z=221.50], EntityChicken['Chicken'/61012, l='MpServer', x=-318.28, y=65.00, z=222.03], EntityChicken['Chicken'/61018, l='MpServer', x=-318.03, y=65.00, z=225.91], EntityZombie['Zombie'/23174, l='MpServer', x=-34.00, y=-46.01, z=-12.35], EntityZombie['Zombie'/59105, l='MpServer', x=-3.76, y=-50.62, z=-28.33], EntityItem['item.item.egg'/60198, l='MpServer', x=-203.19, y=62.13, z=272.22], EntityItem['item.item.egg'/63322, l='MpServer', x=-222.78, y=64.13, z=295.00], EntityCaveSpider['Cave Spider'/42866, l='MpServer', x=13.76, y=-43.87, z=-12.81], EntityCaveSpider['Cave Spider'/42875, l='MpServer', x=22.81, y=-43.87, z=-9.00], EntityZombie['Zombie'/26525, l='MpServer', x=52.30, y=-35.62, z=-6.41]]
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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows XP (x86) version 5.1
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 181687272 bytes (173 MB) / 493993984 bytes (471 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_U_C1 17 mods loaded, 17 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAAAAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAAAAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAA NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
UCHIJAAAAAAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAAAAAAA ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCHIJAAAAAAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAAAAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAAAAAAA lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar)
UCHIJAAAAAAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAAAAAAA cfm{3.4.8} [ยง9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UCHIJAAAAAAAAA neiintegration{1.0.12} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.12.jar)
UCHIJAAAAAAAAA NEIPlugins{1.1.0.8-unofficial} [NEI Plugins Unofficial] (NEIPlugins-MC1.7.10-1.1.0.8-unofficial.jar)
UCHIJAAAAAAAAA Waila{1.5.3} [Waila] (Waila-Mod-1.7.10.jar)
UCHIJAAAAAAAAA TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar)
UCHIJAAAAAAAAA XaeroMinimap{1.5.7.1} [Xaero's Minimap] (xaeros_minimap_v1.5.7.1_1.7.10_Forge.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.2.11750 Compatibility Profile Context' Renderer: 'AMD Radeon(TM) HD 6620G'
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon(TM) HD 6620G GL version 4.2.11750 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Relly? No one help me?:(
delete all mods
See me on YouTube ~ https://www.youtube.com/user/monkeyfume
Enjin ~ http://unitedbuilds.enjin.com/profile/2752708
World of Tanks ~ http://worldoftanks.com/community/accounts/1003411100-monkeyfume/
Email ~ [email protected]
Oh. Is there any way to keep the mods and solve the problem too?:rolleyes:
impossible
See me on YouTube ~ https://www.youtube.com/user/monkeyfume
Enjin ~ http://unitedbuilds.enjin.com/profile/2752708
World of Tanks ~ http://worldoftanks.com/community/accounts/1003411100-monkeyfume/
Email ~ [email protected]