Help,
Well this is my problem. When i move around the map's borders stay with where i started and the rest of the map is kind of glitchy. Don't tell me it is just my computer because i've used the minimap before with zero difficulty. Other than that the mod works fine. minimap is great, the waypoints work fine. its just the map when i press X.
java.lang.ExceptionInInitializerError
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:379)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:868)
at net.minecraft.client.Minecraft.run(Minecraft.java:755)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at twilightforest.block.BlockTFTrophy.func_71902_a(BlockTFTrophy.java:87)
at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:139)
... 12 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
the coordinates when you make a waypoint are messed up and are just white rectangles you get far enough away from it then they turn into numbers but the name for the waypoint stays white rectangles
2013-03-19 16:24:54 [FINEST] [mcp] Sending event FMLServerStoppedEvent to mod mcp
2013-03-19 16:24:54 [FINEST] [mcp] Sent event FMLServerStoppedEvent to mod mcp
2013-03-19 16:24:54 [FINEST] [FML] Sending event FMLServerStoppedEvent to mod FML
2013-03-19 16:24:54 [INFO] [STDERR] java.lang.ExceptionInInitializerError
2013-03-19 16:24:54 [FINEST] [FML] Sent event FMLServerStoppedEvent to mod FML
2013-03-19 16:24:54 [INFO] [STDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
2013-03-19 16:24:54 [FINEST] [Forge] Sending event FMLServerStoppedEvent to mod Forge
2013-03-19 16:24:54 [INFO] [STDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
2013-03-19 16:24:54 [FINEST] [Forge] Sent event FMLServerStoppedEvent to mod Forge
2013-03-19 16:24:54 [INFO] [STDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
2013-03-19 16:24:54 [FINEST] [mod_TooManyItems] Sending event FMLServerStoppedEvent to mod mod_TooManyItems
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
2013-03-19 16:24:54 [FINEST] [mod_TooManyItems] Sent event FMLServerStoppedEvent to mod mod_TooManyItems
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
2013-03-19 16:24:54 [FINEST] [mod_ReiMinimap] Sending event FMLServerStoppedEvent to mod mod_ReiMinimap
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
2013-03-19 16:24:54 [FINEST] [mod_ReiMinimap] Sent event FMLServerStoppedEvent to mod mod_ReiMinimap
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
2013-03-19 16:24:54 [FINEST] [CustomNpcs] Sending event FMLServerStoppedEvent to mod CustomNpcs
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
2013-03-19 16:24:54 [FINEST] [CustomNpcs] Sent event FMLServerStoppedEvent to mod CustomNpcs
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:379)
2013-03-19 16:24:54 [FINEST] [TwilightForest] Sending event FMLServerStoppedEvent to mod TwilightForest
2013-03-19 16:24:54 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:868)
2013-03-19 16:24:54 [FINEST] [TwilightForest] Sent event FMLServerStoppedEvent to mod TwilightForest
2013-03-19 16:24:54 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:755)
2013-03-19 16:24:54 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:722)
2013-03-19 16:24:54 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-03-19 16:24:54 [INFO] [STDERR] at twilightforest.block.BlockTFTrophy.func_71902_a(BlockTFTrophy.java:87)
2013-03-19 16:24:54 [INFO] [STDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:139)
2013-03-19 16:24:54 [INFO] [STDERR] ... 12 more
the coordinates when you make a waypoint are messed up and are just white rectangles you get far enough away from it then they turn into numbers but the name for the waypoint stays white rectangles
the coordinates when you make a waypoint are messed up and are just white rectangles you get far enough away from it then they turn into numbers but the name for the waypoint stays white rectangles
I have the same problem. I have to get around 2 kilometers away for the number and name to show back up. The only solution I know to that is going into marker options and disabling icons.
Rollback Post to RevisionRollBack
Whoever said that dogs shouldn't take acid was certainly not a dog on acid.
java.lang.ExceptionInInitializerError
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:379)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:868)
at net.minecraft.client.Minecraft.run(Minecraft.java:755)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at twilightforest.block.BlockTFTrophy.func_71902_a(BlockTFTrophy.java:87)
at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:139)
... 12 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
-- System Details --
Details:
Minecraft Version: 1.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_12-ea, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 447156160 bytes (426 MB) / 623181824 bytes (594 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 20163 (1129128 bytes; 1 MB) allocated, 20163 (1129128 bytes; 1 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.42 FML v5.0.24.582 Minecraft Forge 7.7.0.582 7 mods loaded, 7 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.5]ReiMinimap_v3.3_02.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CJB|API [CJB Mods Rebirth] (CJB API.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CJB|MoreInfo [CJB MoreInfo Mod] (CJB MoreInfo.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest [The Twilight Forest] (twilightforest-1.16.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LWJGL: 2.4.2
OpenGL: ATI FirePro M7820 GL version 4.2.11733 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: 30 (1680 bytes; 0 MB) allocated, 30 (1680 bytes; 0 MB) used
Here is a quote from the creator of The Twilight Forest, Benimatic, about the issue: "My reading comprehension must be poor since I just noticed this. It looks like Rei's minimap is trying to read the texture data directly, instead of using the usual getBySideAndMetadata methods. The trophy block doesn't have a block texture, since it's not rendered with the block renderer. Oh well, I suppose I could put something there to make the minimap happy, or if it's happening with other mods, Rei might fix it on his end."
Anyone else having problems with Rei's + Optifine on 1.5 where the markers show bugged text if icons are active?
Yes I have this exact problem and it is kinda driving me crazy. If I toggle more than one waypoint on, unreadable text on all but the first waypoint enabled.
since you are pointing out this is an optifine problem i will test without.
So, the minimap apparently doesn't work with HUD replacement mods, or at the very least doesn't work with TukMC. Is there any chance of this problem being addressed so that alternative HUDs can still work properly with this minimap?
Anyone else having problems with Rei's + Optifine on 1.5 where the markers show bugged text if icons are active?
What are you using? Forge/Modloader because the release optifine has now doesn't support Forge or Modloader yet
Rollback Post to RevisionRollBack
Gamer, Minecraft Mod Developer, Creator of many mods that can be found in my CurseForge profile. (Helped port Grimoire of Gaia to 1.8.9 and helped getting a 1.12.2 version going)
My bad, i have tryed to get 3 mods to work today 1.5.1 and i forgot after a fresh install to remove meta_inf. It Works like a charm. But i dont know if it works with latest forge and optifine, i have to find out
*** Seems like it doesnt work with latest forge 600 for some reason***
Hi I'm getting this error with latest version on fresh installed Minecraft!!! Help!!!
ReiMinimap_v3.3_04!']---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 2013-03-21 17:16
Description: Failed to start game
java.lang.SecurityException: SHA1 digest error for aww.class
at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
at java.util.jar.JarVerifier.processEntry(Unknown Source)
at java.util.jar.JarVerifier.update(Unknown Source)
at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)
at sun.misc.Resource.getBytes(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.client.Minecraft.a(SourceFile:310)
at avv.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:507)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.1
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_10, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 416849256 bytes (397 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: No suspicious classes found.
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
LWJGL: 2.4.2
OpenGL: GeForce GTX 460/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Odd, I'm running the latests optifine and forge and having no issue. I do have the openGL turned off as it was mentioned there is a bug in it. OpenGL: GeForce GTX 460/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
I have the same Graphics card by the way! Nice choice.
I did have to install clean (delete the bin folder and let the loader redownload the files) before deleteing the Meta-INF folder, installing Forge 600, and installing A7 optifine. A8 will be out soon.
Well this is my problem. When i move around the map's borders stay with where i started and the rest of the map is kind of glitchy. Don't tell me it is just my computer because i've used the minimap before with zero difficulty. Other than that the mod works fine. minimap is great, the waypoints work fine. its just the map when i press X.
// Oh - I know what I did wrong!
Time: 3/18/13 5:11 PM
Description: Unexpected error
java.lang.ExceptionInInitializerError
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:379)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:868)
at net.minecraft.client.Minecraft.run(Minecraft.java:755)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at twilightforest.block.BlockTFTrophy.func_71902_a(BlockTFTrophy.java:87)
at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:139)
... 12 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['ElectricSquid'/408, l='MpServer', x=109.70, y=63.62, z=280.16]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (140,64,252), Chunk: (at 12,4,12 in 8,15; contains blocks 128,0,240 to 143,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 35531 game time, 35531 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 84 total; [EntityBat['Bat'/275, l='MpServer', x=157.25, y=61.48, z=307.94], EntitySheep['Sheep'/137, l='MpServer', x=74.81, y=63.00, z=239.16], EntitySheep['Sheep'/136, l='MpServer', x=65.47, y=71.00, z=218.47], EntityZombie['Zombie'/274, l='MpServer', x=169.50, y=19.00, z=249.11], EntityZombie['Zombie'/273, l='MpServer', x=169.31, y=20.00, z=254.69], EntitySheep['Sheep'/139, l='MpServer', x=70.06, y=63.00, z=245.97], EntityClientPlayerMP['ElectricSquid'/408, l='MpServer', x=109.70, y=63.62, z=280.16], EntitySheep['Sheep'/138, l='MpServer', x=64.47, y=70.00, z=227.78], EntitySheep['Sheep'/272, l='MpServer', x=170.31, y=69.00, z=234.22], EntitySheep['Sheep'/141, l='MpServer', x=74.47, y=63.00, z=275.53], EntitySheep['Sheep'/140, l='MpServer', x=75.47, y=63.00, z=250.94], EntityZombie['Zombie'/143, l='MpServer', x=76.50, y=34.00, z=290.50], EntityCreeper['Creeper'/276, l='MpServer', x=175.50, y=36.00, z=357.50], EntitySheep['Sheep'/142, l='MpServer', x=74.50, y=63.00, z=277.50], EntityCreeper['Creeper'/283, l='MpServer', x=180.75, y=33.00, z=291.41], EntityCreeper['Creeper'/282, l='MpServer', x=183.47, y=33.00, z=287.03], EntityCreeper['Creeper'/281, l='MpServer', x=183.50, y=33.00, z=286.12], EntityCreeper['Creeper'/287, l='MpServer', x=179.50, y=31.00, z=308.50], EntityPig['Pig'/133, l='MpServer', x=70.50, y=71.00, z=220.50], EntitySheep['Sheep'/286, l='MpServer', x=187.47, y=75.00, z=294.63], EntityPig['Pig'/132, l='MpServer', x=71.50, y=70.00, z=217.50], EntitySheep['Sheep'/285, l='MpServer', x=187.22, y=71.00, z=295.72], EntityPig['Pig'/135, l='MpServer', x=70.56, y=71.00, z=217.09], EntityCreeper['Creeper'/284, l='MpServer', x=181.69, y=33.00, z=292.06], EntityPig['Pig'/134, l='MpServer', x=67.94, y=71.00, z=216.94], EntityCreeper['Creeper'/263, l='MpServer', x=150.50, y=27.00, z=252.50], EntityZombie['Zombie'/144, l='MpServer', x=77.53, y=34.00, z=289.63], EntitySkeleton['Skeleton'/145, l='MpServer', x=78.56, y=34.00, z=290.56], EntityBat['Bat'/264, l='MpServer', x=172.94, y=14.94, z=242.52], EntitySheep['Sheep'/146, l='MpServer', x=65.53, y=66.00, z=300.66], EntitySheep['Sheep'/147, l='MpServer', x=62.50, y=70.00, z=306.66], EntityCreeper['Creeper'/148, l='MpServer', x=65.50, y=37.00, z=359.50], EntitySheep['Sheep'/270, l='MpServer', x=172.22, y=69.00, z=228.50], EntitySheep['Sheep'/271, l='MpServer', x=177.47, y=69.00, z=226.37], EntitySheep['Sheep'/269, l='MpServer', x=165.53, y=69.00, z=231.38], EntityBat['Bat'/175, l='MpServer', x=92.06, y=20.10, z=220.56], EntitySkeleton['Skeleton'/288, l='MpServer', x=179.50, y=32.00, z=312.13], EntitySheep['Sheep'/178, l='MpServer', x=83.50, y=63.00, z=241.09], EntitySheep['Sheep'/179, l='MpServer', x=95.66, y=73.00, z=247.53], EntitySheep['Sheep'/176, l='MpServer', x=93.50, y=64.00, z=255.50], EntitySheep['Sheep'/177, l='MpServer', x=87.78, y=68.00, z=244.50], EntityZombie['Zombie'/182, l='MpServer', x=80.50, y=34.00, z=289.50], EntityZombie['Zombie'/183, l='MpServer', x=84.97, y=40.00, z=305.44], EntityZombie['Zombie'/180, l='MpServer', x=95.56, y=40.00, z=289.00], EntityZombie['Zombie'/181, l='MpServer', x=88.00, y=42.00, z=297.44], EntityBat['Bat'/204, l='MpServer', x=110.47, y=42.10, z=342.25], EntitySkeleton['Skeleton'/64, l='MpServer', x=29.50, y=18.00, z=344.63], EntitySheep['Sheep'/201, l='MpServer', x=102.47, y=75.00, z=332.16], EntitySheep['Sheep'/200, l='MpServer', x=101.59, y=76.00, z=327.94], EntitySheep['Sheep'/203, l='MpServer', x=112.63, y=68.00, z=335.49], EntitySheep['Sheep'/202, l='MpServer', x=93.34, y=75.00, z=334.84], EntitySquid['Squid'/197, l='MpServer', x=100.53, y=56.35, z=270.43], EntitySquid['Squid'/199, l='MpServer', x=94.69, y=56.03, z=273.49], EntityVillager['Villager'/198, l='MpServer', x=104.31, y=59.00, z=276.31], EntityZombie['Zombie'/220, l='MpServer', x=121.50, y=28.00, z=319.50], EntityBat['Bat'/84, l='MpServer', x=46.75, y=56.10, z=354.44], EntitySkeleton['Skeleton'/221, l='MpServer', x=115.50, y=43.00, z=320.50], EntitySkeleton['Skeleton'/222, l='MpServer', x=124.50, y=43.00, z=341.50], EntityBat['Bat'/223, l='MpServer', x=115.16, y=42.00, z=339.85], EntityZombie['Zombie'/81, l='MpServer', x=37.56, y=21.00, z=276.15], EntityBat['Bat'/216, l='MpServer', x=125.05, y=44.78, z=293.06], EntityBat['Bat'/217, l='MpServer', x=127.50, y=57.10, z=277.25], EntityBat['Bat'/218, l='MpServer', x=123.25, y=53.62, z=291.76], EntitySkeleton['Skeleton'/82, l='MpServer', x=39.50, y=23.00, z=283.50], EntitySheep['Sheep'/219, l='MpServer', x=119.50, y=69.00, z=292.50], EntityBat['Bat'/212, l='MpServer', x=132.64, y=14.15, z=268.44], EntityBat['Bat'/213, l='MpServer', x=125.25, y=44.10, z=285.75], EntityCreeper['Creeper'/214, l='MpServer', x=120.95, y=44.00, z=284.44], EntityCreeper['Creeper'/215, l='MpServer', x=124.52, y=43.00, z=283.12], EntityCreeper['Creeper'/102, l='MpServer', x=54.50, y=45.00, z=222.50], EntitySheep['Sheep'/103, l='MpServer', x=63.25, y=71.00, z=219.41], EntitySheep['Sheep'/108, l='MpServer', x=61.19, y=68.00, z=306.86], EntitySheep['Sheep'/109, l='MpServer', x=56.34, y=71.00, z=319.53], EntityCreeper['Creeper'/106, l='MpServer', x=49.07, y=15.00, z=323.63], EntitySheep['Sheep'/107, l='MpServer', x=54.34, y=63.00, z=307.75], EntitySheep['Sheep'/104, l='MpServer', x=61.47, y=71.00, z=219.97], EntityBat['Bat'/225, l='MpServer', x=120.13, y=41.10, z=345.66], EntityBat['Bat'/224, l='MpServer', x=114.25, y=41.10, z=341.78], EntityItem['item.item.dyePowder.black'/105, l='MpServer', x=50.22, y=61.13, z=296.22], EntityCreeper['Creeper'/248, l='MpServer', x=129.50, y=43.00, z=341.50], EntityZombie['Zombie'/246, l='MpServer', x=124.50, y=52.00, z=281.84], EntitySheep['Sheep'/247, l='MpServer', x=136.47, y=69.00, z=275.66], EntitySpider['Spider'/244, l='MpServer', x=129.09, y=29.00, z=211.00], EntityBat['Bat'/245, l='MpServer', x=143.75, y=20.10, z=256.75]]
Retry entities: 0 total; []
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2404)
at net.minecraft.client.Minecraft.run(Minecraft.java:778)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.5
Operating System: Windows Vista (x86) version 6.0
Java Version: 1.7.0_15, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ Client VM (mixed mode), Oracle Corporation
Memory: 242331160 bytes (231 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 15697 (879032 bytes; 0 MB) allocated, 15697 (879032 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
FML: MCP v7.42 FML v5.0.25.586 Minecraft Forge 7.7.0.586 16 mods loaded, 16 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
fallout [The Fallout Mod] ([1.5][Forge]The Fallout Mod v1.5.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.5]ReiMinimap_v3.3_02.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStuffPlus [EnderStuff+ Mod] (EnderStuffP_v102.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FlansMod [Flan's Mod] (Flans Mod 2.2 for Minecraft 1.5 Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NBTEdit [In-game NBTEdit] (Forge_NBTEditv1.5.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChun_Core [iChun_Core] (iChunUtil1.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil [iChunUtil] (iChunUtil1.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PortalGun [PortalGun] (PortalGun1.5.0v1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SAP_Man [SanAndreasPs Managers] (SAP_ManPack_v14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TStormFix [Thunderstorm Fix] (SAP_ManPack_v14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest [The Twilight Forest] (twilightforest-1.16.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LWJGL: 2.4.2
OpenGL: Intel Bear Lake B GL version 1.4.0 - Build 7.14.10.1437, Intel
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1177 (65912 bytes; 0 MB) allocated, 1177 (65912 bytes; 0 MB) used
2013-03-19 16:24:54 [FINEST] [mcp] Sent event FMLServerStoppedEvent to mod mcp
2013-03-19 16:24:54 [FINEST] [FML] Sending event FMLServerStoppedEvent to mod FML
2013-03-19 16:24:54 [INFO] [STDERR] java.lang.ExceptionInInitializerError
2013-03-19 16:24:54 [FINEST] [FML] Sent event FMLServerStoppedEvent to mod FML
2013-03-19 16:24:54 [INFO] [STDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
2013-03-19 16:24:54 [FINEST] [Forge] Sending event FMLServerStoppedEvent to mod Forge
2013-03-19 16:24:54 [INFO] [STDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
2013-03-19 16:24:54 [FINEST] [Forge] Sent event FMLServerStoppedEvent to mod Forge
2013-03-19 16:24:54 [INFO] [STDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
2013-03-19 16:24:54 [FINEST] [mod_TooManyItems] Sending event FMLServerStoppedEvent to mod mod_TooManyItems
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
2013-03-19 16:24:54 [FINEST] [mod_TooManyItems] Sent event FMLServerStoppedEvent to mod mod_TooManyItems
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
2013-03-19 16:24:54 [FINEST] [mod_ReiMinimap] Sending event FMLServerStoppedEvent to mod mod_ReiMinimap
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
2013-03-19 16:24:54 [FINEST] [mod_ReiMinimap] Sent event FMLServerStoppedEvent to mod mod_ReiMinimap
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
2013-03-19 16:24:54 [FINEST] [CustomNpcs] Sending event FMLServerStoppedEvent to mod CustomNpcs
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
2013-03-19 16:24:54 [FINEST] [CustomNpcs] Sent event FMLServerStoppedEvent to mod CustomNpcs
2013-03-19 16:24:54 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:379)
2013-03-19 16:24:54 [FINEST] [TwilightForest] Sending event FMLServerStoppedEvent to mod TwilightForest
2013-03-19 16:24:54 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:868)
2013-03-19 16:24:54 [FINEST] [TwilightForest] Sent event FMLServerStoppedEvent to mod TwilightForest
2013-03-19 16:24:54 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:755)
2013-03-19 16:24:54 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:722)
2013-03-19 16:24:54 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-03-19 16:24:54 [INFO] [STDERR] at twilightforest.block.BlockTFTrophy.func_71902_a(BlockTFTrophy.java:87)
2013-03-19 16:24:54 [INFO] [STDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:139)
2013-03-19 16:24:54 [INFO] [STDERR] ... 12 more
I have the same problem. I have to get around 2 kilometers away for the number and name to show back up. The only solution I know to that is going into marker options and disabling icons.
// I feel sad now
Time: 3/19/13 7:39 PM
Description: Unexpected error
java.lang.ExceptionInInitializerError
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:379)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:868)
at net.minecraft.client.Minecraft.run(Minecraft.java:755)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at twilightforest.block.BlockTFTrophy.func_71902_a(BlockTFTrophy.java:87)
at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:139)
... 12 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:527)
at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)
at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:140)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Lokiguyy'/163, l='MpServer', x=-140.50, y=65.62, z=260.50]]
Chunk stats: MultiplayerChunkCache: 50
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-136,64,252), Chunk: (at 8,4,12 in -9,15; contains blocks -144,0,240 to -129,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 19 game time, 19 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: 49 total; [EntityZombie['Zombie'/351, l='MpServer', x=-131.50, y=28.00, z=214.50], EntitySquid['Squid'/196, l='MpServer', x=-97.50, y=54.00, z=242.50], EntityClientPlayerMP['Lokiguyy'/163, l='MpServer', x=-140.50, y=65.62, z=260.50], EntitySquid['Squid'/193, l='MpServer', x=-95.50, y=54.00, z=241.47], EntitySquid['Squid'/195, l='MpServer', x=-92.50, y=54.00, z=242.50], EntitySquid['Squid'/194, l='MpServer', x=-95.50, y=54.00, z=242.59], EntitySkeleton['Skeleton'/218, l='MpServer', x=-124.50, y=27.00, z=210.50], EntitySkeleton['Skeleton'/219, l='MpServer', x=-123.50, y=27.00, z=212.50], EntitySheep['Sheep'/93, l='MpServer', x=-163.50, y=64.00, z=219.50], EntitySheep['Sheep'/92, l='MpServer', x=-162.50, y=64.00, z=223.22], EntitySheep['Sheep'/95, l='MpServer', x=-164.50, y=64.00, z=225.50], EntityCreeper['Creeper'/332, l='MpServer', x=-157.50, y=24.00, z=260.50], EntitySheep['Sheep'/94, l='MpServer', x=-162.50, y=64.00, z=224.81], EntitySkeleton['Skeleton'/333, l='MpServer', x=-155.50, y=24.00, z=261.50], EntitySheep['Sheep'/89, l='MpServer', x=-163.78, y=64.00, z=214.22], EntityCreeper['Creeper'/330, l='MpServer', x=-158.50, y=24.00, z=262.50], EntitySheep['Sheep'/88, l='MpServer', x=-161.22, y=64.00, z=215.63], EntityCreeper['Creeper'/331, l='MpServer', x=-156.50, y=24.00, z=260.50], EntitySheep['Sheep'/91, l='MpServer', x=-161.34, y=64.00, z=214.16], EntitySheep['Sheep'/90, l='MpServer', x=-162.63, y=64.00, z=215.97], EntityCreeper['Creeper'/516, l='MpServer', x=-119.50, y=11.00, z=215.50], EntitySpider['Spider'/305, l='MpServer', x=-135.50, y=17.00, z=256.50], EntityZombie['Zombie'/441, l='MpServer', x=-130.50, y=19.00, z=247.50], EntityBat['Bat'/238, l='MpServer', x=-157.84, y=39.09, z=310.47], EntityCreeper['Creeper'/304, l='MpServer', x=-133.50, y=17.00, z=256.50], EntityBat['Bat'/372, l='MpServer', x=-106.50, y=12.00, z=266.50], EntityCreeper['Creeper'/442, l='MpServer', x=-133.50, y=19.00, z=250.50], EntityBat['Bat'/237, l='MpServer', x=-159.47, y=39.00, z=311.75], EntityBat['Bat'/374, l='MpServer', x=-108.50, y=12.00, z=260.50], EntityChicken['Chicken'/98, l='MpServer', x=-150.50, y=70.00, z=317.50], EntityZombie['Zombie'/235, l='MpServer', x=-111.50, y=42.00, z=273.50], EntityChicken['Chicken'/99, l='MpServer', x=-149.50, y=70.00, z=315.50], EntityChicken['Chicken'/96, l='MpServer', x=-147.50, y=70.00, z=313.50], EntityZombie['Zombie'/515, l='MpServer', x=-116.50, y=11.00, z=216.50], EntityChicken['Chicken'/97, l='MpServer', x=-147.50, y=70.00, z=317.50], EntityZombie['Zombie'/312, l='MpServer', x=-150.50, y=41.00, z=283.50], EntityZombie['Zombie'/314, l='MpServer', x=-128.50, y=29.00, z=289.50], EntityCreeper['Creeper'/166, l='MpServer', x=-165.50, y=30.00, z=277.50], EntityPig['Pig'/104, l='MpServer', x=-131.50, y=63.00, z=226.50], EntitySkeleton['Skeleton'/165, l='MpServer', x=-142.50, y=28.00, z=279.50], EntityPig['Pig'/105, l='MpServer', x=-133.50, y=63.00, z=229.50], EntityEnderman['Enderman'/164, l='MpServer', x=-135.50, y=28.00, z=275.50], EntityBat['Bat'/532, l='MpServer', x=-141.50, y=24.00, z=212.50], EntityBat['Bat'/251, l='MpServer', x=-133.06, y=38.09, z=217.69], EntityBat['Bat'/531, l='MpServer', x=-116.50, y=13.00, z=226.50], EntityBat['Bat'/416, l='MpServer', x=-135.50, y=16.00, z=251.50], EntityBat['Bat'/177, l='MpServer', x=-130.03, y=19.38, z=219.50], EntityBat['Bat'/418, l='MpServer', x=-126.50, y=16.00, z=250.50], EntityCreeper['Creeper'/303, l='MpServer', x=-132.50, y=17.00, z=256.50]]
Retry entities: 0 total; []
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2404)
at net.minecraft.client.Minecraft.run(Minecraft.java:778)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_12-ea, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 447156160 bytes (426 MB) / 623181824 bytes (594 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 20163 (1129128 bytes; 1 MB) allocated, 20163 (1129128 bytes; 1 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.42 FML v5.0.24.582 Minecraft Forge 7.7.0.582 7 mods loaded, 7 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.5]ReiMinimap_v3.3_02.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CJB|API [CJB Mods Rebirth] (CJB API.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CJB|MoreInfo [CJB MoreInfo Mod] (CJB MoreInfo.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest [The Twilight Forest] (twilightforest-1.16.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LWJGL: 2.4.2
OpenGL: ATI FirePro M7820 GL version 4.2.11733 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: 30 (1680 bytes; 0 MB) allocated, 30 (1680 bytes; 0 MB) used
Here is a quote from the creator of The Twilight Forest, Benimatic, about the issue: "My reading comprehension must be poor since I just noticed this. It looks like Rei's minimap is trying to read the texture data directly, instead of using the usual getBySideAndMetadata methods. The trophy block doesn't have a block texture, since it's not rendered with the block renderer. Oh well, I suppose I could put something there to make the minimap happy, or if it's happening with other mods, Rei might fix it on his end."
Just trying to help anyway a non-coder can.
Yes I have this exact problem and it is kinda driving me crazy. If I toggle more than one waypoint on, unreadable text on all but the first waypoint enabled.
since you are pointing out this is an optifine problem i will test without.
-b
What are you using? Forge/Modloader because the release optifine has now doesn't support Forge or Modloader yet
Gamer, Minecraft Mod Developer, Creator of many mods that can be found in my CurseForge profile. (Helped port Grimoire of Gaia to 1.8.9 and helped getting a 1.12.2 version going)
i have like 7 marker and 1 of them is clear.
anyone know what to do?
same like yesterday: install v3.3_04.
Odd, I'm running the latests optifine and forge and having no issue. I do have the openGL turned off as it was mentioned there is a bug in it. OpenGL: GeForce GTX 460/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
I have the same Graphics card by the way! Nice choice.
I did have to install clean (delete the bin folder and let the loader redownload the files) before deleteing the Meta-INF folder, installing Forge 600, and installing A7 optifine. A8 will be out soon.