Posts by lordkabal26

    Here's the list of the files


    Display Spoiler


    [1.8.1]ReiMinimap_v2.6_01.zip\
    reifnsk (folder)
    Mod_ReiMinimap.class
    abj.class

    [1.8.1]ReiMinimap_v2.6_01.zip\reifnsk\minimap\
    waypoint2.png
    waypoint.png
    Waypoint.class
    w.png
    TintType.class
    temperature.png
    StripCounter.class
    squaremap_mask.png
    squaremap.png
    s.png
    roundmap_mask.png
    roundmap.png
    ReiMinimap.class
    Reiminimap$1.class
    PixelColor.class
    n.png
    mmarrow.png
    MinimapException.class
    marker2.png
    marker.png
    KeyInput.class
    humidity.png
    GuiWaypointScreen.class
    GuiWaypointEditorScreen.class
    GuiWaypoint.class
    GuiTextField.class
    GuiSimpleButton.class
    GuiScrollbar.class
    GuiScreenInterface.class
    GuiOptionScreen.class
    GuiOptionButton.class
    GuiKeyConfigScreen.class
    GuiKeyConfigButton.class
    GLTextureBufferedImage.class
    Environment.class
    EnumOptionValue.class
    EnumOption.class
    e.png
    ChunkCache.class
    BlockColor.class
    BlockColor$TempBlockAccess.class
    BlockColor$1.class

    unfortunately it doesn't appear to have the typical config files most of the other mods I run use.

    EDIT: I just fixed it myself, turns out I have to load the minimap before anything else and it works perfectly.
    Good news all around, means you don't need to work on a compatibility patch, and means I can have your addon and the minimap afterall :D

    When I run Minecraft with Rei's Minimap and all other mods/addons I run installed it works perfectly, however when I throw in your addon into the mix I get the following error with the minimap:

    Display Spoiler


    --- 2011-11-04 03:43:53 EDT ---
    Rei's Minimap v2.6_01 [Beta 1.8.1]
    OS: Windows 7 (x86) version 6.1
    Java: 1.6.0_26, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode, sharing), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: Intel(R) HD Graphics version 2.1.0 - Build 8.15.10.2202, Intel
    mainloop runtime exception
    java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
    at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
    at java.awt.image.BufferedImage.(Unknown Source)
    at reifnsk.minimap.BlockColor.splitImage(BlockColor.java:960)
    at reifnsk.minimap.BlockColor.textureColorUpdate(BlockColor.java:530)
    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:327)
    at mod_ReiMinimap.OnTickInGame(mod_ReiMinimap.java:25)
    at BaseMod.OnTickInGame(BaseMod.java:80)
    at ModLoader.OnTick(ModLoader.java:1016)
    at EntityRendererProxy.b(EntityRendererProxy.java:16)
    at net.minecraft.client.Minecraft.run(SourceFile:689)
    at java.lang.Thread.run(Unknown Source)

    When I remove your addon from my mods folder it goes back to working properly, so I know it's not how Rei's Minimap was installed that's causing my particular error ?(

    I'll attach my modloader.txt