BZip2 extraction fail, out of bounds exception #681

Open
opened 2026-01-29 22:15:48 +00:00 by claunia · 0 comments
Owner

Originally created by @cr4yz on GitHub (May 26, 2025).

Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SharpCompress.Compressors.BZip2.CBZip2InputStream.RecvDecodingTables()
at SharpCompress.Compressors.BZip2.CBZip2InputStream.GetAndMoveToFrontDecode()
at SharpCompress.Compressors.BZip2.CBZip2InputStream.InitBlock()
at SharpCompress.Compressors.BZip2.CBZip2InputStream.SetupNoRandPartA()
at SharpCompress.Compressors.BZip2.CBZip2InputStream.SetupNoRandPartB()
at SharpCompress.Compressors.BZip2.CBZip2InputStream.ReadByte()
at SharpCompress.Compressors.BZip2.CBZip2InputStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at SharpCompress.Compressors.BZip2.BZip2Stream.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.Stream.<>c.b__38_0(Object )
at System.Threading.Tasks.Task1.InnerInvoke()

File:

https://main.fastdl.me/maps/ahop_coast.bsp.bz2

Originally created by @cr4yz on GitHub (May 26, 2025). Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array. at SharpCompress.Compressors.BZip2.CBZip2InputStream.RecvDecodingTables() at SharpCompress.Compressors.BZip2.CBZip2InputStream.GetAndMoveToFrontDecode() at SharpCompress.Compressors.BZip2.CBZip2InputStream.InitBlock() at SharpCompress.Compressors.BZip2.CBZip2InputStream.SetupNoRandPartA() at SharpCompress.Compressors.BZip2.CBZip2InputStream.SetupNoRandPartB() at SharpCompress.Compressors.BZip2.CBZip2InputStream.ReadByte() at SharpCompress.Compressors.BZip2.CBZip2InputStream.Read(Byte[] buffer, Int32 offset, Int32 count) at SharpCompress.Compressors.BZip2.BZip2Stream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.<>c.<BeginReadInternal>b__38_0(Object <p0>) at System.Threading.Tasks.Task1.InnerInvoke() File: https://main.fastdl.me/maps/ahop_coast.bsp.bz2
claunia added the bugup for grabs labels 2026-01-29 22:15:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#681