Jump to content

1.6.2 Weird Minecraft Icon missing Error


Bashula

Recommended Posts

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

 

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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