|
Author |
Topic: corrupt gzip trailer (Read 3078 times) |
|
c Guest
|
corrupt gzip trailer
« on: Jun 27th, 2004, 12:54pm » |
|
is this a known bug or supposingly my fault? java.io.IOException: Corrupt GZIP trailer at java.util.zip.GZIPInputStream.readTrailer(Unknown Source) at java.util.zip.GZIPInputStream.read(Unknown Source) at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(Unknown Source) at sun.nio.cs.StreamDecoder$CharsetSD.implRead(Unknown Source) at sun.nio.cs.StreamDecoder.read(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at java.io.BufferedReader.fill(Unknown Source) at java.io.BufferedReader.readLine(Unknown Source) at java.io.BufferedReader.readLine(Unknown Source) at PdeBase.rebuildHistoryMenu(PdeBase.java:88 at PdeBase.rebuildHistoryMenu(PdeBase.java:857) at PdeEditor.handleOpen(PdeEditor.java:1180) at PdeEditor.skOpen2(PdeEditor.java:1120) at PdeEditor.checkModified2(PdeEditor.java:1037) at PdeEditor.checkModified(PdeEditor.java:102 at PdeEditor.skOpen(PdeEditor.java:1114) at PdeEditor.init(PdeEditor.java:329) at PdeBase.<init>(PdeBase.java:601) at PdeBase.main(PdeBase.java:171) thanks christian
|
|
|
|
c Guest
|
Re: corrupt gzip trailer
« Reply #1 on: Jun 27th, 2004, 12:55pm » |
|
this is the .txt from which the loader gets data: 0,33,0,32,22,44,1 0,0,42,32,22,66,2 0,43,0,2,22,8,3 0,0,0,0,0,0,4 0,43,12,32,0,9,5 0,43,52,32,22,0,6 0,43,10,32,22,8,0
|
|
|
|
c Guest
|
Re: corrupt gzip trailer
« Reply #2 on: Jun 27th, 2004, 1:00pm » |
|
..and could it have something to do with casting a String-array with the command data[i] = Integer.parseInt(blabla[i]); ?
|
|
|
|
fry
|
Re: corrupt gzip trailer
« Reply #3 on: Jun 27th, 2004, 6:25pm » |
|
are you on linux?
|
|
|
|
c Guest
|
Re: corrupt gzip trailer
« Reply #4 on: Jun 27th, 2004, 8:23pm » |
|
i am on winXP/athlon 2200+/512mbRAM, installed java: 1.4.2;
|
|
|
|
c Guest
|
Re: corrupt gzip trailer
« Reply #5 on: Jun 28th, 2004, 8:14pm » |
|
anybody at home?
|
|
|
|
c Guest
|
Re: corrupt gzip trailer
« Reply #6 on: Jun 28th, 2004, 8:14pm » |
|
anybody at home?
|
|
|
|
c Guest
|
Re: corrupt gzip trailer
« Reply #7 on: Jun 30th, 2004, 1:13pm » |
|
rev. 0069...
|
|
|
|
c Guest
|
Re: corrupt gzip trailer
« Reply #9 on: Jul 7th, 2004, 9:11pm » |
|
thanks ben
|
|
|
|
|