by poohge123 on Sun Nov 03, 2013 9:40 pm
i got the same error, how do you decompress the iff file? BTW here is the txt file that was created when the error occured.
System.IO.EndOfStreamException: End of stream reached with 4 byte left to read.
at MiscUtil.IO.EndianBinaryReader.ReadInternal(Byte[] data, Int32 size)
at MiscUtil.IO.EndianBinaryReader.ReadSingle()
at HexOnSteroids.MainWindow.mnuFileOpen_Click(Object sender, RoutedEventArgs e) in e:\Development\Visual Studio 2010\Projects\HexOnSteroids\HexOnSteroids\MainWindow.xaml.cs:line 471
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
None