FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Software Bugs
(Moderator: fry)
   corrupt gzip trailer
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: corrupt gzip trailer  (Read 3078 times)
c
Guest
Email
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
Email
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
Email
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


WWW
Re: corrupt gzip trailer
« Reply #3 on: Jun 27th, 2004, 6:25pm »

are you on linux?
 
c
Guest
Email
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
Email
Re: corrupt gzip trailer
« Reply #5 on: Jun 28th, 2004, 8:14pm »

anybody at home?
 
c
Guest
Email
Re: corrupt gzip trailer
« Reply #6 on: Jun 28th, 2004, 8:14pm »

anybody at home?
 
c
Guest
Email
Re: corrupt gzip trailer
« Reply #7 on: Jun 30th, 2004, 1:13pm »

rev. 0069...
 
fry


WWW
Re: corrupt gzip trailer
« Reply #8 on: Jul 7th, 2004, 5:09pm »

sorry, i don't always have a chance to get to the board and respond to things.
 
it's a known bug: http://processing.org/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1080346981.html
 
but history is being reimplemented entirely for the next version, so we're not gonna worry about it unless it shows up there too.
 
c
Guest
Email
Re: corrupt gzip trailer
« Reply #9 on: Jul 7th, 2004, 9:11pm »

thanks ben
 
Pages: 1 

« Previous topic | Next topic »