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

Hi i have been making a mod and I'm stuck on this i re-downloaded minecraft forge mcp everything and Reinstalled Eclipse and my code gets messed up and this is the error

 

 

2013-11-24 21:24:58 [iNFO] [sTDERR] javax.imageio.IIOException: Can't read input file!

2013-11-24 21:24:58 [iNFO] [sTDERR] at javax.imageio.ImageIO.read(Unknown Source)

2013-11-24 21:24:58 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.readImage(Minecraft.java:556)

2013-11-24 21:24:58 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:418)

2013-11-24 21:24:58 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:806)

2013-11-24 21:24:58 [iNFO] [sTDERR] at net.minecraft.client.main.Main.main(Main.java:93)

2013-11-24 21:24:58 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-11-24 21:24:58 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-11-24 21:24:58 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-11-24 21:24:58 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-11-24 21:24:58 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-11-24 21:24:58 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

 

                                  Bryan

 

 

 

Is your image file a png?

 

Was it saved as a png with the png extension (as opposed to a jpg that's been renamed to png)?

 

Is the file not corrupted?

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author

i don't know I've tryed reinstalling forge alone and it don`t work same thing it sould work forge installed minecraft

Gee golly willackers.  Did you try fixing your custom icon file at all during that?

 

Or did you blindly assume that Forge was at fault?

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author

I don`t know what it is dose it in minecraft 1.6.1 in eclipse too

 

you get the default java logo for programs and its not mine its minecrafts icon and i`m not blaming it on forge i don`t know whats going on it should work i don`t know why it isnt

 

ok i got it too work but i got this error

 

 

2013-11-26 00:54:39 [iNFO] [Minecraft-Server] Preparing spawn area: 4%

2013-11-26 00:54:40 [iNFO] [sTDERR] java.lang.NullPointerException

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.world.World.getTopSolidOrLiquidBlock(World.java:2004)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.world.biome.BiomeDecorator.decorate(BiomeDecorator.java:219)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.world.biome.BiomeDecorator.decorate(BiomeDecorator.java:196)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.world.biome.BiomeGenBase.decorate(BiomeGenBase.java:366)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.world.gen.ChunkProviderGenerate.populate(ChunkProviderGenerate.java:573)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:258)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1249)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:153)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:292)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:90)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:107)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)

2013-11-26 00:54:40 [iNFO] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

2013-11-26 00:54:40 [sEVERE] [Minecraft-Server] Encountered an unexpected exception NullPointerException

java.lang.NullPointerException

at net.minecraft.world.World.getTopSolidOrLiquidBlock(World.java:2004)

at net.minecraft.world.biome.BiomeDecorator.decorate(BiomeDecorator.java:219)

at net.minecraft.world.biome.BiomeDecorator.decorate(BiomeDecorator.java:196)

at net.minecraft.world.biome.BiomeGenBase.decorate(BiomeGenBase.java:366)

at net.minecraft.world.gen.ChunkProviderGenerate.populate(ChunkProviderGenerate.java:573)

at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:258)

at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1249)

at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:153)

at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:292)

at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:90)

at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:107)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)

at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

its not mine its minecrafts icon

 

Could've mentioned that sooner. :U

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author

I fixed it it was not downloading the assets folder correctly so i took normal minecraft assets and copy and paste

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.