Using 1.7.2, I decided to install the ftb mods that have updated to 1.7.2. However, I needed optifine to have enough fps to play. When I installed it, minecraft crashed giving me this error:
---- Minecraft Crash Report ----
// You're mean.
Time: 4/20/14 9:01 AM
Description: Stitching texture atlas
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147965_a(TextureAtlasSprite.java:217)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:355)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:121)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:76)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:63)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
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 java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147965_a(TextureAtlasSprite.java:217)
-- Texture being stitched together --
Details:
Atlas path: textures/blocks
Sprite: TextureAtlasSprite{name='ic2:blockAlloy:0', frameCount=0, rotated=false, x=496, y=640, height=0, width=0, u0=0.48438478, u1=0.48436522, v0=0.6250098, v1=0.6249902}
Stacktrace:
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:355)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:121)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/atlas/blocks.png
Texture object class: net.minecraft.client.renderer.texture.TextureMap
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:76)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:63)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
It says that the alloy block texture is being stitched together. Is there any way to fix this? I would rather not remove ic2 from my mods. I don't care about using optifine, but I need an fps boost mod. Nothing else I have tried works. And yes, I have tried fpsplus
// You're mean.
Time: 4/20/14 9:01 AM
Description: Stitching texture atlas
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147965_a(TextureAtlasSprite.java:217)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:355)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:121)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:76)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:63)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
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 java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147965_a(TextureAtlasSprite.java:217)
-- Texture being stitched together --
Details:
Atlas path: textures/blocks
Sprite: TextureAtlasSprite{name='ic2:blockAlloy:0', frameCount=0, rotated=false, x=496, y=640, height=0, width=0, u0=0.48438478, u1=0.48436522, v0=0.6250098, v1=0.6249902}
Stacktrace:
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:355)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:121)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/atlas/blocks.png
Texture object class: net.minecraft.client.renderer.texture.TextureMap
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:76)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:63)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 46679912 bytes (44 MB) / 453509120 bytes (432 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.156.1060 Minecraft Forge 10.12.1.1060 Optifine OptiFine_1.7.2_HD_D1 23 mods loaded, 23 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.156.1060} [Forge Mod Loader] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.1.1060} [Minecraft Forge] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{rc_} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{rc_} [Not Enough Items] (NotEnoughItems-1.7.2-rc2.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.6.3} [BiblioCraft] (BiblioCraft[1.6.3][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{2.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.2-2.0.0.755-universal.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.0.6} [BuildCraft] (buildcraft-6.0.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.0.6} [BC Builders] (buildcraft-6.0.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.0.6} [BC Energy] (buildcraft-6.0.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.0.6} [BC Factory] (buildcraft-6.0.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.0.6} [BC Transport] (buildcraft-6.0.6.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.0.6} [BC Silicon] (buildcraft-6.0.6.jar) Unloaded->Constructed->Pre-initialized
IC2{2.1.460-experimental} [IndustrialCraft 2] (industrialcraft-2-2.1.460-experimental.jar) Unloaded->Constructed->Pre-initialized
CompactSolars{4.4.28.310} [Compact Solar Arrays] (CompactSolars-1.7.2-4.4.28.310-universal.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.0.268} [Forge Multipart] (ForgeMultipart-1.7.2-1.1.0.268-universal.jar) Unloaded->Constructed->Pre-initialized
McMultipart{1.1.0.268} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.2-1.1.0.268-universal.jar) Unloaded->Constructed->Pre-initialized
IronChest{6.0.14.719} [Iron Chest] (ironchest-1.7.2-6.0.14.719-universal.jar) Unloaded->Constructed->Pre-initialized
Mantle{1.7.2-124.8c69232} [Mantle] (Mantle-1.7.2-0.2.6.jar) Unloaded->Constructed->Pre-initialized
PneumaticCraft{1.1.5} [PneumaticCraft] (PneumaticCraft-1.1.5.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.7.2-1.6.0.jenkins455} [Tinkers' Construct] (TConstruct-1.7.2-1.6.0.a12.jar) Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.0.268} [Forge Microblocks] (ForgeMultipart-1.7.2-1.1.0.268-universal.jar) Unloaded->Constructed->Pre-initialized
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Launched Version: 1.7.2-Forge10.12.1.1060
LWJGL: 2.9.0
OpenGL: Intel® HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.2932, Intel
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: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
It says that the alloy block texture is being stitched together. Is there any way to fix this? I would rather not remove ic2 from my mods. I don't care about using optifine, but I need an fps boost mod. Nothing else I have tried works. And yes, I have tried fpsplus