openpreserve / jhove

File validation and characterisation.
http://jhove.openpreservation.org
Other
171 stars 79 forks source link

jHove Gui stops without output in WAVE module #926

Open samalloing opened 5 months ago

samalloing commented 5 months ago

Hi @carlwilson There is a casting error because in https://github.com/openpreserve/jhove/blob/3872bcec770491a5e947cb221a8a2cdb766dabfe/jhove-apps/src/main/java/edu/harvard/hul/ois/jhove/viewer/RepTreeRoot.java#L509 there is a Byte[] but the extraBytes in the Wave module module are byte[] (https://github.com/openpreserve/jhove/blob/3872bcec770491a5e947cb221a8a2cdb766dabfe/jhove-modules/wave-hul/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java#L201)

Sam