Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Please go here, cause i changed all ModLoader.addOverride and such here is the more recent error described in more details:

So plz go there.

http://www.minecraftforge.net/forum/index.php/topic,1518.msg13000.html#msg13000

 

TOPIC LOCKED

It looks like you have used ModLoader.addOverride too much and have no free item sprites left.

if you use the forge way you have to remove all the Modloader.addOverride, because you dont need them anymore.

(mod_Ores.java:305) still uses ModLoader.addOverride

Stop

Fairly clear statement here, dont use addOverride at all, ever.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

  • Author

i have replaced all modloader addOverride() and now have this error

at line 305 is this :

ModLoader.registerBlock(TinBlock);

 

as i have many more blocks i have many more of these lines aswell... altough i changed all the ModLoader.addOverride()

 

i now get this error :

Spoiler 

 

 

 

 

2012-08-24 10:48:41 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.71.289 for Minecraft client:1.3.2, server:1.3.2 loading

 

2012-08-24 10:48:49 [iNFO] [sTDOUT] 27 achievements

 

2012-08-24 10:48:49 [iNFO] [sTDOUT] 195 recipes

 

2012-08-24 10:48:50 [iNFO] [sTDOUT] Setting user: Player996, -

 

2012-08-24 10:48:50 [iNFO] [sTDERR] Client asked for parameter: server

 

2012-08-24 10:48:50 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

 

2012-08-24 10:48:54 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

 

2012-08-24 10:48:54 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

 

2012-08-24 10:48:57 [iNFO] [ForgeModLoader] Searching C:\Minecraft_mod_Ores_1.3.2\jars\mods for mods

 

2012-08-24 10:49:15 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load

 

2012-08-24 10:49:17 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:501)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:127)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:85)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:420)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:192)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:402)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:734)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] Caused by: java.lang.ArrayIndexOutOfBoundsException: 125

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.EnumArmorMaterial.getDamageReductionAmount(EnumArmorMaterial.java:56)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmor.<init>(ItemArmor.java:31)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmorBronze.<init>(ItemArmorBronze.java:27)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.mod_Ores.<clinit>(mod_Ores.java:219)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] ... 28 more

 

 

 

 

i do relize that one of the problems is this

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.EnumArmorMaterial.getDamageReductionAmount(EnumArmorMaterial.java:56)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmor.<init>(ItemArmor.java:31)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmorBronze.<init>(ItemArmorBronze.java:27)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.mod_Ores.<clinit>(mod_Ores.java:219)

 

 

 

 

So i would love to solve it... but i just dont know how.

 

 

 

Guest
This topic is now closed to further replies.

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.