On my mac,(running latest version of OSX) I tried to install AnimalCrafting, I placed the .zip on the desktop, and ran the installer using the workaround. after following the procedure, pointing it to to all the right places. I patched it, then tried to run minecraft:
-snip-
EDIT: Just read the trouble shooting section, and here's the log after hitting "run minecraft".
Found AnimTexture: ab.class
Found Compass: ac.class
Found StillLava: ay.class
Found FlowLava: et.class
Found AnimManager: fm.class
Found Tessellator: ij.class
Found FlowWater: iq.class
Found Tool3D: kj.class
Found Fire: lb.class
Found Block: ne.class
Found StillWater: nr.class
Found Minecraft: net/minecraft/client/Minecraft.class
Patching class: AnimTexture (ab.class)
Replacing ay.class
Replacing et.class
Patching class: AnimManager (fm.class)
Change constant value 1048576 -> 262144
Update const reference 2 -> 318 - <init>@35
Replacing iq.class
Replacing nr.class
Reading terrain.png...
Reading gui/items.png...
Patching class: Minecraft (net/minecraft/client/Minecraft.class)
pass Minecraft to nr.<init> - <init>@124
pass Minecraft to iq.<init> - [email protected]
pass Minecraft to ay.<init> - <init>@136
pass Minecraft to et.<init> - [email protected]
Replacing WaterAnimation.class
#### Success! ...probably ####
[java, -cp, /Users/jonah/Library/Application Support/minecraft/bin/minecraft.jar:/Users/jonah/Library/Application Support/minecraft/bin/lwjgl.jar:/Users/jonah/Library/Application Support/minecraft/bin/lwjgl_util.jar:/Users/jonah/Library/Application Support/minecraft/bin/jinput.jar, -Djava.library.path=/Users/jonah/Library/Application Support/minecraft/bin/natives, -Xmx1024M, -Xms512M, net.minecraft.client.Minecraft]
28
java.io.EOFException
at javax.imageio.stream.ImageInputStreamImpl.readFully(ImageInputStreamImpl.java:330)
at java.io.DataInputStream.readUTF(DataInputStream.java:565)
at javax.imageio.stream.ImageInputStreamImpl.readUTF(ImageInputStreamImpl.java:309)
at com.sun.imageio.plugins.png.PNGImageReader.parse_iTXt_chunk(PNGImageReader.java:443)
at com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:652)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1314)
at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1601)
at javax.imageio.ImageIO.read(ImageIO.java:1400)
at javax.imageio.ImageIO.read(ImageIO.java:1322)
at fm.a(SourceFile:58)
at net.minecraft.client.Minecraft.q(SourceFile:303)
at net.minecraft.client.Minecraft.a(SourceFile:216)
at net.minecraft.client.Minecraft.run(SourceFile:560)
at java.lang.Thread.run(Thread.java:613)
java.lang.RuntimeException: !!
at fm.a(SourceFile:64)
at net.minecraft.client.Minecraft.q(SourceFile:303)
at net.minecraft.client.Minecraft.a(SourceFile:216)
at net.minecraft.client.Minecraft.run(SourceFile:560)
at java.lang.Thread.run(Thread.java:613)
I have a problem. I am using win7 and the .exe file won't even launch. When I double click it or just run it in any other way, nothing happens, except in the process menu on the task manager a java application comes up but nothing else happens.. I have tried running it as admin or using compatibility with win xp, still no hope. I also tried the previous versions and the .jar and that still didn't work. Help please.
The exact same thing is happening to me. I tried altering it with command prompt and nothing worked, every time I try and open up the .exe nothing happens at all.
I have a problem. I am using win7 and the .exe file won't even launch. When I double click it or just run it in any other way, nothing happens, except in the process menu on the task manager a java application comes up but nothing else happens.. I have tried running it as admin or using compatibility with win xp, still no hope. I also tried the previous versions and the .jar and that still didn't work. Help please.
The exact same thing is happening to me. I tried altering it with command prompt and nothing worked, every time I try and open up the .exe nothing happens at all.
It sucks. :sad.gif:
I also have that same problem. By the way has anyone noticed just how many mods depend on this one?
This flat out blackscreens for me and then crashes no matter what options I check when trying to install a 16x16 texture pack on an unmodified minecraft.jar
I know how to use the patcher, I've used it many times before. All I want is custom water.
I assume a fix for the portals is in the works?
I love me a good texture pack, but this is unfortunate --
yes. neeeeeeed fix. i come back here and check every few hours, desperately hoping that someone will have fixed the portals!!
i have to hide mine in mountains and stuff because they are just too ugly to look at (yeah its my own kind of OCD) i thought there wouldve been one by now, is there any chance that it is impossible to fix and we might always have to look at it if we are going to use higher res textures?
Attempting to install Frenden's texture pack results in Minecraft crashing. Here's the console output from patching:
Found AnimTexture: ab.class
Found Compass: ac.class
Found StillLava: ay.class
Found FlowLava: et.class
Found AnimManager: fm.class
Found Tessellator: ij.class
Found FlowWater: iq.class
Found Tool3D: kj.class
Found Fire: lb.class
Found Block: ne.class
Found StillWater: nr.class
Found Minecraft: net/minecraft/client/Minecraft.class
Patching class: AnimTexture (ab.class)
Replacing ay.class
Replacing et.class
Patching class: AnimManager (fm.class)
Change constant value 1048576 -> 262144
Update const reference 2 -> 318 - <init>@35
Replacing iq.class
Replacing nr.class
Reading terrain.png...
Reading gui/items.png...
Patching class: Minecraft (net/minecraft/client/Minecraft.class)
pass Minecraft to nr.<init> - <init>@124
pass Minecraft to iq.<init> - [email protected]
pass Minecraft to ay.<init> - <init>@136
pass Minecraft to et.<init> - [email protected]
Replacing WaterAnimation.class
#### Success! ...probably ####
And when I try to fire it up:
[java, -cp, /Users/****/Library/Application Support/minecraft/bin/minecraft.jar:/Users/****/Library/Application Support/minecraft/bin/lwjgl.jar:/Users/****/Library/Application Support/minecraft/bin/lwjgl_util.jar:/Users/****/Library/Application Support/minecraft/bin/jinput.jar, -Djava.library.path=/Users/****/Library/Application Support/minecraft/bin/natives, -Xmx1024M, -Xms512M, net.minecraft.client.Minecraft]
28
Loading: net.java.games.input.OSXEnvironmentPlugin
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
java.io.EOFException
at javax.imageio.stream.ImageInputStreamImpl.readFully(ImageInputStreamImpl.java:330)
at java.io.DataInputStream.readUTF(DataInputStream.java:565)
at javax.imageio.stream.ImageInputStreamImpl.readUTF(ImageInputStreamImpl.java:309)
at com.sun.imageio.plugins.png.PNGImageReader.parse_iTXt_chunk(PNGImageReader.java:443)
at com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:652)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1314)
at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1601)
at javax.imageio.ImageIO.read(ImageIO.java:1400)
at javax.imageio.ImageIO.read(ImageIO.java:1322)
at fm.a(SourceFile:58)
at fz.a(SourceFile:41)
at bn.a(SourceFile:29)
at df.a(SourceFile:187)
at jq.b(SourceFile:331)
at net.minecraft.client.Minecraft.run(SourceFile:623)
at java.lang.Thread.run(Thread.java:613)
java.lang.RuntimeException: !!
at fm.a(SourceFile:64)
at fz.a(SourceFile:41)
at bn.a(SourceFile:29)
at df.a(SourceFile:187)
at jq.b(SourceFile:331)
at net.minecraft.client.Minecraft.run(SourceFile:623)
at java.lang.Thread.run(Thread.java:613)
Running the latest version of Minecraft with a fresh download on Mac OS X 10.5.8.
Attempting to install Frenden's texture pack results in Minecraft crashing. Here's the console output from patching:
Found AnimTexture: ab.class
Found Compass: ac.class
Found StillLava: ay.class
Found FlowLava: et.class
Found AnimManager: fm.class
Found Tessellator: ij.class
Found FlowWater: iq.class
Found Tool3D: kj.class
Found Fire: lb.class
Found Block: ne.class
Found StillWater: nr.class
Found Minecraft: net/minecraft/client/Minecraft.class
Patching class: AnimTexture (ab.class)
Replacing ay.class
Replacing et.class
Patching class: AnimManager (fm.class)
Change constant value 1048576 -> 262144
Update const reference 2 -> 318 - <init>@35
Replacing iq.class
Replacing nr.class
Reading terrain.png...
Reading gui/items.png...
Patching class: Minecraft (net/minecraft/client/Minecraft.class)
pass Minecraft to nr.<init> - <init>@124
pass Minecraft to iq.<init> - [email protected]
pass Minecraft to ay.<init> - <init>@136
pass Minecraft to et.<init> - [email protected]
Replacing WaterAnimation.class
#### Success! ...probably ####
And when I try to fire it up:
[java, -cp, /Users/****/Library/Application Support/minecraft/bin/minecraft.jar:/Users/****/Library/Application Support/minecraft/bin/lwjgl.jar:/Users/****/Library/Application Support/minecraft/bin/lwjgl_util.jar:/Users/****/Library/Application Support/minecraft/bin/jinput.jar, -Djava.library.path=/Users/****/Library/Application Support/minecraft/bin/natives, -Xmx1024M, -Xms512M, net.minecraft.client.Minecraft]
28
Loading: net.java.games.input.OSXEnvironmentPlugin
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
java.io.EOFException
at javax.imageio.stream.ImageInputStreamImpl.readFully(ImageInputStreamImpl.java:330)
at java.io.DataInputStream.readUTF(DataInputStream.java:565)
at javax.imageio.stream.ImageInputStreamImpl.readUTF(ImageInputStreamImpl.java:309)
at com.sun.imageio.plugins.png.PNGImageReader.parse_iTXt_chunk(PNGImageReader.java:443)
at com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:652)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1314)
at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1601)
at javax.imageio.ImageIO.read(ImageIO.java:1400)
at javax.imageio.ImageIO.read(ImageIO.java:1322)
at fm.a(SourceFile:58)
at fz.a(SourceFile:41)
at bn.a(SourceFile:29)
at df.a(SourceFile:187)
at jq.b(SourceFile:331)
at net.minecraft.client.Minecraft.run(SourceFile:623)
at java.lang.Thread.run(Thread.java:613)
java.lang.RuntimeException: !!
at fm.a(SourceFile:64)
at fz.a(SourceFile:41)
at bn.a(SourceFile:29)
at df.a(SourceFile:187)
at jq.b(SourceFile:331)
at net.minecraft.client.Minecraft.run(SourceFile:623)
at java.lang.Thread.run(Thread.java:613)
Running the latest version of Minecraft with a fresh download on Mac OS X 10.5.8.
EDIT: oh whoops! Should've looked at it before jumping to this conclusion. We don't have the same problem, but I am having trouble on my mac.
I'm trying to install animal crafting, a 64x64 pack, but I have no problem installing mix craft, which is a 32x32 texture pack. Could that be part of the problem?
Here's my log.
Found AnimTexture: ab.class
Found Compass: ac.class
Found StillLava: ay.class
Found FlowLava: et.class
Found AnimManager: fm.class
Found Tessellator: ij.class
Found FlowWater: iq.class
Found Tool3D: kj.class
Found Fire: lb.class
Found Block: ne.class
Found StillWater: nr.class
Found Minecraft: net/minecraft/client/Minecraft.class
Patching class: AnimTexture (ab.class)
Replacing ay.class
Replacing et.class
Patching class: AnimManager (fm.class)
Change constant value 1048576 -> 262144
Update const reference 2 -> 318 - <init>@35
Replacing iq.class
Replacing nr.class
Reading terrain.png...
Reading gui/items.png...
Patching class: Minecraft (net/minecraft/client/Minecraft.class)
pass Minecraft to nr.<init> - <init>@124
pass Minecraft to iq.<init> - [email protected]
pass Minecraft to ay.<init> - <init>@136
pass Minecraft to et.<init> - [email protected]
Replacing WaterAnimation.class
#### Success! ...probably ####
[java, -cp, /Users/jonah/Library/Application Support/minecraft/bin/minecraft.jar:/Users/jonah/Library/Application Support/minecraft/bin/lwjgl.jar:/Users/jonah/Library/Application Support/minecraft/bin/lwjgl_util.jar:/Users/jonah/Library/Application Support/minecraft/bin/jinput.jar, -Djava.library.path=/Users/jonah/Library/Application Support/minecraft/bin/natives, -Xmx1024M, -Xms512M, net.minecraft.client.Minecraft]
28
java.io.EOFException
at javax.imageio.stream.ImageInputStreamImpl.readFully(ImageInputStreamImpl.java:330)
at java.io.DataInputStream.readUTF(DataInputStream.java:565)
at javax.imageio.stream.ImageInputStreamImpl.readUTF(ImageInputStreamImpl.java:309)
at com.sun.imageio.plugins.png.PNGImageReader.parse_iTXt_chunk(PNGImageReader.java:443)
at com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:652)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1314)
at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1601)
at javax.imageio.ImageIO.read(ImageIO.java:1400)
at javax.imageio.ImageIO.read(ImageIO.java:1322)
at fm.a(SourceFile:58)
at net.minecraft.client.Minecraft.q(SourceFile:303)
at net.minecraft.client.Minecraft.a(SourceFile:216)
at net.minecraft.client.Minecraft.run(SourceFile:560)
at java.lang.Thread.run(Thread.java:613)
java.lang.RuntimeException: !!
at fm.a(SourceFile:64)
at net.minecraft.client.Minecraft.q(SourceFile:303)
at net.minecraft.client.Minecraft.a(SourceFile:216)
at net.minecraft.client.Minecraft.run(SourceFile:560)
at java.lang.Thread.run(Thread.java:613)
EDIT: oh whoops! Should've looked at it before jumping to this conclusion. We don't have the same problem, but I am having trouble on my mac.
I'm trying to install animal crafting, a 64x64 pack, but I have no problem installing mix craft, which is a 32x32 texture pack. Could that be part of the problem?
Here's my log.
Found AnimTexture: ab.class
Found Compass: ac.class
Found StillLava: ay.class
Found FlowLava: et.class
Found AnimManager: fm.class
Found Tessellator: ij.class
Found FlowWater: iq.class
Found Tool3D: kj.class
Found Fire: lb.class
Found Block: ne.class
Found StillWater: nr.class
Found Minecraft: net/minecraft/client/Minecraft.class
Patching class: AnimTexture (ab.class)
Replacing ay.class
Replacing et.class
Patching class: AnimManager (fm.class)
Change constant value 1048576 -> 262144
Update const reference 2 -> 318 - <init>@35
Replacing iq.class
Replacing nr.class
Reading terrain.png...
Reading gui/items.png...
Patching class: Minecraft (net/minecraft/client/Minecraft.class)
pass Minecraft to nr.<init> - <init>@124
pass Minecraft to iq.<init> - [email protected]
pass Minecraft to ay.<init> - <init>@136
pass Minecraft to et.<init> - [email protected]
Replacing WaterAnimation.class
#### Success! ...probably ####
[java, -cp, /Users/jonah/Library/Application Support/minecraft/bin/minecraft.jar:/Users/jonah/Library/Application Support/minecraft/bin/lwjgl.jar:/Users/jonah/Library/Application Support/minecraft/bin/lwjgl_util.jar:/Users/jonah/Library/Application Support/minecraft/bin/jinput.jar, -Djava.library.path=/Users/jonah/Library/Application Support/minecraft/bin/natives, -Xmx1024M, -Xms512M, net.minecraft.client.Minecraft]
28
java.io.EOFException
at javax.imageio.stream.ImageInputStreamImpl.readFully(ImageInputStreamImpl.java:330)
at java.io.DataInputStream.readUTF(DataInputStream.java:565)
at javax.imageio.stream.ImageInputStreamImpl.readUTF(ImageInputStreamImpl.java:309)
at com.sun.imageio.plugins.png.PNGImageReader.parse_iTXt_chunk(PNGImageReader.java:443)
at com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:652)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1314)
at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1601)
at javax.imageio.ImageIO.read(ImageIO.java:1400)
at javax.imageio.ImageIO.read(ImageIO.java:1322)
at fm.a(SourceFile:58)
at net.minecraft.client.Minecraft.q(SourceFile:303)
at net.minecraft.client.Minecraft.a(SourceFile:216)
at net.minecraft.client.Minecraft.run(SourceFile:560)
at java.lang.Thread.run(Thread.java:613)
java.lang.RuntimeException: !!
at fm.a(SourceFile:64)
at net.minecraft.client.Minecraft.q(SourceFile:303)
at net.minecraft.client.Minecraft.a(SourceFile:216)
at net.minecraft.client.Minecraft.run(SourceFile:560)
at java.lang.Thread.run(Thread.java:613)
I've done some Java coding, and the EOFException error it throws is probably from the same code that's throwing the rest of them. Since it's implicating the ImageStream class, I think it has something to do with the way it's handling (or not) .png files.
I'm not sure if the library is set up to work with alpha channels, and if the texture files contain them, that could be the problem. There are, however, a ton of these files that I have to look through and re-save without alpha files, and that prospect does not excite me. Plus, the fact that these are isolated incidents leads me to believe that there's something larger going on here. Are you running 10.5.8?
Is there any chance you'll be adding command line options in the future? It would allow the creators of texture packs (or other modders) to make simple automated install/patch scripts.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffLaterz.
CDR's PTC HD Infinity [128x Texture Pack]
How to find the minecraft.jar file
Modifying the minecraft.jar file
One Stop Mod Shop
On my mac,(running latest version of OSX) I tried to install AnimalCrafting, I placed the .zip on the desktop, and ran the installer using the workaround. after following the procedure, pointing it to to all the right places. I patched it, then tried to run minecraft:
-snip-
EDIT: Just read the trouble shooting section, and here's the log after hitting "run minecraft".
Whale of a Tale!
The exact same thing is happening to me. I tried altering it with command prompt and nothing worked, every time I try and open up the .exe nothing happens at all.
It sucks. :sad.gif:
I also have that same problem. By the way has anyone noticed just how many mods depend on this one?
I love me a good texture pack, but this is unfortunate --
Question: Is minecraft.orginal.jar the .jar before the patch?
Yes.
Donate!
I agreeee. ): It's the only reason I'm not using this patch just yet.
I know how to use the patcher, I've used it many times before. All I want is custom water.
Windows 7 x64
yes. neeeeeeed fix. i come back here and check every few hours, desperately hoping that someone will have fixed the portals!!
i have to hide mine in mountains and stuff because they are just too ugly to look at (yeah its my own kind of OCD) i thought there wouldve been one by now, is there any chance that it is impossible to fix and we might always have to look at it if we are going to use higher res textures?
no
I like your attitude, sir.
And when I try to fire it up:
[java, -cp, /Users/****/Library/Application Support/minecraft/bin/minecraft.jar:/Users/****/Library/Application Support/minecraft/bin/lwjgl.jar:/Users/****/Library/Application Support/minecraft/bin/lwjgl_util.jar:/Users/****/Library/Application Support/minecraft/bin/jinput.jar, -Djava.library.path=/Users/****/Library/Application Support/minecraft/bin/natives, -Xmx1024M, -Xms512M, net.minecraft.client.Minecraft] 28 Loading: net.java.games.input.OSXEnvironmentPlugin Starting up SoundSystem... Initializing LWJGL OpenAL (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) OpenAL initialized. java.io.EOFException at javax.imageio.stream.ImageInputStreamImpl.readFully(ImageInputStreamImpl.java:330) at java.io.DataInputStream.readUTF(DataInputStream.java:565) at javax.imageio.stream.ImageInputStreamImpl.readUTF(ImageInputStreamImpl.java:309) at com.sun.imageio.plugins.png.PNGImageReader.parse_iTXt_chunk(PNGImageReader.java:443) at com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:652) at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1314) at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1601) at javax.imageio.ImageIO.read(ImageIO.java:1400) at javax.imageio.ImageIO.read(ImageIO.java:1322) at fm.a(SourceFile:58) at fz.a(SourceFile:41) at bn.a(SourceFile:29) at df.a(SourceFile:187) at jq.b(SourceFile:331) at net.minecraft.client.Minecraft.run(SourceFile:623) at java.lang.Thread.run(Thread.java:613) java.lang.RuntimeException: !! at fm.a(SourceFile:64) at fz.a(SourceFile:41) at bn.a(SourceFile:29) at df.a(SourceFile:187) at jq.b(SourceFile:331) at net.minecraft.client.Minecraft.run(SourceFile:623) at java.lang.Thread.run(Thread.java:613)Running the latest version of Minecraft with a fresh download on Mac OS X 10.5.8.
any1 got ideia what archvive .class is used to edit watches and portals???
EDIT: oh whoops! Should've looked at it before jumping to this conclusion. We don't have the same problem, but I am having trouble on my mac.
I'm trying to install animal crafting, a 64x64 pack, but I have no problem installing mix craft, which is a 32x32 texture pack. Could that be part of the problem?
Here's my log.
Found AnimTexture: ab.class Found Compass: ac.class Found StillLava: ay.class Found FlowLava: et.class Found AnimManager: fm.class Found Tessellator: ij.class Found FlowWater: iq.class Found Tool3D: kj.class Found Fire: lb.class Found Block: ne.class Found StillWater: nr.class Found Minecraft: net/minecraft/client/Minecraft.class Patching class: AnimTexture (ab.class) Replacing ay.class Replacing et.class Patching class: AnimManager (fm.class) Change constant value 1048576 -> 262144 Update const reference 2 -> 318 - <init>@35 Replacing iq.class Replacing nr.class Reading terrain.png... Reading gui/items.png... Patching class: Minecraft (net/minecraft/client/Minecraft.class) pass Minecraft to nr.<init> - <init>@124 pass Minecraft to iq.<init> - [email protected] pass Minecraft to ay.<init> - <init>@136 pass Minecraft to et.<init> - [email protected] Replacing WaterAnimation.class #### Success! ...probably #### [java, -cp, /Users/jonah/Library/Application Support/minecraft/bin/minecraft.jar:/Users/jonah/Library/Application Support/minecraft/bin/lwjgl.jar:/Users/jonah/Library/Application Support/minecraft/bin/lwjgl_util.jar:/Users/jonah/Library/Application Support/minecraft/bin/jinput.jar, -Djava.library.path=/Users/jonah/Library/Application Support/minecraft/bin/natives, -Xmx1024M, -Xms512M, net.minecraft.client.Minecraft] 28 java.io.EOFException at javax.imageio.stream.ImageInputStreamImpl.readFully(ImageInputStreamImpl.java:330) at java.io.DataInputStream.readUTF(DataInputStream.java:565) at javax.imageio.stream.ImageInputStreamImpl.readUTF(ImageInputStreamImpl.java:309) at com.sun.imageio.plugins.png.PNGImageReader.parse_iTXt_chunk(PNGImageReader.java:443) at com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:652) at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1314) at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1601) at javax.imageio.ImageIO.read(ImageIO.java:1400) at javax.imageio.ImageIO.read(ImageIO.java:1322) at fm.a(SourceFile:58) at net.minecraft.client.Minecraft.q(SourceFile:303) at net.minecraft.client.Minecraft.a(SourceFile:216) at net.minecraft.client.Minecraft.run(SourceFile:560) at java.lang.Thread.run(Thread.java:613) java.lang.RuntimeException: !! at fm.a(SourceFile:64) at net.minecraft.client.Minecraft.q(SourceFile:303) at net.minecraft.client.Minecraft.a(SourceFile:216) at net.minecraft.client.Minecraft.run(SourceFile:560) at java.lang.Thread.run(Thread.java:613)Whale of a Tale!
I've done some Java coding, and the EOFException error it throws is probably from the same code that's throwing the rest of them. Since it's implicating the ImageStream class, I think it has something to do with the way it's handling (or not) .png files.
I'm not sure if the library is set up to work with alpha channels, and if the texture files contain them, that could be the problem. There are, however, a ton of these files that I have to look through and re-save without alpha files, and that prospect does not excite me. Plus, the fact that these are isolated incidents leads me to believe that there's something larger going on here. Are you running 10.5.8?
Whale of a Tale!
Is there any chance you'll be adding command line options in the future? It would allow the creators of texture packs (or other modders) to make simple automated install/patch scripts.