• 1

    posted a message on Pie 'n More Mod for minecraft 1.4.7
    Great mod, I don't think it's compatible with Forge though, oh well.

    EDIT: No, it's actually Risugami's Arrow Mod, nevermind. I think so, because your mod has an arrow/bow.

    EDIT 2: Don't know what the problem is, some sort of incompatiblity. I think with Swords+. It's OK, I'll move on without it. I don't mind. *shrug*

    ---- Minecraft Crash Report ----
    // Why did you do that?
    
    Time: 9/27/12 4:07 AM
    Description: Failed to start game
    cpw.mods.fml.common.LoaderException: java.lang.IndexOutOfBoundsException: bitIndex < 0: -1
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:641)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:177)
    at net.minecraft.client.Minecraft.a(Minecraft.java:450)
    at net.minecraft.client.Minecraft.run(Minecraft.java:737)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.IndexOutOfBoundsException: bitIndex < 0: -1
    at java.util.BitSet.clear(Unknown Source)
    at cpw.mods.fml.client.SpriteHelper.getFreeSlot(SpriteHelper.java:129)
    at cpw.mods.fml.client.SpriteHelper.getUniqueSpriteIndex(SpriteHelper.java:105)
    at cpw.mods.fml.client.registry.RenderingRegistry.addTextureOverride(RenderingRegistry.java:100)
    at ModLoader.addOverride(ModLoader.java:185)
    at SwordFamilyTaboo.setUpSwords(SwordFamilyTaboo.java:37)
    at SwordFamilyTaboo.(SwordFamilyTaboo.java:20)
    at mod_SwordsPlus.load(mod_SwordsPlus.java:150)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:549)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)
    ... 4 more
    
    Relevant Details:
    - Minecraft Version: 1.3.2
    - Operating System: Windows 7 (amd64) version 6.1
    - Java Version: 1.7.0_07, Oracle Corporation
    - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    - Memory: 555223784 bytes (529 MB) / 634585088 bytes (605 MB) up to 954466304 bytes (910 MB)
    - JVM Flags: 2 total; -Xms512m -Xmx1024m
    - FML: FML v3.0.196.366 Minecraft Forge 4.1.1.251 Optifine OptiFine_1.3.2_HD_U_B3 8 mods loaded, 8 mods active
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    mod_pienmore [mod_pienmore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mod_pienmorearmor [mod_pienmorearmor] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mod_pienmoretools [mod_pienmoretools] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mod_HandyRedstone [mod_HandyRedstone] (HandyRedstone1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_MAtmos_forModLoader [mod_MAtmos_forModLoader] (matmos_packaged.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_SwordsPlus [mod_SwordsPlus] (Swords+ 1.5 SB1 (AuxSimFix).zip) Unloaded->Constructed->Pre-initialized->Errored
    - LWJGL: 2.4.2
    - OpenGL: AMD Radeon HD 6570 GL version 4.2.11653 Compatibility Profile Context, ATI Technologies Inc.
    - Is Modded: Definitely; 'forge,fml'
    - Type: Client
    - Texture Pack: Default
    - Profiler Position: N/A (disabled)




    EDIT 3: To put this problem to rest, I figured out what the issue was:

    Quote from StarshadesJack

    You ran out of sprite indices. Minecraft only has ~80 of them to allocate to RML mods (mods that use Risu's ModLoader at their core) and I use ~30. Only way to alleviate the issue is to either not use Swords+ or remove other RML mods until you have enough indices to spare.

    Sorry about that.
    Posted in: Minecraft Mods
  • To post a comment, please .