SabreTools / BinaryObjectScanner

C# protection, packer, and archive scanning library
MIT License
85 stars 13 forks source link

Exception opening file #212

Closed fuzz6001 closed 5 months ago

fuzz6001 commented 1 year ago

An exception occurs in 2.5. Please request any necessary files.

2.5_net48

g:\_user1.hdr\Axdist.exe: Microsoft CAB SFX v4.71.0030.1
g:\3Dfx\Banshee\Win95\VBW95.EXE: WinZip SFX 2.1 (32-bit)
g:\3Dfx\Banshee\Win98\VBW98.EXE: WinZip SFX 2.1 (32-bit)
g:\3Dfx\Rush\OEMRUSHD.EXE: WinZip SFX 2.1 (32-bit)
g:\3Dfx\Rush\OEMRUSHS.EXE: WinZip SFX 2.1 (32-bit)
g:\3Dfx\VOODOO\RKVG.EXE: WinZip SFX 2.1 (32-bit)
g:\3Dfx\VOODOO2\RKV2DX6.EXE: WinZip SFX 2.1 (32-bit)
g:\autorun.exe: [Exception opening file, please try again]
g:\Eacsnd.dll: [Exception opening file, please try again]
g:\EReg\EREG3201.DLL: Executable-Based Online Registration 2.03.44
g:\EReg\EREGUI32.DLL: Executable-Based Online Registration 2.02.01
g:\nfshs.exe: [Exception opening file, please try again]
g:\softtria.dll: [Exception opening file, please try again]
with --debug ```console g:\_user1.hdr\Axdist.exe: Microsoft CAB SFX v4.71.0030.1 g:\3Dfx\Banshee\Win95\VBW95.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Banshee\Win98\VBW98.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Rush\OEMRUSHD.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Rush\OEMRUSHS.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\VOODOO\RKVG.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\VOODOO2\RKV2DX6.EXE: WinZip SFX 2.1 (32-bit) g:\autorun.exe: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\Scanner.cs:line 331 ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\Eacsnd.dll: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\Scanner.cs:line 331 ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\EReg\EREG3201.DLL: Executable-Based Online Registration 2.03.44 g:\EReg\EREGUI32.DLL: Executable-Based Online Registration 2.02.01 g:\nfshs.exe: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\Scanner.cs:line 331 ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\softtria.dll: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\Scanner.cs:line 331 ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in B:\Programs\GitHub\BurnOutSharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ```

2.3.4_net48

with --debug

g:\_user1.hdr\Axdist.exe: Microsoft CAB SFX v4.71.0030.1
g:\3Dfx\Banshee\Win95\VBW95.EXE: WinZip SFX 2.1 (32-bit) (Index 87)
g:\3Dfx\Banshee\Win98\VBW98.EXE: WinZip SFX 2.1 (32-bit) (Index 87)
g:\3Dfx\Rush\OEMRUSHD.EXE: WinZip SFX 2.1 (32-bit) (Index 87)
g:\3Dfx\Rush\OEMRUSHS.EXE: WinZip SFX 2.1 (32-bit) (Index 87)
g:\3Dfx\VOODOO\RKVG.EXE: WinZip SFX 2.1 (32-bit) (Index 87)
g:\3Dfx\VOODOO2\RKV2DX6.EXE: WinZip SFX 2.1 (32-bit) (Index 87)
g:\EReg\EREG3201.DLL: Executable-Based Online Registration 2.03.44
g:\EReg\EREGUI32.DLL: Executable-Based Online Registration 2.02.01
mnadareski commented 1 year ago

Please try with one of the latest WIP versions and see if that still occurs.

fuzz6001 commented 1 year ago

2.5-864_net48

no options ```console g:\_sys1.hdr\_IsRes.Dll: [Exception opening file, please try again] g:\_user1.hdr\Axdist.exe: [Exception opening file, please try again] g:\_user1.hdr\Dsetup.dll: [Exception opening file, please try again] g:\3Dfx\Banshee\Win95\VBW95.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Banshee\Win95\VBW95.EXE\3DfxVBps.dll: [Exception opening file, please try again] g:\3Dfx\Banshee\Win98\VBW98.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Rush\OEMRUSHD.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Rush\OEMRUSHD.EXE\Dc95cpl.dll: [Exception opening file, please try again] g:\3Dfx\Rush\OEMRUSHD.EXE\fxoem2x.dll: [Exception opening file, please try again] g:\3Dfx\Rush\OEMRUSHD.EXE\pmgamma.exe: [Exception opening file, please try again] g:\3Dfx\Rush\OEMRUSHS.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Rush\OEMRUSHS.EXE\Dc95cpl.dll: [Exception opening file, please try again] g:\3Dfx\VOODOO\RKVG.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\VOODOO2\RKV2DX6.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\VOODOO2\RKV2DX6.EXE\3DfxV2ps.dll: [Exception opening file, please try again] g:\3Dfx\VOODOO2\RKV2DX6.EXE\Csh.dll: [Exception opening file, please try again] g:\3Dfx\VOODOO2\RKV2DX6.EXE\RICHED20.DLL: [Exception opening file, please try again] g:\ar2.exe: [Exception opening file, please try again] g:\autorun.exe: [Exception opening file, please try again] g:\DirectX\DIRECTX\DDRAW.DLL: [Exception opening file, please try again] g:\DirectX\DIRECTX\DINPUT.DLL: [Exception opening file, please try again] g:\DirectX\DIRECTX\DPMODEMX.DLL: [Exception opening file, please try again] g:\DirectX\DIRECTX\DRIVERS\ENG\FRAMEBUF.DLL: [Exception opening file, please try again] g:\DirectX\DIRECTX\DSETUP.DLL: [Exception opening file, please try again] g:\DirectX\DIRECTX\DSOUND.DLL: [Exception opening file, please try again] g:\DirectX\DIRECTX\DXDIAG.EXE: [Exception opening file, please try again] g:\DirectX\DIRECTX\DXSETUP.EXE: [Exception opening file, please try again] g:\DirectX\DIRECTX\GCDEF.DLL: [Exception opening file, please try again] g:\DirectX\DIRECTX\JOY.CPL: [Exception opening file, please try again] g:\DirectX\DSETUP.DLL: [Exception opening file, please try again] g:\Eacsnd.dll: [Exception opening file, please try again] g:\EReg\EREG3201.DLL: [Exception opening file, please try again] g:\EReg\EREGUI32.DLL: [Exception opening file, please try again] g:\EReg\IP.EXE: [Exception opening file, please try again] g:\Ip.exe: [Exception opening file, please try again] g:\nfshs.exe: [Exception opening file, please try again] g:\NPS\npsp0407.dll: [Exception opening file, please try again] g:\NPS\npsp0409.dll: [Exception opening file, please try again] g:\NPS\npsp041d.dll: [Exception opening file, please try again] g:\NPS\winsys\MFC42.DLL: [Exception opening file, please try again] g:\NPS\winsys\msvcirt.dll: [Exception opening file, please try again] g:\NPS\winsys\MSVCP60.DLL: [Exception opening file, please try again] g:\NPS\winsys\MSVCRT.DLL: [Exception opening file, please try again] g:\Setup.exe: [Exception opening file, please try again] g:\softtria.dll: [Exception opening file, please try again] ```
with --debug ```console g:\_sys1.hdr\_IsRes.Dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.CactusDataShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\CactusDataShield.cs:line 79 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.CactusDataShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\CactusDataShield.cs:line 79 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #2) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.AegiSoft.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\AegiSoft.cs:line 43 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\_user1.hdr\Axdist.exe: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\_user1.hdr\Dsetup.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.AegiSoft.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\AegiSoft.cs:line 43 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #2) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3Dfx\Banshee\Win95\VBW95.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Banshee\Win95\VBW95.EXE\3DfxSpl3.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.CactusDataShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\CactusDataShield.cs:line 79 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.CactusDataShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\CactusDataShield.cs:line 79 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ElectronicArts.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ElectronicArts.cs:line 33 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3Dfx\Banshee\Win98\VBW98.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Banshee\Win98\VBW98.EXE\3DfxVBps.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 83 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 83 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #2) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ElectronicArts.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ElectronicArts.cs:line 31 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3Dfx\Rush\OEMRUSHD.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Rush\OEMRUSHD.EXE\Dc95cpl.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3Dfx\Rush\OEMRUSHD.EXE\pmgamma.exe: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3Dfx\Rush\OEMRUSHS.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\Rush\OEMRUSHS.EXE\Dc95cpl.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3Dfx\VOODOO\RKVG.EXE: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.CactusDataShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\CactusDataShield.cs:line 79 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.CactusDataShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\CactusDataShield.cs:line 79 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3Dfx\VOODOO2\RKV2DX6.EXE: WinZip SFX 2.1 (32-bit) g:\3Dfx\VOODOO2\RKV2DX6.EXE\3DfxV2ps.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.Intenium.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Intenium.cs:line 34 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.Intenium.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Intenium.cs:line 34 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ElectronicArts.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ElectronicArts.cs:line 33 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #2) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.MediaMaxCD3.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\MediaMaxCD3.cs:line 37 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3Dfx\VOODOO2\RKV2DX6.EXE\Csh.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3Dfx\VOODOO2\RKV2DX6.EXE\RICHED20.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.Intenium.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Intenium.cs:line 34 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.Intenium.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Intenium.cs:line 34 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ElectronicArts.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ElectronicArts.cs:line 33 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #2) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.MediaMaxCD3.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\MediaMaxCD3.cs:line 37 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\3dSetup\3DSetup.exe: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 83 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 83 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\autorun.exe: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\DDRAW.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\DINPUT.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.AegiSoft.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\AegiSoft.cs:line 43 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.AegiSoft.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\AegiSoft.cs:line 43 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\DPMODEMX.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 90 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 90 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\DRIVERS\ENG\S3MM.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.MediaMaxCD3.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\MediaMaxCD3.cs:line 41 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.MediaMaxCD3.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\MediaMaxCD3.cs:line 41 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\DSETUP.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\DSOUND.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\DXDIAG.EXE: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\DXSETUP.EXE: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\GCDEF.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ElectronicArts.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ElectronicArts.cs:line 31 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #2) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.Intenium.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Intenium.cs:line 34 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DIRECTX\JOY.CPL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\DirectX\DSETUP.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\Eacsnd.dll: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\EReg\EREG3201.DLL: Executable-Based Online Registration 2.03.44 g:\EReg\EREGUI32.DLL: System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object. at BurnOutSharp.Wrappers.PortableExecutable.<>c__DisplayClass299_0.b__1(String n) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 3276 at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at BurnOutSharp.Wrappers.PortableExecutable.ContainsSection(String sectionName, Boolean exact) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 3276 at BurnOutSharp.Wrappers.PortableExecutable.GetFirstSectionStrings(String name, Boolean exact) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 3459 at BurnOutSharp.ProtectionType.AlphaROM.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\AlphaROM.cs:line 59 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object. at BurnOutSharp.Wrappers.PortableExecutable.<>c__DisplayClass299_0.b__1(String n) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 3276 at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at BurnOutSharp.Wrappers.PortableExecutable.ContainsSection(String sectionName, Boolean exact) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 3276 at BurnOutSharp.Wrappers.PortableExecutable.GetFirstSectionStrings(String name, Boolean exact) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 3459 at BurnOutSharp.ProtectionType.AlphaROM.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\AlphaROM.cs:line 59 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 90 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\EReg\IP.EXE: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ActiveMARK.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ActiveMARK.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ActiveMARK.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ActiveMARK.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.AegiSoft.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\AegiSoft.cs:line 43 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\Ip.exe: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ElectronicArts.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ElectronicArts.cs:line 33 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ElectronicArts.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ElectronicArts.cs:line 33 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\nfshs.exe: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\NPS\npsp0407.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\NPS\npsp040c.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\NPS\npsp0413.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ByteShield.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ByteShield.cs:line 78 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\NPS\npsp041d.dll: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\NPS\winsys\MFC42.DLL: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ActiveMARK.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ActiveMARK.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ActiveMARK.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ActiveMARK.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #1) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.AegiSoft.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\AegiSoft.cs:line 43 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #2) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.ElectronicArts.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\ElectronicArts.cs:line 31 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ---> (Inner Exception #3) System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.d__59`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) at BurnOutSharp.ProtectionType.DiscGuard.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\DiscGuard.cs:line 67 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\NPS\winsys\msvcirt.dll: System.AggregateException: One or more errors occurred. ---> System.IO.IOException: An attempt was made to move the file pointer before the beginning of the file. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.SeekCore(Int64 offset, SeekOrigin origin) at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin) at BurnOutSharp.Wrappers.WrapperBase.ReadFromDataSource(Int32 position, Int32 length) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\WrapperBase.cs:line 118 at BurnOutSharp.Wrappers.PortableExecutable.ParseDebugTable() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2934 at BurnOutSharp.Wrappers.PortableExecutable.get_DebugData() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 629 at BurnOutSharp.Wrappers.PortableExecutable.FindCodeViewDebugTableByPath(String path) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2855 at BurnOutSharp.ProtectionType.Macrovision.SafeDiscCheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.SafeDisc.cs:line 64 at BurnOutSharp.ProtectionType.Macrovision.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.IO.IOException: An attempt was made to move the file pointer before the beginning of the file. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.SeekCore(Int64 offset, SeekOrigin origin) at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin) at BurnOutSharp.Wrappers.WrapperBase.ReadFromDataSource(Int32 position, Int32 length) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\WrapperBase.cs:line 118 at BurnOutSharp.Wrappers.PortableExecutable.ParseDebugTable() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2934 at BurnOutSharp.Wrappers.PortableExecutable.get_DebugData() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 629 at BurnOutSharp.Wrappers.PortableExecutable.FindCodeViewDebugTableByPath(String path) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2855 at BurnOutSharp.ProtectionType.Macrovision.SafeDiscCheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.SafeDisc.cs:line 64 at BurnOutSharp.ProtectionType.Macrovision.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\NPS\winsys\MSVCP60.DLL: System.AggregateException: One or more errors occurred. ---> System.IO.IOException: An attempt was made to move the file pointer before the beginning of the file. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.SeekCore(Int64 offset, SeekOrigin origin) at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin) at BurnOutSharp.Wrappers.WrapperBase.ReadFromDataSource(Int32 position, Int32 length) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\WrapperBase.cs:line 118 at BurnOutSharp.Wrappers.PortableExecutable.ParseDebugTable() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2934 at BurnOutSharp.Wrappers.PortableExecutable.get_DebugData() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 629 at BurnOutSharp.Wrappers.PortableExecutable.FindCodeViewDebugTableByPath(String path) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2855 at BurnOutSharp.ProtectionType.Macrovision.SafeDiscCheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.SafeDisc.cs:line 64 at BurnOutSharp.ProtectionType.Macrovision.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.IO.IOException: An attempt was made to move the file pointer before the beginning of the file. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.SeekCore(Int64 offset, SeekOrigin origin) at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin) at BurnOutSharp.Wrappers.WrapperBase.ReadFromDataSource(Int32 position, Int32 length) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\WrapperBase.cs:line 118 at BurnOutSharp.Wrappers.PortableExecutable.ParseDebugTable() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2934 at BurnOutSharp.Wrappers.PortableExecutable.get_DebugData() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 629 at BurnOutSharp.Wrappers.PortableExecutable.FindCodeViewDebugTableByPath(String path) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2855 at BurnOutSharp.ProtectionType.Macrovision.SafeDiscCheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.SafeDisc.cs:line 64 at BurnOutSharp.ProtectionType.Macrovision.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\NPS\winsys\MSVCRT.DLL: System.AggregateException: One or more errors occurred. ---> System.IO.IOException: An attempt was made to move the file pointer before the beginning of the file. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.SeekCore(Int64 offset, SeekOrigin origin) at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin) at BurnOutSharp.Wrappers.WrapperBase.ReadFromDataSource(Int32 position, Int32 length) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\WrapperBase.cs:line 118 at BurnOutSharp.Wrappers.PortableExecutable.ParseDebugTable() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2934 at BurnOutSharp.Wrappers.PortableExecutable.get_DebugData() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 629 at BurnOutSharp.Wrappers.PortableExecutable.FindCodeViewDebugTableByPath(String path) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2855 at BurnOutSharp.ProtectionType.Macrovision.SafeDiscCheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.SafeDisc.cs:line 64 at BurnOutSharp.ProtectionType.Macrovision.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.IO.IOException: An attempt was made to move the file pointer before the beginning of the file. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.SeekCore(Int64 offset, SeekOrigin origin) at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin) at BurnOutSharp.Wrappers.WrapperBase.ReadFromDataSource(Int32 position, Int32 length) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\WrapperBase.cs:line 118 at BurnOutSharp.Wrappers.PortableExecutable.ParseDebugTable() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2934 at BurnOutSharp.Wrappers.PortableExecutable.get_DebugData() in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 629 at BurnOutSharp.Wrappers.PortableExecutable.FindCodeViewDebugTableByPath(String path) in C:\projects\burnoutsharp\BurnOutSharp.Wrappers\PortableExecutable.cs:line 2855 at BurnOutSharp.ProtectionType.Macrovision.SafeDiscCheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.SafeDisc.cs:line 64 at BurnOutSharp.ProtectionType.Macrovision.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\Macrovision.cs:line 93 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- g:\softtria.dll: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object ) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at BurnOutSharp.FileType.Executable.Scan(Scanner scanner, Stream stream, String file) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 110 at BurnOutSharp.Scanner.GetInternalProtections(String fileName, Stream stream) in C:\projects\burnoutsharp\BurnOutSharp\Scanner.cs:line 332 ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null. Parameter name: array at System.ArraySegment`1..ctor(T[] array, Int32 offset, Int32 count) at BurnOutSharp.ProtectionType.LaserLok.GetVersion(Byte[] sectionContent, Int32 position) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 187 at BurnOutSharp.ProtectionType.LaserLok.CheckPortableExecutable(String file, PortableExecutable pex, Boolean includeDebug) in C:\projects\burnoutsharp\BurnOutSharp\ProtectionType\LaserLok.cs:line 102 at BurnOutSharp.FileType.Executable.<>c__DisplayClass1_0.b__2(IPortableExecutableCheck contentCheckClass) in C:\projects\burnoutsharp\BurnOutSharp\FileType\Executable.cs:line 113 at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.b__1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<--- ```
fuzz6001 commented 1 year ago

I tried 2.5-976. It looks good.

2.5-976_net6.0_win-x64

e:\nfshs\_user1.hdr\Axdist.exe: Microsoft CAB SFX v4.71.0030.1
e:\nfshs\3Dfx\Banshee\Win95\VBW95.EXE: WinZip SFX 2.1 (32-bit)
e:\nfshs\3Dfx\Banshee\Win98\VBW98.EXE: WinZip SFX 2.1 (32-bit)
e:\nfshs\3Dfx\Rush\OEMRUSHD.EXE: WinZip SFX 2.1 (32-bit)
e:\nfshs\3Dfx\Rush\OEMRUSHS.EXE: WinZip SFX 2.1 (32-bit)
e:\nfshs\3Dfx\VOODOO\RKVG.EXE: WinZip SFX 2.1 (32-bit)
e:\nfshs\3Dfx\VOODOO2\RKV2DX6.EXE: WinZip SFX 2.1 (32-bit)
e:\nfshs\EReg\EREG3201.DLL: Executable-Based Online Registration 2.03.44
e:\nfshs\EReg\EREGUI32.DLL: Executable-Based Online Registration 2.02.01
log ```console 0.00%: - 0.00%: e:\nfshs\ar2.exe - Checking file 0.06%: e:\nfshs\ar2.exe - 0.06%: e:\nfshs\autorun.exe - Checking file 0.11%: e:\nfshs\autorun.inf - Checking file 0.11%: e:\nfshs\autorun.exe - 0.17%: e:\nfshs\autorun.inf - 0.17%: e:\nfshs\autorun.tre - Checking file 0.23%: e:\nfshs\autorun.tre - 0.23%: e:\nfshs\d3da.dll - Checking file 0.28%: e:\nfshs\d3da.dll - 0.28%: e:\nfshs\DATA.TAG - Checking file 0.34%: e:\nfshs\DATA.TAG - 0.34%: e:\nfshs\data1.cab - Checking file 0.39%: e:\nfshs\data1.cab - 0.39%: e:\nfshs\data1.hdr - Checking file 0.00%: - Time elapsed: 00:00:00.0016098 0.45%: e:\nfshs\desktop.ini - Checking file 0.45%: e:\nfshs\data1.hdr - 0.51%: e:\nfshs\desktop.ini - 0.51%: e:\nfshs\Eacsnd.dll - Checking file 0.56%: e:\nfshs\Eacsnd.dll - 0.56%: e:\nfshs\Eahelp.hlp - Checking file 0.62%: e:\nfshs\Eahelp.hlp - 0.62%: e:\nfshs\ip.cfg - Checking file 0.68%: e:\nfshs\ip.cfg - 0.68%: e:\nfshs\Ip.exe - Checking file 0.73%: e:\nfshs\lang.dat - Checking file 0.73%: e:\nfshs\Ip.exe - 0.79%: e:\nfshs\lang.dat - 0.79%: e:\nfshs\layout.bin - Checking file 0.84%: e:\nfshs\layout.bin - 0.84%: e:\nfshs\licensej.txt - Checking file 0.90%: e:\nfshs\licensej.txt - 0.90%: e:\nfshs\nfshs.exe - Checking file 0.96%: e:\nfshs\nfshs.exe - 0.96%: e:\nfshs\nfsHs.ico - Checking file 1.01%: e:\nfshs\nfsHs.ico - 1.01%: e:\nfshs\os.dat - Checking file 1.07%: e:\nfshs\os.dat - 1.07%: e:\nfshs\PatchNFS.exe - Checking file 1.13%: e:\nfshs\PatchNFS.exe - 1.13%: e:\nfshs\readmej.txt - Checking file 1.18%: e:\nfshs\readmej.txt - 1.18%: e:\nfshs\setup.bmp - Checking file 1.24%: e:\nfshs\Setup.exe - Checking file 1.24%: e:\nfshs\setup.bmp - 1.29%: e:\nfshs\SETUP.INI - Checking file 1.29%: e:\nfshs\Setup.exe - 1.35%: e:\nfshs\SETUP.INI - 1.35%: e:\nfshs\setup.ins - Checking file 1.41%: e:\nfshs\setup.ins - 1.41%: e:\nfshs\setup.lid - Checking file 1.46%: e:\nfshs\setup.lid - 1.46%: e:\nfshs\softtria.dll - Checking file 1.52%: e:\nfshs\softtria.dll - 1.52%: e:\nfshs\Uninst.dll - Checking file 1.58%: e:\nfshs\Uninst.dll - 1.58%: e:\nfshs\voodoo2a.dll - Checking file 1.63%: e:\nfshs\voodoo2a.dll - 1.63%: e:\nfshs\_INST32I.EX_ - Checking file 1.69%: e:\nfshs\_INST32I.EX_ - 1.69%: e:\nfshs\_ISDel.exe - Checking file 1.74%: e:\nfshs\_ISDel.exe - 1.74%: e:\nfshs\_Setup.dll - Checking file 1.80%: e:\nfshs\_Setup.dll - 1.80%: e:\nfshs\_sys1.cab - Checking file 1.86%: e:\nfshs\_sys1.cab - 1.86%: e:\nfshs\_sys1.hdr - Checking file 0.00%: - 0.00%: \Corecomp.ini - Checking file from archive 25.00%: \Corecomp.ini - 25.00%: \Ctl3d32.dll - Checking file from archive 50.00%: \Ctl3d32.dll - 50.00%: \IsUninst.Exe - Checking file from archive 75.00%: \IsUninst.Exe - 75.00%: \_IsRes.Dll - Checking file from archive 100.00%: \_IsRes.Dll - Time elapsed: 00:00:00.1607114 1.91%: e:\nfshs\_sys1.hdr - 1.91%: e:\nfshs\_user1.cab - Checking file 1.97%: e:\nfshs\_user1.cab - 1.97%: e:\nfshs\_user1.hdr - Checking file 0.00%: - 0.00%: \Axdist.exe - Checking file from archive 8.33%: \Axdist.exe - Microsoft CAB SFX v4.71.0030.1 8.33%: \cpuinfo.dll - Checking file from archive 16.67%: \cpuinfo.dll - 16.67%: \detect.dll - Checking file from archive 25.00%: \detect.dll - 25.00%: \Dsetup.dll - Checking file from archive 33.33%: \Dsetup.dll - 33.33%: \Dsetup16.dll - Checking file from archive 41.67%: \Dsetup32.dll - Checking file from archive 41.67%: \Dsetup16.dll - 50.00%: \Dsetup32.dll - 50.00%: \pic01.bmp - Checking file from archive 58.33%: \pic01.bmp - 58.33%: \pic02.bmp - Checking file from archive 66.67%: \pic02.bmp - 66.67%: \pic03.bmp - Checking file from archive 75.00%: \pic03.bmp - 75.00%: \Pic04.bmp - Checking file from archive 83.33%: \Pic04.bmp - 83.33%: \setup.bmp - Checking file from archive 91.67%: \setup.bmp - 91.67%: \value.shl - Checking file from archive 100.00%: \value.shl - Time elapsed: 00:00:00.9507086 2.03%: e:\nfshs\_user1.hdr - 2.03%: e:\nfshs\3dSetup\3ddata.dat - Checking file 2.08%: e:\nfshs\3dSetup\3ddata.dat - 2.08%: e:\nfshs\3dSetup\3ddata.exe - Checking file 2.14%: e:\nfshs\3dSetup\3ddata.exe - 2.14%: e:\nfshs\3dSetup\3DSetup.exe - Checking file 2.19%: e:\nfshs\3dSetup\d3da.dll - Checking file 2.19%: e:\nfshs\3dSetup\3DSetup.exe - 2.25%: e:\nfshs\3dSetup\d3da.dll - 2.25%: e:\nfshs\3dSetup\d3dtest.dll - Checking file 2.31%: e:\nfshs\3dSetup\d3dtest.dll - 2.31%: e:\nfshs\Autorun\Backgrnd.bmp - Checking file 2.36%: e:\nfshs\Autorun\Backgrnd.bmp - 2.36%: e:\nfshs\Autorun\install.bmp - Checking file 2.42%: e:\nfshs\Autorun\play.bmp - Checking file 2.42%: e:\nfshs\Autorun\install.bmp - 2.48%: e:\nfshs\Autorun\play.bmp - 2.48%: e:\nfshs\Autorun\quit.bmp - Checking file 2.53%: e:\nfshs\Autorun\quit.bmp - 2.53%: e:\nfshs\Autorun\readme.bmp - Checking file 2.59%: e:\nfshs\Autorun\readme.bmp - 2.59%: e:\nfshs\Autorun\reinst.bmp - Checking file 2.64%: e:\nfshs\Autorun\reinst.bmp - 2.64%: e:\nfshs\Autorun\start.wav - Checking file 2.70%: e:\nfshs\Autorun\uninst.bmp - Checking file 2.70%: e:\nfshs\Autorun\start.wav - 2.76%: e:\nfshs\Data\Plac.viv - Checking file 2.76%: e:\nfshs\Autorun\uninst.bmp - 2.81%: e:\nfshs\DirectX\DSETUP.DLL - Checking file 2.81%: e:\nfshs\Data\Plac.viv - 2.87%: e:\nfshs\DirectX\DSETUP16.DLL - Checking file 2.87%: e:\nfshs\DirectX\DSETUP.DLL - 2.93%: e:\nfshs\DirectX\DSETUP16.DLL - 2.93%: e:\nfshs\DirectX\DSETUP32.DLL - Checking file 2.98%: e:\nfshs\DirectX\DSETUP32.DLL - 2.98%: e:\nfshs\EReg\EREG.BIN - Checking file 3.04%: e:\nfshs\EReg\EREG.BIN - 3.04%: e:\nfshs\EReg\EREG01.INI - Checking file 3.10%: e:\nfshs\EReg\EREG01.INI - 3.10%: e:\nfshs\EReg\EREG3201.DLL - Checking file 3.15%: e:\nfshs\EReg\EREGIP.EXE - Checking file 3.15%: e:\nfshs\EReg\EREG3201.DLL - Executable-Based Online Registration 2.03.44 3.21%: e:\nfshs\EReg\EREGIP.EXE - 3.21%: e:\nfshs\EReg\EREGUI.INI - Checking file 3.26%: e:\nfshs\EReg\EREGUI.INI - 3.26%: e:\nfshs\EReg\EREGUI32.DLL - Checking file 3.32%: e:\nfshs\EReg\ERHTTP01.DLL - Checking file 3.32%: e:\nfshs\EReg\EREGUI32.DLL - Executable-Based Online Registration 2.02.01 3.38%: e:\nfshs\EReg\IP.CFG - Checking file 3.38%: e:\nfshs\EReg\ERHTTP01.DLL - 3.43%: e:\nfshs\EReg\IP.CFG - 3.43%: e:\nfshs\EReg\IP.EXE - Checking file 3.49%: e:\nfshs\EReg\IP.EXE - 3.49%: e:\nfshs\EReg\PICTURE.BMP - Checking file 3.55%: e:\nfshs\EReg\PICTURE.BMP - 3.55%: e:\nfshs\EReg\RegBody1.txt - Checking file 3.60%: e:\nfshs\EReg\RegBody1.txt - 3.60%: e:\nfshs\EReg\RegBody2.txt - Checking file 3.66%: e:\nfshs\EReg\RegBody2.txt - 3.66%: e:\nfshs\EReg\Regfax1.txt - Checking file 3.71%: e:\nfshs\EReg\Regfax1.txt - 3.71%: e:\nfshs\EReg\Regfax2.txt - Checking file 3.77%: e:\nfshs\EReg\Regfax2.txt - 3.77%: e:\nfshs\EReg\Regmail1.txt - Checking file 3.83%: e:\nfshs\EReg\Regmail1.txt - 3.83%: e:\nfshs\EReg\Regmail2.txt - Checking file 3.88%: e:\nfshs\EReg\Regmail2.txt - 3.88%: e:\nfshs\EReg\RegRcrd1.txt - Checking file 3.94%: e:\nfshs\EReg\RegRcrd1.txt - 3.94%: e:\nfshs\EReg\RegRcrd2.txt - Checking file 4.00%: e:\nfshs\EReg\RegRcrd2.txt - 4.00%: e:\nfshs\EReg\REGXMIT.TXT - Checking file 4.05%: e:\nfshs\EReg\REGXMIT.TXT - 4.05%: e:\nfshs\NPS\npsp0407.dll - Checking file 4.11%: e:\nfshs\NPS\npsp0409.dll - Checking file 4.11%: e:\nfshs\NPS\npsp0407.dll - 4.16%: e:\nfshs\NPS\npsp0409.dll - 4.16%: e:\nfshs\NPS\npsp040a.dll - Checking file 4.22%: e:\nfshs\NPS\npsp040a.dll - 4.22%: e:\nfshs\NPS\npsp040c.dll - Checking file 4.28%: e:\nfshs\NPS\npsp0410.dll - Checking file 4.28%: e:\nfshs\NPS\npsp040c.dll - 4.33%: e:\nfshs\NPS\npsp0410.dll - 4.33%: e:\nfshs\NPS\npsp0413.dll - Checking file 4.39%: e:\nfshs\NPS\npsp0413.dll - 4.39%: e:\nfshs\NPS\npsp041d.dll - Checking file 4.45%: e:\nfshs\NPS\npsp041d.dll - 4.45%: e:\nfshs\NPS\NPSPatch.dll - Checking file 4.50%: e:\nfshs\NPS\NPSPatch.dll - 4.50%: e:\nfshs\NPS\NPSPatch.exe - Checking file 4.56%: e:\nfshs\NPS\NPSPatch.exe - 4.56%: e:\nfshs\NPS\PatchNFS.exe - Checking file 4.61%: e:\nfshs\NPS\PatchNFS.exe - 4.61%: e:\nfshs\NPS\patchw32.dll - Checking file 4.67%: e:\nfshs\NPS\patchw32.dll - 4.67%: e:\nfshs\Utility\NoNetMsg.bat - Checking file 4.73%: e:\nfshs\Utility\NoNetMsg.bat - 4.73%: e:\nfshs\3Dfx\Rush\OEMRUSHD.EXE - Checking file 0.00%: - 0.00%: \dc95.hlp - Checking file from archive 6.25%: \Dc95cpl.dll - Checking file from archive 6.25%: \dc95.hlp - 12.50%: \Dc95cpl.dll - 12.50%: \fxmemmap.vxd - Checking file from archive 18.75%: \fxmemmap.vxd - 18.75%: \fxoem2x.dll - Checking file from archive 25.00%: \fxoem2x.dll - 25.00%: \glide2x.dll - Checking file from archive 31.25%: \glide2x.ovl - Checking file from archive 31.25%: \glide2x.dll - 37.50%: \glide3x.dll - Checking file from archive 37.50%: \glide2x.ovl - 43.75%: \glide3x.dll - 43.75%: \license.txt - Checking file from archive 50.00%: \license.txt - 50.00%: \manifest.txt - Checking file from archive 56.25%: \manifest.txt - 56.25%: \msvcrt.dll - Checking file from archive 62.50%: \msvcrt.dll - 62.50%: \pmgamma.exe - Checking file from archive 68.75%: \pmgamma.exe - 68.75%: \PROMTN.DRV - Checking file from archive 75.00%: \Promtn.inf - Checking file from archive 75.00%: \PROMTN.DRV - 81.25%: \Promtn.inf - 81.25%: \PROMTN.vxd - Checking file from archive 87.50%: \PROMTN.vxd - 87.50%: \readme.txt - Checking file from archive 93.75%: \readme.txt - 93.75%: \vg96dd32.dll - Checking file from archive 100.00%: \vg96dd32.dll - Time elapsed: 00:00:00.5274651 4.78%: e:\nfshs\3Dfx\Rush\OEMRUSHD.EXE - WinZip SFX 2.1 (32-bit) 4.78%: e:\nfshs\3Dfx\Rush\OEMRUSHS.EXE - Checking file 0.00%: - 0.00%: \dc95.hlp - Checking file from archive 6.25%: \dc95.hlp - 6.25%: \Dc95cpl.dll - Checking file from archive 12.50%: \Dc95cpl.dll - 12.50%: \fxmemmap.vxd - Checking file from archive 18.75%: \fxmemmap.vxd - 18.75%: \fxoem2x.dll - Checking file from archive 25.00%: \glide2x.dll - Checking file from archive 25.00%: \fxoem2x.dll - 31.25%: \glide2x.dll - 31.25%: \glide2x.ovl - Checking file from archive 37.50%: \glide2x.ovl - 37.50%: \glide3x.dll - Checking file from archive 43.75%: \glide3x.dll - 43.75%: \license.txt - Checking file from archive 50.00%: \license.txt - 50.00%: \manifest.txt - Checking file from archive 56.25%: \manifest.txt - 56.25%: \msvcrt.dll - Checking file from archive 62.50%: \pmgamma.exe - Checking file from archive 62.50%: \msvcrt.dll - 68.75%: \PROMTN.DRV - Checking file from archive 68.75%: \pmgamma.exe - 75.00%: \PROMTN.DRV - 75.00%: \Promtn.inf - Checking file from archive 81.25%: \Promtn.inf - 81.25%: \PROMTN.vxd - Checking file from archive 87.50%: \PROMTN.vxd - 87.50%: \readme.txt - Checking file from archive 93.75%: \readme.txt - 93.75%: \vg96dd32.dll - Checking file from archive 100.00%: \vg96dd32.dll - Time elapsed: 00:00:00.5416282 4.84%: e:\nfshs\3Dfx\Rush\OEMRUSHS.EXE - WinZip SFX 2.1 (32-bit) 4.84%: e:\nfshs\3Dfx\Rush\readme.txt - Checking file 4.90%: e:\nfshs\3Dfx\Rush\readme.txt - 4.90%: e:\nfshs\3Dfx\VOODOO\RKVG.EXE - Checking file 0.00%: - 0.00%: \3dfxps.dll - Checking file from archive 7.14%: \fxmemmap.vxd - Checking file from archive 7.14%: \3dfxps.dll - 14.29%: \fxmemmap.vxd - 14.29%: \fxoem2x.dll - Checking file from archive 21.43%: \fxoem2x.dll - 21.43%: \glide2x.dll - Checking file from archive 28.57%: \glide2x.dll - 28.57%: \glide2x.ovl - Checking file from archive 35.71%: \glide3x.dll - Checking file from archive 35.71%: \glide2x.ovl - 42.86%: \glide3x.dll - 42.86%: \license.txt - Checking file from archive 50.00%: \license.txt - 50.00%: \manifest.txt - Checking file from archive 57.14%: \manifest.txt - 57.14%: \mm3dfx.drv - Checking file from archive 64.29%: \mm3dfx.drv - 64.29%: \mm3dfx16.dll - Checking file from archive 71.43%: \mm3dfx16.dll - 71.43%: \mm3dfx32.dll - Checking file from archive 78.57%: \msvcrt.dll - Checking file from archive 78.57%: \mm3dfx32.dll - 85.71%: \msvcrt.dll - 85.71%: \readme.txt - Checking file from archive 92.86%: \readme.txt - 92.86%: \voodoo.inf - Checking file from archive 100.00%: \voodoo.inf - Time elapsed: 00:00:00.4260557 4.95%: e:\nfshs\3Dfx\VOODOO\RKVG.EXE - WinZip SFX 2.1 (32-bit) 4.95%: e:\nfshs\3Dfx\VOODOO2\RKV2DX6.EXE - Checking file 0.00%: - 0.00%: \3dfx16v2.dll - Checking file from archive 5.26%: \3dfx16v2.dll - 5.26%: \3dfx32v2.dll - Checking file from archive 10.53%: \3dfxv2.drv - Checking file from archive 10.53%: \3dfx32v2.dll - 15.79%: \3dfxv2.drv - 15.79%: \3DfxV2ps.dll - Checking file from archive 21.05%: \3DFXV2PS.HLP - Checking file from archive 21.05%: \3DfxV2ps.dll - 26.32%: \Csh.dll - Checking file from archive 26.32%: \3DFXV2PS.HLP - 31.58%: \Csh.dll - 31.58%: \fxmemmap.vxd - Checking file from archive 36.84%: \fxmemmap.vxd - 36.84%: \fxoem2x.dll - Checking file from archive 42.11%: \fxoem2x.dll - 42.11%: \glide2x.dll - Checking file from archive 47.37%: \glide2x.dll - 47.37%: \glide2x.ovl - Checking file from archive 52.63%: \glide3x.dll - Checking file from archive 52.63%: \glide2x.ovl - 57.89%: \glide3x.dll - 57.89%: \license.txt - Checking file from archive 63.16%: \manifest.txt - Checking file from archive 63.16%: \license.txt - 68.42%: \manifest.txt - 68.42%: \msvcrt.dll - Checking file from archive 73.68%: \readme.txt - Checking file from archive 73.68%: \msvcrt.dll - 78.95%: \readme.txt - 78.95%: \RICHED20.DLL - Checking file from archive 84.21%: \RICHED20.DLL - 84.21%: \V2-auto.inf - Checking file from archive 89.47%: \V2-auto.inf - 89.47%: \voodoo2.bmp - Checking file from archive 94.74%: \voodoo2.bmp - 94.74%: \voodoo2.inf - Checking file from archive Time elapsed: 00:00:00.8005561 100.00%: \voodoo2.inf - 5.01%: e:\nfshs\3Dfx\VOODOO2\RKV2DX6.EXE - WinZip SFX 2.1 (32-bit) 5.01%: e:\nfshs\Data\feArt\10br.qfs - Checking file 5.06%: e:\nfshs\Data\feArt\10br.qfs - 5.06%: e:\nfshs\Data\feArt\10go.qfs - Checking file 5.12%: e:\nfshs\Data\feArt\10go.qfs - 5.12%: e:\nfshs\Data\feArt\10si.qfs - Checking file 5.18%: e:\nfshs\Data\feArt\10si.qfs - 5.18%: e:\nfshs\Data\feArt\11br.qfs - Checking file 5.23%: e:\nfshs\Data\feArt\11br.qfs - 5.23%: e:\nfshs\Data\feArt\11go.qfs - Checking file 5.29%: e:\nfshs\Data\feArt\11go.qfs - 5.29%: e:\nfshs\Data\feArt\11si.qfs - Checking file 5.35%: e:\nfshs\Data\feArt\11si.qfs - 5.35%: e:\nfshs\Data\feArt\1br.qfs - Checking file 5.40%: e:\nfshs\Data\feArt\1br.qfs - 5.40%: e:\nfshs\Data\feArt\1go.qfs - Checking file 5.46%: e:\nfshs\Data\feArt\1go.qfs - 5.46%: e:\nfshs\Data\feArt\1si.qfs - Checking file 5.51%: e:\nfshs\Data\feArt\1si.qfs - 5.51%: e:\nfshs\Data\feArt\2br.qfs - Checking file 5.57%: e:\nfshs\Data\feArt\2br.qfs - 5.57%: e:\nfshs\Data\feArt\2go.qfs - Checking file 5.63%: e:\nfshs\Data\feArt\2go.qfs - 5.63%: e:\nfshs\Data\feArt\2si.qfs - Checking file 5.68%: e:\nfshs\Data\feArt\2si.qfs - 5.68%: e:\nfshs\Data\feArt\3br.qfs - Checking file 5.74%: e:\nfshs\Data\feArt\3br.qfs - 5.74%: e:\nfshs\Data\feArt\3dobj.fsh - Checking file 5.80%: e:\nfshs\Data\feArt\3dobj.fsh - 5.80%: e:\nfshs\Data\feArt\3go.qfs - Checking file 5.85%: e:\nfshs\Data\feArt\3go.qfs - 5.85%: e:\nfshs\Data\feArt\3si.qfs - Checking file 5.91%: e:\nfshs\Data\feArt\3si.qfs - 5.91%: e:\nfshs\Data\feArt\4br.qfs - Checking file 5.97%: e:\nfshs\Data\feArt\4br.qfs - 5.97%: e:\nfshs\Data\feArt\4go.qfs - Checking file 6.02%: e:\nfshs\Data\feArt\4go.qfs - 6.02%: e:\nfshs\Data\feArt\4si.qfs - Checking file 6.08%: e:\nfshs\Data\feArt\4si.qfs - 6.08%: e:\nfshs\Data\feArt\5br.qfs - Checking file 6.13%: e:\nfshs\Data\feArt\5br.qfs - 6.13%: e:\nfshs\Data\feArt\5go.qfs - Checking file 6.19%: e:\nfshs\Data\feArt\5go.qfs - 6.19%: e:\nfshs\Data\feArt\5si.qfs - Checking file 6.25%: e:\nfshs\Data\feArt\6br.qfs - Checking file 6.25%: e:\nfshs\Data\feArt\5si.qfs - 6.30%: e:\nfshs\Data\feArt\6br.qfs - 6.30%: e:\nfshs\Data\feArt\6go.qfs - Checking file 6.36%: e:\nfshs\Data\feArt\6go.qfs - 6.36%: e:\nfshs\Data\feArt\6si.qfs - Checking file 6.42%: e:\nfshs\Data\feArt\6si.qfs - 6.42%: e:\nfshs\Data\feArt\7br.qfs - Checking file 6.47%: e:\nfshs\Data\feArt\7br.qfs - 6.47%: e:\nfshs\Data\feArt\7go.qfs - Checking file 6.53%: e:\nfshs\Data\feArt\7go.qfs - 6.53%: e:\nfshs\Data\feArt\7si.qfs - Checking file 6.58%: e:\nfshs\Data\feArt\7si.qfs - 6.58%: e:\nfshs\Data\feArt\8br.qfs - Checking file 6.64%: e:\nfshs\Data\feArt\8br.qfs - 6.64%: e:\nfshs\Data\feArt\8go.qfs - Checking file 6.70%: e:\nfshs\Data\feArt\8go.qfs - 6.70%: e:\nfshs\Data\feArt\8si.qfs - Checking file 6.75%: e:\nfshs\Data\feArt\8si.qfs - 6.75%: e:\nfshs\Data\feArt\9br.qfs - Checking file 6.81%: e:\nfshs\Data\feArt\9br.qfs - 6.81%: e:\nfshs\Data\feArt\9go.qfs - Checking file 6.87%: e:\nfshs\Data\feArt\9go.qfs - 6.87%: e:\nfshs\Data\feArt\9si.qfs - Checking file 6.92%: e:\nfshs\Data\feArt\CIRCUIT.qFS - Checking file 6.92%: e:\nfshs\Data\feArt\9si.qfs - 6.98%: e:\nfshs\Data\feArt\CIRCUIT.qFS - 6.98%: e:\nfshs\Data\feArt\COMPARE.QFS - Checking file 7.03%: e:\nfshs\Data\feArt\COMPARE.QFS - 7.03%: e:\nfshs\Data\feArt\CONTROL.QFS - Checking file 7.09%: e:\nfshs\Data\feArt\CONTROL.QFS - 7.09%: e:\nfshs\Data\feArt\cr_circ.qFS - Checking file 7.15%: e:\nfshs\Data\feArt\cr_circ.qFS - 7.15%: e:\nfshs\Data\feArt\HUD.QFS - Checking file 7.20%: e:\nfshs\Data\feArt\HUD.QFS - 7.20%: e:\nfshs\Data\feArt\LOAD.QFS - Checking file 7.26%: e:\nfshs\Data\feArt\LOAD.QFS - 7.26%: e:\nfshs\Data\feArt\mmnu.qfs - Checking file 7.32%: e:\nfshs\Data\feArt\mmnu.qfs - 7.32%: e:\nfshs\Data\feArt\MOUSE.FSH - Checking file 7.37%: e:\nfshs\Data\feArt\MOUSE.FSH - 7.37%: e:\nfshs\Data\feArt\photos.qfs - Checking file 7.43%: e:\nfshs\Data\feArt\photos.qfs - 7.43%: e:\nfshs\Data\feArt\racenet.qfs - Checking file 7.48%: e:\nfshs\Data\feArt\racenet.qfs - 7.48%: e:\nfshs\Data\feArt\SHOW.QFS - Checking file 7.54%: e:\nfshs\Data\feArt\SHOW.QFS - 7.54%: e:\nfshs\Data\feArt\TITLE_E.QFS - Checking file 7.60%: e:\nfshs\Data\feArt\TITLE_E.QFS - 7.60%: e:\nfshs\Data\feArt\TITLE_F.QFS - Checking file 7.65%: e:\nfshs\Data\feArt\TITLE_F.QFS - 7.65%: e:\nfshs\Data\feArt\TITLE_G.QFS - Checking file 7.71%: e:\nfshs\Data\feArt\TITLE_G.QFS - 7.71%: e:\nfshs\Data\feArt\TITLE_I.QFS - Checking file 7.77%: e:\nfshs\Data\feArt\TITLE_S.QFS - Checking file 7.77%: e:\nfshs\Data\feArt\TITLE_I.QFS - 7.82%: e:\nfshs\Data\feArt\TITLE_S.QFS - 7.82%: e:\nfshs\Data\feArt\TITLE_U.QFS - Checking file 7.88%: e:\nfshs\Data\feArt\TITLE_U.QFS - 7.88%: e:\nfshs\Data\feArt\TITLE_W.QFS - Checking file 7.93%: e:\nfshs\Data\feArt\TITLE_W.QFS - 7.93%: e:\nfshs\Data\feArt\trophy.qfs - Checking file 7.99%: e:\nfshs\Data\feArt\trophy.qfs - 7.99%: e:\nfshs\Data\GameArt\320.ffn - Checking file 8.05%: e:\nfshs\Data\GameArt\320.ffn - 8.05%: e:\nfshs\Data\GameArt\640.ffn - Checking file 8.10%: e:\nfshs\Data\GameArt\640.ffn - 8.10%: e:\nfshs\Data\GameArt\640s.ffn - Checking file 8.16%: e:\nfshs\Data\GameArt\640s.ffn - 8.16%: e:\nfshs\Data\GameArt\cone.art - Checking file 8.22%: e:\nfshs\Data\GameArt\cone.art - 8.22%: e:\nfshs\Data\GameArt\cone.fce - Checking file 8.27%: e:\nfshs\Data\GameArt\cone.fce - 8.27%: e:\nfshs\Data\GameArt\cone.TGA - Checking file 8.33%: e:\nfshs\Data\GameArt\cone.TGA - 8.33%: e:\nfshs\Data\GameArt\cop0.art - Checking file 8.38%: e:\nfshs\Data\GameArt\cop0.art - 8.38%: e:\nfshs\Data\GameArt\cop0.fce - Checking file 8.44%: e:\nfshs\Data\GameArt\cop0.fce - 8.44%: e:\nfshs\Data\GameArt\cop1.art - Checking file 8.50%: e:\nfshs\Data\GameArt\cop1.art - 8.50%: e:\nfshs\Data\GameArt\cop1.fce - Checking file 8.55%: e:\nfshs\Data\GameArt\cop2.art - Checking file 8.55%: e:\nfshs\Data\GameArt\cop1.fce - 8.61%: e:\nfshs\Data\GameArt\cop2.art - 8.61%: e:\nfshs\Data\GameArt\cop2.fce - Checking file 8.67%: e:\nfshs\Data\GameArt\cop2.fce - 8.67%: e:\nfshs\Data\GameArt\cop3.art - Checking file 8.72%: e:\nfshs\Data\GameArt\cop3.art - 8.72%: e:\nfshs\Data\GameArt\cop3.fce - Checking file 8.78%: e:\nfshs\Data\GameArt\cop3.fce - 8.78%: e:\nfshs\Data\GameArt\cop4.art - Checking file 8.84%: e:\nfshs\Data\GameArt\cop4.art - 8.84%: e:\nfshs\Data\GameArt\cop4.fce - Checking file 8.89%: e:\nfshs\Data\GameArt\cop4.fce - 8.89%: e:\nfshs\Data\GameArt\Flare.art - Checking file 8.95%: e:\nfshs\Data\GameArt\Flare.fce - Checking file 8.95%: e:\nfshs\Data\GameArt\Flare.art - 9.00%: e:\nfshs\Data\GameArt\Flare.fce - 9.00%: e:\nfshs\Data\GameArt\HayBale.art - Checking file 9.06%: e:\nfshs\Data\GameArt\HayBale.art - 9.06%: e:\nfshs\Data\GameArt\HayBale.fce - Checking file 9.12%: e:\nfshs\Data\GameArt\HayBale.fce - 9.12%: e:\nfshs\Data\GameArt\Hud0.pos - Checking file 9.17%: e:\nfshs\Data\GameArt\Hud0.pos - 9.17%: e:\nfshs\Data\GameArt\Hud1.pos - Checking file 9.23%: e:\nfshs\Data\GameArt\Hud1.pos - 9.23%: e:\nfshs\Data\GameArt\Hud2.pos - Checking file 9.29%: e:\nfshs\Data\GameArt\Hud2.pos - 9.29%: e:\nfshs\Data\GameArt\Hud3.pos - Checking file 9.34%: e:\nfshs\Data\GameArt\Hud3.pos - 9.34%: e:\nfshs\Data\GameArt\Hud4.pos - Checking file 9.40%: e:\nfshs\Data\GameArt\Hud4.pos - 9.40%: e:\nfshs\Data\GameArt\hud98.qfs - Checking file 9.45%: e:\nfshs\Data\GameArt\hud98.qfs - 9.45%: e:\nfshs\Data\GameArt\median.art - Checking file 9.51%: e:\nfshs\Data\GameArt\median.art - 9.51%: e:\nfshs\Data\GameArt\median.fce - Checking file 9.57%: e:\nfshs\Data\GameArt\median.fce - 9.57%: e:\nfshs\Data\GameArt\plate.fsh - Checking file 9.62%: e:\nfshs\Data\GameArt\plate.fsh - 9.62%: e:\nfshs\Data\GameArt\SawHorse.art - Checking file 9.68%: e:\nfshs\Data\GameArt\SawHorse.art - 9.68%: e:\nfshs\Data\GameArt\SawHorse.fce - Checking file 9.74%: e:\nfshs\Data\GameArt\SawHorse.fce - 9.74%: e:\nfshs\Data\GameArt\SFX.FSH - Checking file 9.79%: e:\nfshs\Data\GameArt\SFX.FSH - 9.79%: e:\nfshs\Data\GameArt\weather.fsh - Checking file 9.85%: e:\nfshs\Data\GameArt\weather.fsh - 9.85%: e:\nfshs\Data\Menus\ad.mnu - Checking file 9.90%: e:\nfshs\Data\Menus\ad.mnu - 9.90%: e:\nfshs\Data\Menus\advgrph.mnu - Checking file 9.96%: e:\nfshs\Data\Menus\advgrph.mnu - 9.96%: e:\nfshs\Data\Menus\aituner.mnu - Checking file 10.02%: e:\nfshs\Data\Menus\aituner.mnu - 10.02%: e:\nfshs\Data\Menus\audfeed.mnu - Checking file 10.07%: e:\nfshs\Data\Menus\audfeed.mnu - 10.07%: e:\nfshs\Data\Menus\audio.mnu - Checking file 10.13%: e:\nfshs\Data\Menus\audio.mnu - 10.13%: e:\nfshs\Data\Menus\camera.mnu - Checking file 10.19%: e:\nfshs\Data\Menus\camera.mnu - 10.19%: e:\nfshs\Data\Menus\car1.mnu - Checking file 10.24%: e:\nfshs\Data\Menus\car1.mnu - 10.24%: e:\nfshs\Data\Menus\car2.mnu - Checking file 10.30%: e:\nfshs\Data\Menus\car2.mnu - 10.30%: e:\nfshs\Data\Menus\ced01dbg.mnu - Checking file 10.35%: e:\nfshs\Data\Menus\ced01dbg.mnu - 10.35%: e:\nfshs\Data\Menus\ced02dbg.mnu - Checking file 10.41%: e:\nfshs\Data\Menus\ced02dbg.mnu - 10.41%: e:\nfshs\Data\Menus\ced03dbg.mnu - Checking file 10.47%: e:\nfshs\Data\Menus\ced03dbg.mnu - 10.47%: e:\nfshs\Data\Menus\ced04dbg.mnu - Checking file 10.52%: e:\nfshs\Data\Menus\ced04dbg.mnu - 10.52%: e:\nfshs\Data\Menus\ced05dbg.mnu - Checking file 10.58%: e:\nfshs\Data\Menus\ced05dbg.mnu - 10.58%: e:\nfshs\Data\Menus\ced06dbg.mnu - Checking file 10.64%: e:\nfshs\Data\Menus\ced06dbg.mnu - 10.64%: e:\nfshs\Data\Menus\ced07dbg.mnu - Checking file 10.69%: e:\nfshs\Data\Menus\ced07dbg.mnu - 10.69%: e:\nfshs\Data\Menus\ced2bdbg.mnu - Checking file 10.75%: e:\nfshs\Data\Menus\ced2bdbg.mnu - 10.75%: e:\nfshs\Data\Menus\ced2cdbg.mnu - Checking file 10.80%: e:\nfshs\Data\Menus\ced2cdbg.mnu - 10.80%: e:\nfshs\Data\Menus\ced2ddbg.mnu - Checking file 10.86%: e:\nfshs\Data\Menus\ced2ddbg.mnu - 10.86%: e:\nfshs\Data\Menus\ced3bdbg.mnu - Checking file 10.92%: e:\nfshs\Data\Menus\ced3bdbg.mnu - 10.92%: e:\nfshs\Data\Menus\ced3cdbg.mnu - Checking file 10.97%: e:\nfshs\Data\Menus\ced3cdbg.mnu - 10.97%: e:\nfshs\Data\Menus\ced3ddbg.mnu - Checking file 11.03%: e:\nfshs\Data\Menus\ced3ddbg.mnu - 11.03%: e:\nfshs\Data\Menus\ced4bdbg.mnu - Checking file 11.09%: e:\nfshs\Data\Menus\ced4bdbg.mnu - 11.09%: e:\nfshs\Data\Menus\ced4cdbg.mnu - Checking file 11.14%: e:\nfshs\Data\Menus\cedbasic.mnu - Checking file 11.14%: e:\nfshs\Data\Menus\ced4cdbg.mnu - 11.20%: e:\nfshs\Data\Menus\cedmain.mnu - Checking file 11.20%: e:\nfshs\Data\Menus\cedbasic.mnu - 11.25%: e:\nfshs\Data\Menus\cedmain.mnu - 11.25%: e:\nfshs\Data\Menus\CommPan.mnu - Checking file 11.31%: e:\nfshs\Data\Menus\CommPan.mnu - 11.31%: e:\nfshs\Data\Menus\compare.mnu - Checking file 11.37%: e:\nfshs\Data\Menus\compare.mnu - 11.37%: e:\nfshs\Data\Menus\compare2.mnu - Checking file 11.42%: e:\nfshs\Data\Menus\compare2.mnu - 11.42%: e:\nfshs\Data\Menus\connect.mnu - Checking file 11.48%: e:\nfshs\Data\Menus\control1.mnu - Checking file 11.48%: e:\nfshs\Data\Menus\connect.mnu - 11.54%: e:\nfshs\Data\Menus\control1.mnu - 11.54%: e:\nfshs\Data\Menus\credits.mnu - Checking file 11.59%: e:\nfshs\Data\Menus\credits.mnu - 11.59%: e:\nfshs\Data\Menus\credits1.mnu - Checking file 11.65%: e:\nfshs\Data\Menus\credits1.mnu - 11.65%: e:\nfshs\Data\Menus\Cr_circ.mnu - Checking file 11.71%: e:\nfshs\Data\Menus\Cr_garag.mnu - Checking file 11.71%: e:\nfshs\Data\Menus\Cr_circ.mnu - 11.76%: e:\nfshs\Data\Menus\Cr_garag.mnu - 11.76%: e:\nfshs\Data\Menus\Cr_show.mnu - Checking file 11.82%: e:\nfshs\Data\Menus\Cr_Stand.mnu - Checking file 11.82%: e:\nfshs\Data\Menus\Cr_show.mnu - 11.87%: e:\nfshs\Data\Menus\Cr_Stand.mnu - 11.87%: e:\nfshs\Data\Menus\Cr_Troph.mnu - Checking file 11.93%: e:\nfshs\Data\Menus\Cr_Troph.mnu - 11.93%: e:\nfshs\Data\Menus\Cr_upgrd.mnu - Checking file 11.99%: e:\nfshs\Data\Menus\Cr_upgrd.mnu - 11.99%: e:\nfshs\Data\Menus\deadzone.mnu - Checking file 12.04%: e:\nfshs\Data\Menus\force.mnu - Checking file 12.04%: e:\nfshs\Data\Menus\deadzone.mnu - 12.10%: e:\nfshs\Data\Menus\force.mnu - 12.10%: e:\nfshs\Data\Menus\funkeys.mnu - Checking file 12.16%: e:\nfshs\Data\Menus\funkeys.mnu - 12.16%: e:\nfshs\Data\Menus\graphics.mnu - Checking file 12.21%: e:\nfshs\Data\Menus\graphics.mnu - 12.21%: e:\nfshs\Data\Menus\gridtest.mnu - Checking file 12.27%: e:\nfshs\Data\Menus\gridtest.mnu - 12.27%: e:\nfshs\Data\Menus\hardkeys.mnu - Checking file 12.32%: e:\nfshs\Data\Menus\hardkeys.mnu - 12.32%: e:\nfshs\Data\Menus\history.mnu - Checking file 12.38%: e:\nfshs\Data\Menus\hud.mnu - Checking file 12.38%: e:\nfshs\Data\Menus\history.mnu - 12.44%: e:\nfshs\Data\Menus\hud.mnu - 12.44%: e:\nfshs\Data\Menus\interior.mnu - Checking file 12.49%: e:\nfshs\Data\Menus\interior.mnu - 12.49%: e:\nfshs\Data\Menus\ipx.mnu - Checking file 12.55%: e:\nfshs\Data\Menus\ipx.mnu - 12.55%: e:\nfshs\Data\Menus\level.mnu - Checking file 12.61%: e:\nfshs\Data\Menus\level.mnu - 12.61%: e:\nfshs\Data\Menus\loadsave.mnu - Checking file 12.66%: e:\nfshs\Data\Menus\location.mnu - Checking file 12.66%: e:\nfshs\Data\Menus\loadsave.mnu - 12.72%: e:\nfshs\Data\Menus\location.mnu - 12.72%: e:\nfshs\Data\Menus\main.mnu - Checking file 12.77%: e:\nfshs\Data\Menus\main.mnu - 12.77%: e:\nfshs\Data\Menus\mainCr.mnu - Checking file 12.83%: e:\nfshs\Data\Menus\mainCr.mnu - 12.83%: e:\nfshs\Data\Menus\mainmult.mnu - Checking file 12.89%: e:\nfshs\Data\Menus\mainmult.mnu - 12.89%: e:\nfshs\Data\Menus\mainsplt.mnu - Checking file 12.94%: e:\nfshs\Data\Menus\makecsv.mnu - Checking file 12.94%: e:\nfshs\Data\Menus\mainsplt.mnu - 13.00%: e:\nfshs\Data\Menus\makecsv.mnu - 13.00%: e:\nfshs\Data\Menus\mspause.mnu - Checking file 13.06%: e:\nfshs\Data\Menus\mspause.mnu - 13.06%: e:\nfshs\Data\Menus\msquitto.mnu - Checking file 13.11%: e:\nfshs\Data\Menus\msquitto.mnu - 13.11%: e:\nfshs\Data\Menus\opponent.mnu - Checking file 13.17%: e:\nfshs\Data\Menus\opponent.mnu - 13.17%: e:\nfshs\Data\Menus\options.mnu - Checking file 13.22%: e:\nfshs\Data\Menus\options.mnu - 13.22%: e:\nfshs\Data\Menus\pause.mnu - Checking file 13.28%: e:\nfshs\Data\Menus\pause.mnu - 13.28%: e:\nfshs\Data\Menus\playpan.mnu - Checking file 13.34%: e:\nfshs\Data\Menus\playpan.mnu - 13.34%: e:\nfshs\Data\Menus\postgame.mnu - Checking file 13.39%: e:\nfshs\Data\Menus\postgame.mnu - 13.39%: e:\nfshs\Data\Menus\present.mnu - Checking file 13.45%: e:\nfshs\Data\Menus\present.mnu - 13.45%: e:\nfshs\Data\Menus\psaudio.mnu - Checking file 13.51%: e:\nfshs\Data\Menus\psaudio.mnu - 13.51%: e:\nfshs\Data\Menus\pscamera.mnu - Checking file 13.56%: e:\nfshs\Data\Menus\pscamera.mnu - 13.56%: e:\nfshs\Data\Menus\pscntl1.mnu - Checking file 13.62%: e:\nfshs\Data\Menus\pscntl1.mnu - 13.62%: e:\nfshs\Data\Menus\psdeadz.mnu - Checking file 13.67%: e:\nfshs\Data\Menus\psforce.mnu - Checking file 13.67%: e:\nfshs\Data\Menus\psdeadz.mnu - 13.73%: e:\nfshs\Data\Menus\psforce.mnu - 13.73%: e:\nfshs\Data\Menus\psgraph.mnu - Checking file 13.79%: e:\nfshs\Data\Menus\psgraph.mnu - 13.79%: e:\nfshs\Data\Menus\pshud1p.mnu - Checking file 13.84%: e:\nfshs\Data\Menus\pshud1p.mnu - 13.84%: e:\nfshs\Data\Menus\pshud2p.mnu - Checking file 13.90%: e:\nfshs\Data\Menus\pshud2p.mnu - 13.90%: e:\nfshs\Data\Menus\records.mnu - Checking file 13.96%: e:\nfshs\Data\Menus\repair1.mnu - Checking file 13.96%: e:\nfshs\Data\Menus\records.mnu - 14.01%: e:\nfshs\Data\Menus\repair1.mnu - 14.01%: e:\nfshs\Data\Menus\RNetHost.mnu - Checking file 14.07%: e:\nfshs\Data\Menus\RNetHost.mnu - 14.07%: e:\nfshs\Data\Menus\RNetLoby.mnu - Checking file 14.12%: e:\nfshs\Data\Menus\RNetLoby.mnu - 14.12%: e:\nfshs\Data\Menus\RNetLog.mnu - Checking file 14.18%: e:\nfshs\Data\Menus\RNetLog.mnu - 14.18%: e:\nfshs\Data\Menus\RNetMain.mnu - Checking file 14.24%: e:\nfshs\Data\Menus\RNetMain.mnu - 14.24%: e:\nfshs\Data\Menus\RNetName.mnu - Checking file 14.29%: e:\nfshs\Data\Menus\RNetName.mnu - 14.29%: e:\nfshs\Data\Menus\RNetPit.mnu - Checking file 14.35%: e:\nfshs\Data\Menus\RNetPit.mnu - 14.35%: e:\nfshs\Data\Menus\setup.mnu - Checking file 14.41%: e:\nfshs\Data\Menus\setup.mnu - 14.41%: e:\nfshs\Data\Menus\showcase.mnu - Checking file 14.46%: e:\nfshs\Data\Menus\showcase.mnu - 14.46%: e:\nfshs\Data\Menus\slides.mnu - Checking file 14.52%: e:\nfshs\Data\Menus\slides.mnu - 14.52%: e:\nfshs\Data\Menus\trkinfo.mnu - Checking file 14.58%: e:\nfshs\Data\Menus\trkinfo.mnu - 14.58%: e:\nfshs\Data\Movies\demoav1.mad - Checking file 14.63%: e:\nfshs\Data\Movies\demoav1.mad - 14.63%: e:\nfshs\Data\Movies\demoav2.mad - Checking file 14.69%: e:\nfshs\Data\Movies\demoav2.mad - 14.69%: e:\nfshs\Data\Movies\demoav3.mad - Checking file 14.74%: e:\nfshs\Data\Movies\demoav3.mad - 14.74%: e:\nfshs\Data\Movies\EAtumble.mad - Checking file 14.80%: e:\nfshs\Data\Movies\EAtumble.mad - 14.80%: e:\nfshs\Data\Movies\NFSTitle.mad - Checking file 14.86%: e:\nfshs\Data\Movies\T0_00.mad - Checking file 14.86%: e:\nfshs\Data\Movies\NFSTitle.mad - 14.91%: e:\nfshs\Data\Movies\T0_00.mad - 14.91%: e:\nfshs\Data\Movies\T0_01.mad - Checking file 14.97%: e:\nfshs\Data\Movies\T0_01.mad - 14.97%: e:\nfshs\Data\Movies\T0_02.mad - Checking file 15.03%: e:\nfshs\Data\Movies\T0_02.mad - 15.03%: e:\nfshs\Data\Movies\T0_03.mad - Checking file 15.08%: e:\nfshs\Data\Movies\T0_03.mad - 15.08%: e:\nfshs\Data\Movies\T10_00.mad - Checking file 15.14%: e:\nfshs\Data\Movies\T10_00.mad - 15.14%: e:\nfshs\Data\Movies\T10_01.mad - Checking file 15.19%: e:\nfshs\Data\Movies\T10_01.mad - 15.19%: e:\nfshs\Data\Movies\T10_02.mad - Checking file 15.25%: e:\nfshs\Data\Movies\T10_02.mad - 15.25%: e:\nfshs\Data\Movies\T10_03.mad - Checking file 15.31%: e:\nfshs\Data\Movies\T10_03.mad - 15.31%: e:\nfshs\Data\Movies\T11_00.mad - Checking file 15.36%: e:\nfshs\Data\Movies\T11_00.mad - 15.36%: e:\nfshs\Data\Movies\T11_01.mad - Checking file 15.42%: e:\nfshs\Data\Movies\T11_01.mad - 15.42%: e:\nfshs\Data\Movies\T11_02.mad - Checking file 15.48%: e:\nfshs\Data\Movies\T11_02.mad - 15.48%: e:\nfshs\Data\Movies\T11_03.mad - Checking file 15.53%: e:\nfshs\Data\Movies\T11_03.mad - 15.53%: e:\nfshs\Data\Movies\T12_00.mad - Checking file 15.59%: e:\nfshs\Data\Movies\T12_00.mad - 15.59%: e:\nfshs\Data\Movies\T12_01.mad - Checking file 15.64%: e:\nfshs\Data\Movies\T12_01.mad - 15.64%: e:\nfshs\Data\Movies\T12_02.mad - Checking file 15.70%: e:\nfshs\Data\Movies\T12_02.mad - 15.70%: e:\nfshs\Data\Movies\T12_03.mad - Checking file 15.76%: e:\nfshs\Data\Movies\T12_03.mad - 15.76%: e:\nfshs\Data\Movies\T13_00.mad - Checking file 15.81%: e:\nfshs\Data\Movies\T13_00.mad - 15.81%: e:\nfshs\Data\Movies\T13_01.mad - Checking file 15.87%: e:\nfshs\Data\Movies\T13_01.mad - 15.87%: e:\nfshs\Data\Movies\T13_02.mad - Checking file 15.93%: e:\nfshs\Data\Movies\T13_02.mad - 15.93%: e:\nfshs\Data\Movies\T13_03.mad - Checking file 15.98%: e:\nfshs\Data\Movies\T13_03.mad - 15.98%: e:\nfshs\Data\Movies\T14_00.mad - Checking file 16.04%: e:\nfshs\Data\Movies\T14_00.mad - 16.04%: e:\nfshs\Data\Movies\T14_01.mad - Checking file 16.09%: e:\nfshs\Data\Movies\T14_01.mad - 16.09%: e:\nfshs\Data\Movies\T14_02.mad - Checking file 16.15%: e:\nfshs\Data\Movies\T14_02.mad - 16.15%: e:\nfshs\Data\Movies\T14_03.mad - Checking file 16.21%: e:\nfshs\Data\Movies\T14_03.mad - 16.21%: e:\nfshs\Data\Movies\T15_00.mad - Checking file 16.26%: e:\nfshs\Data\Movies\T15_00.mad - 16.26%: e:\nfshs\Data\Movies\T15_01.mad - Checking file 16.32%: e:\nfshs\Data\Movies\T15_02.mad - Checking file 16.32%: e:\nfshs\Data\Movies\T15_01.mad - 16.38%: e:\nfshs\Data\Movies\T15_02.mad - 16.38%: e:\nfshs\Data\Movies\T15_03.mad - Checking file 16.43%: e:\nfshs\Data\Movies\T15_03.mad - 16.43%: e:\nfshs\Data\Movies\T16_00.mad - Checking file 16.49%: e:\nfshs\Data\Movies\T16_00.mad - 16.49%: e:\nfshs\Data\Movies\T16_01.mad - Checking file 16.54%: e:\nfshs\Data\Movies\T16_01.mad - 16.54%: e:\nfshs\Data\Movies\T16_02.mad - Checking file 16.60%: e:\nfshs\Data\Movies\T16_02.mad - 16.60%: e:\nfshs\Data\Movies\T16_03.mad - Checking file 16.66%: e:\nfshs\Data\Movies\T16_03.mad - 16.66%: e:\nfshs\Data\Movies\T17_00.mad - Checking file 16.71%: e:\nfshs\Data\Movies\T17_00.mad - 16.71%: e:\nfshs\Data\Movies\T17_01.mad - Checking file 16.77%: e:\nfshs\Data\Movies\T17_01.mad - 16.77%: e:\nfshs\Data\Movies\T17_02.mad - Checking file 16.83%: e:\nfshs\Data\Movies\T17_02.mad - 16.83%: e:\nfshs\Data\Movies\T17_03.mad - Checking file 16.88%: e:\nfshs\Data\Movies\T17_03.mad - 16.88%: e:\nfshs\Data\Movies\T18_00.mad - Checking file 16.94%: e:\nfshs\Data\Movies\T18_00.mad - 16.94%: e:\nfshs\Data\Movies\T18_01.mad - Checking file 16.99%: e:\nfshs\Data\Movies\T18_01.mad - 16.99%: e:\nfshs\Data\Movies\T18_02.mad - Checking file 17.05%: e:\nfshs\Data\Movies\T18_02.mad - 17.05%: e:\nfshs\Data\Movies\T18_03.mad - Checking file 17.11%: e:\nfshs\Data\Movies\T18_03.mad - 17.11%: e:\nfshs\Data\Movies\T1_00.mad - Checking file 17.16%: e:\nfshs\Data\Movies\T1_00.mad - 17.16%: e:\nfshs\Data\Movies\T1_01.mad - Checking file 17.22%: e:\nfshs\Data\Movies\T1_01.mad - 17.22%: e:\nfshs\Data\Movies\T1_02.mad - Checking file 17.28%: e:\nfshs\Data\Movies\T1_02.mad - 17.28%: e:\nfshs\Data\Movies\T1_03.mad - Checking file 17.33%: e:\nfshs\Data\Movies\T1_03.mad - 17.33%: e:\nfshs\Data\Movies\T2_00.mad - Checking file 17.39%: e:\nfshs\Data\Movies\T2_00.mad - 17.39%: e:\nfshs\Data\Movies\T2_01.mad - Checking file 17.45%: e:\nfshs\Data\Movies\T2_01.mad - 17.45%: e:\nfshs\Data\Movies\T2_02.mad - Checking file 17.50%: e:\nfshs\Data\Movies\T2_02.mad - 17.50%: e:\nfshs\Data\Movies\T2_03.mad - Checking file 17.56%: e:\nfshs\Data\Movies\T2_03.mad - 17.56%: e:\nfshs\Data\Movies\T3_00.mad - Checking file 17.61%: e:\nfshs\Data\Movies\T3_00.mad - 17.61%: e:\nfshs\Data\Movies\T3_01.mad - Checking file 17.67%: e:\nfshs\Data\Movies\T3_01.mad - 17.67%: e:\nfshs\Data\Movies\T3_02.mad - Checking file 17.73%: e:\nfshs\Data\Movies\T3_02.mad - 17.73%: e:\nfshs\Data\Movies\T3_03.mad - Checking file 17.78%: e:\nfshs\Data\Movies\T3_03.mad - 17.78%: e:\nfshs\Data\Movies\T4_00.mad - Checking file 17.84%: e:\nfshs\Data\Movies\T4_00.mad - 17.84%: e:\nfshs\Data\Movies\T4_01.mad - Checking file 17.90%: e:\nfshs\Data\Movies\T4_01.mad - 17.90%: e:\nfshs\Data\Movies\T4_02.mad - Checking file 17.95%: e:\nfshs\Data\Movies\T4_02.mad - 17.95%: e:\nfshs\Data\Movies\T4_03.mad - Checking file 18.01%: e:\nfshs\Data\Movies\T4_03.mad - 18.01%: e:\nfshs\Data\Movies\T5_00.mad - Checking file 18.06%: e:\nfshs\Data\Movies\T5_00.mad - 18.06%: e:\nfshs\Data\Movies\T5_01.mad - Checking file 18.12%: e:\nfshs\Data\Movies\T5_01.mad - 18.12%: e:\nfshs\Data\Movies\T5_02.mad - Checking file 18.18%: e:\nfshs\Data\Movies\T5_02.mad - 18.18%: e:\nfshs\Data\Movies\T5_03.mad - Checking file 18.23%: e:\nfshs\Data\Movies\T5_03.mad - 18.23%: e:\nfshs\Data\Movies\T6_00.mad - Checking file 18.29%: e:\nfshs\Data\Movies\T6_00.mad - 18.29%: e:\nfshs\Data\Movies\T6_01.mad - Checking file 18.35%: e:\nfshs\Data\Movies\T6_01.mad - 18.35%: e:\nfshs\Data\Movies\T6_02.mad - Checking file 18.40%: e:\nfshs\Data\Movies\T6_02.mad - 18.40%: e:\nfshs\Data\Movies\T6_03.mad - Checking file 18.46%: e:\nfshs\Data\Movies\T6_03.mad - 18.46%: e:\nfshs\Data\Movies\T7_00.mad - Checking file 18.51%: e:\nfshs\Data\Movies\T7_00.mad - 18.51%: e:\nfshs\Data\Movies\T7_01.mad - Checking file 18.57%: e:\nfshs\Data\Movies\T7_01.mad - 18.57%: e:\nfshs\Data\Movies\T7_02.mad - Checking file 18.63%: e:\nfshs\Data\Movies\T7_02.mad - 18.63%: e:\nfshs\Data\Movies\T7_03.mad - Checking file 18.68%: e:\nfshs\Data\Movies\T7_03.mad - 18.68%: e:\nfshs\Data\Movies\T8_00.mad - Checking file 18.74%: e:\nfshs\Data\Movies\T8_00.mad - 18.74%: e:\nfshs\Data\Movies\T8_01.mad - Checking file 18.80%: e:\nfshs\Data\Movies\T8_01.mad - 18.80%: e:\nfshs\Data\Movies\T8_02.mad - Checking file 18.85%: e:\nfshs\Data\Movies\T8_02.mad - 18.85%: e:\nfshs\Data\Movies\T8_03.mad - Checking file 18.91%: e:\nfshs\Data\Movies\T8_03.mad - 18.91%: e:\nfshs\Data\Movies\T9_00.mad - Checking file 18.96%: e:\nfshs\Data\Movies\T9_01.mad - Checking file 18.96%: e:\nfshs\Data\Movies\T9_00.mad - 19.02%: e:\nfshs\Data\Movies\T9_02.mad - Checking file 19.02%: e:\nfshs\Data\Movies\T9_01.mad - 19.08%: e:\nfshs\Data\Movies\T9_02.mad - 19.08%: e:\nfshs\Data\Text\arial10b.ffn - Checking file 19.13%: e:\nfshs\Data\Text\arial10b.ffn - 19.13%: e:\nfshs\Data\Text\CircDef.CDB - Checking file 19.19%: e:\nfshs\Data\Text\CircDef.CDB - 19.19%: e:\nfshs\Data\Text\Galext18.ffn - Checking file 19.25%: e:\nfshs\Data\Text\Galext18.ffn - 19.25%: e:\nfshs\Data\Text\ko.bin - Checking file 19.30%: e:\nfshs\Data\Text\ko.bin - 19.30%: e:\nfshs\Data\Text\MAM.DAT - Checking file 19.36%: e:\nfshs\Data\Text\MAM.DAT - 19.36%: e:\nfshs\Data\Text\MAN.DAT - Checking file 19.41%: e:\nfshs\Data\Text\MAN.DAT - 19.41%: e:\nfshs\Data\Text\text.CMT - Checking file 19.47%: e:\nfshs\Data\Text\text.CMT - 19.47%: e:\nfshs\Data\Text\text.ENG - Checking file 19.53%: e:\nfshs\Data\Text\text.ENG - 19.53%: e:\nfshs\Data\Text\text.FRE - Checking file 19.58%: e:\nfshs\Data\Text\text.FRE - 19.58%: e:\nfshs\Data\Text\text.GER - Checking file 19.64%: e:\nfshs\Data\Text\text.GER - 19.64%: e:\nfshs\Data\Text\text.ITA - Checking file 19.70%: e:\nfshs\Data\Text\text.ITA - 19.70%: e:\nfshs\Data\Text\text.MET - Checking file 19.75%: e:\nfshs\Data\Text\text.MET - 19.75%: e:\nfshs\Data\Text\text.SPA - Checking file 19.81%: e:\nfshs\Data\Text\text.SPA - 19.81%: e:\nfshs\Data\Text\text.SWE - Checking file 19.86%: e:\nfshs\Data\Text\text.SWE - 19.86%: e:\nfshs\Data\Text\TierDef.CDB - Checking file 19.92%: e:\nfshs\Data\Text\TierDef.CDB - 19.92%: e:\nfshs\Data\Text\tourn.bin - Checking file 19.98%: e:\nfshs\Data\Text\tourn.bin - 19.98%: e:\nfshs\DirectX\DIRECTX\D3D.INF - Checking file 20.03%: e:\nfshs\DirectX\DIRECTX\D3D.INF - 20.03%: e:\nfshs\DirectX\DIRECTX\D3DIM.DLL - Checking file 20.09%: e:\nfshs\DirectX\DIRECTX\D3DIM.DLL - 20.09%: e:\nfshs\DirectX\DIRECTX\D3DPMESH.DLL - Checking file 20.15%: e:\nfshs\DirectX\DIRECTX\D3DRAMP.DLL - Checking file 20.15%: e:\nfshs\DirectX\DIRECTX\D3DPMESH.DLL - 20.20%: e:\nfshs\DirectX\DIRECTX\D3DRAMP.DLL - 20.20%: e:\nfshs\DirectX\DIRECTX\D3DRM.DLL - Checking file 20.26%: e:\nfshs\DirectX\DIRECTX\D3DRM.DLL - 20.26%: e:\nfshs\DirectX\DIRECTX\D3DRM.INF - Checking file 20.32%: e:\nfshs\DirectX\DIRECTX\D3DRM.INF - 20.32%: e:\nfshs\DirectX\DIRECTX\D3DXOF.DLL - Checking file 20.37%: e:\nfshs\DirectX\DIRECTX\DDHELP.EXE - Checking file 20.37%: e:\nfshs\DirectX\DIRECTX\D3DXOF.DLL - 20.43%: e:\nfshs\DirectX\DIRECTX\DDHELP.EXE - 20.43%: e:\nfshs\DirectX\DIRECTX\DDRAW.DLL - Checking file 20.48%: e:\nfshs\DirectX\DIRECTX\DDRAW.INF - Checking file 20.48%: e:\nfshs\DirectX\DIRECTX\DDRAW.DLL - 20.54%: e:\nfshs\DirectX\DIRECTX\DDRAW.INF - 20.54%: e:\nfshs\DirectX\DIRECTX\DDRAW.VXD - Checking file 20.60%: e:\nfshs\DirectX\DIRECTX\DDRAW.VXD - 20.60%: e:\nfshs\DirectX\DIRECTX\DDRAW16.DLL - Checking file 20.65%: e:\nfshs\DirectX\DIRECTX\DDRAW16.DLL - 20.65%: e:\nfshs\DirectX\DIRECTX\DDRAWEX.DLL - Checking file 20.71%: e:\nfshs\DirectX\DIRECTX\DDRAWEX.DLL - 20.71%: e:\nfshs\DirectX\DIRECTX\DIJOY.HLP - Checking file 20.77%: e:\nfshs\DirectX\DIRECTX\DIJOY.HLP - 20.77%: e:\nfshs\DirectX\DIRECTX\DIJOYBRZ.HLP - Checking file 20.82%: e:\nfshs\DirectX\DIRECTX\DIJOYBRZ.HLP - 20.82%: e:\nfshs\DirectX\DIRECTX\DIJOYCHS.HLP - Checking file 20.88%: e:\nfshs\DirectX\DIRECTX\DIJOYCHT.HLP - Checking file 20.88%: e:\nfshs\DirectX\DIRECTX\DIJOYCHS.HLP - 20.93%: e:\nfshs\DirectX\DIRECTX\DIJOYCHT.HLP - 20.93%: e:\nfshs\DirectX\DIRECTX\DIJOYCZE.HLP - Checking file 20.99%: e:\nfshs\DirectX\DIRECTX\DIJOYCZE.HLP - 20.99%: e:\nfshs\DirectX\DIRECTX\DIJOYDUT.HLP - Checking file 21.05%: e:\nfshs\DirectX\DIRECTX\DIJOYDUT.HLP - 21.05%: e:\nfshs\DirectX\DIRECTX\DIJOYFRN.HLP - Checking file 21.10%: e:\nfshs\DirectX\DIRECTX\DIJOYFRN.HLP - 21.10%: e:\nfshs\DirectX\DIRECTX\DIJOYGER.HLP - Checking file 21.16%: e:\nfshs\DirectX\DIRECTX\DIJOYGER.HLP - 21.16%: e:\nfshs\DirectX\DIRECTX\DIJOYITN.HLP - Checking file 21.22%: e:\nfshs\DirectX\DIRECTX\DIJOYITN.HLP - 21.22%: e:\nfshs\DirectX\DIRECTX\DIJOYJPN.HLP - Checking file 21.27%: e:\nfshs\DirectX\DIRECTX\DIJOYJPN.HLP - 21.27%: e:\nfshs\DirectX\DIRECTX\DIJOYKOR.HLP - Checking file 21.33%: e:\nfshs\DirectX\DIRECTX\DIJOYKOR.HLP - 21.33%: e:\nfshs\DirectX\DIRECTX\DIJOYNEC.HLP - Checking file 21.38%: e:\nfshs\DirectX\DIRECTX\DIJOYNEC.HLP - 21.38%: e:\nfshs\DirectX\DIRECTX\DIJOYPOL.HLP - Checking file 21.44%: e:\nfshs\DirectX\DIRECTX\DIJOYRUS.HLP - Checking file 21.44%: e:\nfshs\DirectX\DIRECTX\DIJOYPOL.HLP - 21.50%: e:\nfshs\DirectX\DIRECTX\DIJOYRUS.HLP - 21.50%: e:\nfshs\DirectX\DIRECTX\DIJOYSPA.HLP - Checking file 21.55%: e:\nfshs\DirectX\DIRECTX\DIJOYSWE.HLP - Checking file 21.55%: e:\nfshs\DirectX\DIRECTX\DIJOYSPA.HLP - 21.61%: e:\nfshs\DirectX\DIRECTX\DIJOYSWE.HLP - 21.61%: e:\nfshs\DirectX\DIRECTX\DINPUT.DLL - Checking file 21.67%: e:\nfshs\DirectX\DIRECTX\DINPUT.DLL - 21.67%: e:\nfshs\DirectX\DIRECTX\DINPUT.INF - Checking file 21.72%: e:\nfshs\DirectX\DIRECTX\DINPUT.INF - 21.72%: e:\nfshs\DirectX\DIRECTX\DINPUT.VXD - Checking file 21.78%: e:\nfshs\DirectX\DIRECTX\DINPUT.VXD - 21.78%: e:\nfshs\DirectX\DIRECTX\DIRECTX.INF - Checking file 21.83%: e:\nfshs\DirectX\DIRECTX\DIRECTX.INF - 21.83%: e:\nfshs\DirectX\DIRECTX\DMBAND.DLL - Checking file 21.89%: e:\nfshs\DirectX\DIRECTX\DMBAND.DLL - 21.89%: e:\nfshs\DirectX\DIRECTX\DMCOMPOS.DLL - Checking file 21.95%: e:\nfshs\DirectX\DIRECTX\DMCOMPOS.DLL - 21.95%: e:\nfshs\DirectX\DIRECTX\DMIME.DLL - Checking file 22.00%: e:\nfshs\DirectX\DIRECTX\DMIME.DLL - 22.00%: e:\nfshs\DirectX\DIRECTX\DMLOADER.DLL - Checking file 22.06%: e:\nfshs\DirectX\DIRECTX\DMLOADER.DLL - 22.06%: e:\nfshs\DirectX\DIRECTX\DMSTYLE.DLL - Checking file 22.12%: e:\nfshs\DirectX\DIRECTX\DMSTYLE.DLL - 22.12%: e:\nfshs\DirectX\DIRECTX\DMSYNTH.DLL - Checking file 22.17%: e:\nfshs\DirectX\DIRECTX\DMUSIC.DLL - Checking file 22.17%: e:\nfshs\DirectX\DIRECTX\DMSYNTH.DLL - 22.23%: e:\nfshs\DirectX\DIRECTX\DMUSIC.DLL - 22.23%: e:\nfshs\DirectX\DIRECTX\DMUSIC16.DLL - Checking file 22.28%: e:\nfshs\DirectX\DIRECTX\DMUSIC16.DLL - 22.28%: e:\nfshs\DirectX\DIRECTX\DMUSIC32.DLL - Checking file 22.34%: e:\nfshs\DirectX\DIRECTX\DMUSIC32.DLL - 22.34%: e:\nfshs\DirectX\DIRECTX\DPLAY.DLL - Checking file 22.40%: e:\nfshs\DirectX\DIRECTX\DPLAY.INF - Checking file 22.40%: e:\nfshs\DirectX\DIRECTX\DPLAY.DLL - 22.45%: e:\nfshs\DirectX\DIRECTX\DPLAY.INF - 22.45%: e:\nfshs\DirectX\DIRECTX\DPLAYDX2.INF - Checking file 22.51%: e:\nfshs\DirectX\DIRECTX\DPLAYDX2.INF - 22.51%: e:\nfshs\DirectX\DIRECTX\DPLAYSVR.EXE - Checking file 22.57%: e:\nfshs\DirectX\DIRECTX\DPLAYSVR.EXE - 22.57%: e:\nfshs\DirectX\DIRECTX\DPLAYX.DLL - Checking file 22.62%: e:\nfshs\DirectX\DIRECTX\DPLAYX.DLL - 22.62%: e:\nfshs\DirectX\DIRECTX\DPMODEMX.DLL - Checking file 22.68%: e:\nfshs\DirectX\DIRECTX\DPMODEMX.DLL - 22.68%: e:\nfshs\DirectX\DIRECTX\DPSERIAL.DLL - Checking file 22.73%: e:\nfshs\DirectX\DIRECTX\DPSERIAL.DLL - 22.73%: e:\nfshs\DirectX\DIRECTX\DPWSOCK.DLL - Checking file 22.79%: e:\nfshs\DirectX\DIRECTX\DPWSOCK.DLL - 22.79%: e:\nfshs\DirectX\DIRECTX\DPWSOCKX.DLL - Checking file 22.85%: e:\nfshs\DirectX\DIRECTX\DPWSOCKX.DLL - 22.85%: e:\nfshs\DirectX\DIRECTX\DSETUP.DLL - Checking file 22.90%: e:\nfshs\DirectX\DIRECTX\DSETUP.INF - Checking file 22.90%: e:\nfshs\DirectX\DIRECTX\DSETUP.DLL - 22.96%: e:\nfshs\DirectX\DIRECTX\DSETUP.INF - 22.96%: e:\nfshs\DirectX\DIRECTX\DSETUP16.DLL - Checking file 23.02%: e:\nfshs\DirectX\DIRECTX\DSETUP16.DLL - 23.02%: e:\nfshs\DirectX\DIRECTX\DSETUP32.DLL - Checking file 23.07%: e:\nfshs\DirectX\DIRECTX\DSETUP32.DLL - 23.07%: e:\nfshs\DirectX\DIRECTX\DSOUND.DLL - Checking file 23.13%: e:\nfshs\DirectX\DIRECTX\DSOUND.INF - Checking file 23.13%: e:\nfshs\DirectX\DIRECTX\DSOUND.DLL - 23.19%: e:\nfshs\DirectX\DIRECTX\DSOUND.INF - 23.19%: e:\nfshs\DirectX\DIRECTX\DSOUND.VXD - Checking file 23.24%: e:\nfshs\DirectX\DIRECTX\DSOUND.VXD - 23.24%: e:\nfshs\DirectX\DIRECTX\DX6MIGR.INF - Checking file 23.30%: e:\nfshs\DirectX\DIRECTX\DXAPI.SYS - Checking file 23.30%: e:\nfshs\DirectX\DIRECTX\DX6MIGR.INF - 23.35%: e:\nfshs\DirectX\DIRECTX\DXAPI.SYS - 23.35%: e:\nfshs\DirectX\DIRECTX\DXDIABRZ.CNT - Checking file 23.41%: e:\nfshs\DirectX\DIRECTX\DXDIABRZ.CNT - 23.41%: e:\nfshs\DirectX\DIRECTX\DXDIABRZ.HLP - Checking file 23.47%: e:\nfshs\DirectX\DIRECTX\DXDIABRZ.HLP - 23.47%: e:\nfshs\DirectX\DIRECTX\DXDIACHS.CNT - Checking file 23.52%: e:\nfshs\DirectX\DIRECTX\DXDIACHS.CNT - 23.52%: e:\nfshs\DirectX\DIRECTX\DXDIACHS.HLP - Checking file 23.58%: e:\nfshs\DirectX\DIRECTX\DXDIACHS.HLP - 23.58%: e:\nfshs\DirectX\DIRECTX\DXDIACHT.CNT - Checking file 23.64%: e:\nfshs\DirectX\DIRECTX\DXDIACHT.CNT - 23.64%: e:\nfshs\DirectX\DIRECTX\DXDIACHT.HLP - Checking file 23.69%: e:\nfshs\DirectX\DIRECTX\DXDIACHT.HLP - 23.69%: e:\nfshs\DirectX\DIRECTX\DXDIACZE.CNT - Checking file 23.75%: e:\nfshs\DirectX\DIRECTX\DXDIACZE.CNT - 23.75%: e:\nfshs\DirectX\DIRECTX\DXDIACZE.HLP - Checking file 23.80%: e:\nfshs\DirectX\DIRECTX\DXDIACZE.HLP - 23.80%: e:\nfshs\DirectX\DIRECTX\DXDIADUT.CNT - Checking file 23.86%: e:\nfshs\DirectX\DIRECTX\DXDIADUT.CNT - 23.86%: e:\nfshs\DirectX\DIRECTX\DXDIADUT.HLP - Checking file 23.92%: e:\nfshs\DirectX\DIRECTX\DXDIADUT.HLP - 23.92%: e:\nfshs\DirectX\DIRECTX\DXDIAFRN.CNT - Checking file 23.97%: e:\nfshs\DirectX\DIRECTX\DXDIAFRN.CNT - 23.97%: e:\nfshs\DirectX\DIRECTX\DXDIAFRN.HLP - Checking file 24.03%: e:\nfshs\DirectX\DIRECTX\DXDIAFRN.HLP - 24.03%: e:\nfshs\DirectX\DIRECTX\DXDIAG.CNT - Checking file 24.09%: e:\nfshs\DirectX\DIRECTX\DXDIAG.CNT - 24.09%: e:\nfshs\DirectX\DIRECTX\DXDIAG.EXE - Checking file 24.14%: e:\nfshs\DirectX\DIRECTX\DXDIAG.EXE - 24.14%: e:\nfshs\DirectX\DIRECTX\DXDIAG.HLP - Checking file 24.20%: e:\nfshs\DirectX\DIRECTX\DXDIAG.HLP - 24.20%: e:\nfshs\DirectX\DIRECTX\DXDIAGER.CNT - Checking file 24.25%: e:\nfshs\DirectX\DIRECTX\DXDIAGER.CNT - 24.25%: e:\nfshs\DirectX\DIRECTX\DXDIAGER.HLP - Checking file 24.31%: e:\nfshs\DirectX\DIRECTX\DXDIAGER.HLP - 24.31%: e:\nfshs\DirectX\DIRECTX\DXDIAITN.CNT - Checking file 24.37%: e:\nfshs\DirectX\DIRECTX\DXDIAITN.CNT - 24.37%: e:\nfshs\DirectX\DIRECTX\DXDIAITN.HLP - Checking file 24.42%: e:\nfshs\DirectX\DIRECTX\DXDIAITN.HLP - 24.42%: e:\nfshs\DirectX\DIRECTX\DXDIAJPN.CNT - Checking file 24.48%: e:\nfshs\DirectX\DIRECTX\DXDIAJPN.CNT - 24.48%: e:\nfshs\DirectX\DIRECTX\DXDIAJPN.HLP - Checking file 24.54%: e:\nfshs\DirectX\DIRECTX\DXDIAJPN.HLP - 24.54%: e:\nfshs\DirectX\DIRECTX\DXDIAKOR.CNT - Checking file 24.59%: e:\nfshs\DirectX\DIRECTX\DXDIAKOR.CNT - 24.59%: e:\nfshs\DirectX\DIRECTX\DXDIAKOR.HLP - Checking file 24.65%: e:\nfshs\DirectX\DIRECTX\DXDIAPOL.CNT - Checking file 24.65%: e:\nfshs\DirectX\DIRECTX\DXDIAKOR.HLP - 24.70%: e:\nfshs\DirectX\DIRECTX\DXDIAPOL.CNT - 24.70%: e:\nfshs\DirectX\DIRECTX\DXDIAPOL.HLP - Checking file 24.76%: e:\nfshs\DirectX\DIRECTX\DXDIAPOL.HLP - 24.76%: e:\nfshs\DirectX\DIRECTX\DXDIARUS.CNT - Checking file 24.82%: e:\nfshs\DirectX\DIRECTX\DXDIARUS.CNT - 24.82%: e:\nfshs\DirectX\DIRECTX\DXDIARUS.HLP - Checking file 24.87%: e:\nfshs\DirectX\DIRECTX\DXDIARUS.HLP - 24.87%: e:\nfshs\DirectX\DIRECTX\DXDIASPA.CNT - Checking file 24.93%: e:\nfshs\DirectX\DIRECTX\DXDIASPA.CNT - 24.93%: e:\nfshs\DirectX\DIRECTX\DXDIASPA.HLP - Checking file 24.99%: e:\nfshs\DirectX\DIRECTX\DXDIASPA.HLP - 24.99%: e:\nfshs\DirectX\DIRECTX\DXDIASWE.CNT - Checking file 25.04%: e:\nfshs\DirectX\DIRECTX\DXDIASWE.HLP - Checking file 25.04%: e:\nfshs\DirectX\DIRECTX\DXDIASWE.CNT - 25.10%: e:\nfshs\DirectX\DIRECTX\DXDIASWE.HLP - 25.10%: e:\nfshs\DirectX\DIRECTX\DXMIGR.DLL - Checking file 25.15%: e:\nfshs\DirectX\DIRECTX\DXMIGR.DLL - 25.15%: e:\nfshs\DirectX\DIRECTX\DXSETUP.EXE - Checking file 25.21%: e:\nfshs\DirectX\DIRECTX\DXSETUP.EXE - 25.21%: e:\nfshs\DirectX\DIRECTX\DXVER.INF - Checking file 25.27%: e:\nfshs\DirectX\DIRECTX\DXVER.INF - 25.27%: e:\nfshs\DirectX\DIRECTX\GCDEF.DLL - Checking file 25.32%: e:\nfshs\DirectX\DIRECTX\GCDEF.DLL - 25.32%: e:\nfshs\DirectX\DIRECTX\GCHAND.DLL - Checking file 25.38%: e:\nfshs\DirectX\DIRECTX\GCHAND.DLL - 25.38%: e:\nfshs\DirectX\DIRECTX\GM16.DLS - Checking file 25.44%: e:\nfshs\DirectX\DIRECTX\GM16.DLS - 25.44%: e:\nfshs\DirectX\DIRECTX\GMREADME.TXT - Checking file 25.49%: e:\nfshs\DirectX\DIRECTX\GMREADME.TXT - 25.49%: e:\nfshs\DirectX\DIRECTX\JOY.CPL - Checking file 25.55%: e:\nfshs\DirectX\DIRECTX\JOY.CPL - 25.55%: e:\nfshs\DirectX\DIRECTX\LICENSE.TXT - Checking file 25.60%: e:\nfshs\DirectX\DIRECTX\LICENSE.TXT - 25.60%: e:\nfshs\DirectX\DIRECTX\MSANALOG.VXD - Checking file 25.66%: e:\nfshs\DirectX\DIRECTX\MSANALOG.VXD - 25.66%: e:\nfshs\DirectX\DIRECTX\MSVCRT.DLL - Checking file 25.72%: e:\nfshs\DirectX\DIRECTX\MSVCRT.DLL - 25.72%: e:\nfshs\DirectX\DIRECTX\MTRR.INF - Checking file 25.77%: e:\nfshs\DirectX\DIRECTX\MTRR.INF - 25.77%: e:\nfshs\DirectX\DIRECTX\MTRR.VXD - Checking file 25.83%: e:\nfshs\DirectX\DIRECTX\MTRR.VXD - 25.83%: e:\nfshs\DirectX\DIRECTX\REGSVR32.EXE - Checking file 25.89%: e:\nfshs\DirectX\DIRECTX\REGSVR32.EXE - 25.89%: e:\nfshs\DirectX\DIRECTX\VJOYD.VXD - Checking file 25.94%: e:\nfshs\DirectX\DIRECTX\VJOYD.VXD - 25.94%: e:\nfshs\DirectX\DIRECTX\VMCPD.NEC - Checking file 26.00%: e:\nfshs\DirectX\DIRECTX\VMCPD.NEC - 26.00%: e:\nfshs\DirectX\DIRECTX\VMCPD.X86 - Checking file 26.06%: e:\nfshs\DirectX\DIRECTX\VMCPD.X86 - 26.06%: e:\nfshs\NPS\System\NPSAnlyz.dll - Checking file 26.11%: e:\nfshs\NPS\System\NPSAnlyz.dll - 26.11%: e:\nfshs\NPS\System\NPSClint.dll - Checking file 26.17%: e:\nfshs\NPS\System\NPSClint.dll - 26.17%: e:\nfshs\NPS\System\NPSDll.dll - Checking file 26.22%: e:\nfshs\NPS\System\NPSDll.dll - 26.22%: e:\nfshs\NPS\System\NPSLogin.dll - Checking file 26.28%: e:\nfshs\NPS\winsys\MFC42.DLL - Checking file 26.28%: e:\nfshs\NPS\System\NPSLogin.dll - 26.34%: e:\nfshs\NPS\winsys\MFC42.DLL - 26.34%: e:\nfshs\NPS\winsys\msvcirt.dll - Checking file 26.39%: e:\nfshs\NPS\winsys\MSVCP50.DLL - Checking file 26.39%: e:\nfshs\NPS\winsys\msvcirt.dll - 26.45%: e:\nfshs\NPS\winsys\MSVCP50.DLL - 26.45%: e:\nfshs\NPS\winsys\MSVCP60.DLL - Checking file 26.51%: e:\nfshs\NPS\winsys\MSVCP60.DLL - 26.51%: e:\nfshs\NPS\winsys\MSVCRT.DLL - Checking file 26.56%: e:\nfshs\NPS\winsys\MSVCRT.DLL - 26.56%: e:\nfshs\NPS\winsys\MSVCRT40.DLL - Checking file 26.62%: e:\nfshs\NPS\winsys\MSVCRT40.DLL - 26.62%: e:\nfshs\NPS\winsys\NPSExec.exe - Checking file 26.67%: e:\nfshs\NPS\winsys\NPSExec.exe - 26.67%: e:\nfshs\3Dfx\Banshee\Win95\VBW95.EXE - Checking file 0.00%: - 0.00%: \3dfx16vb.drv - Checking file from archive 6.67%: \3dfx32vb.dll - Checking file from archive 6.67%: \3dfx16vb.drv - 13.33%: \3DfxSpl3.dll - Checking file from archive 13.33%: \3dfx32vb.dll - 20.00%: \3dfxvb.vxd - Checking file from archive 20.00%: \3DfxSpl3.dll - 26.67%: \3dfxvb.vxd - 26.67%: \3DfxVBps.dll - Checking file from archive 33.33%: \3DfxVBps.dll - 33.33%: \3DfxVBps.hlp - Checking file from archive 40.00%: \3DfxVBps.hlp - 40.00%: \Banshee.inf - Checking file from archive 46.67%: \Banshee.inf - 46.67%: \glide2x.dll - Checking file from archive 53.33%: \glide2x.dll - 53.33%: \glide2x.ovl - Checking file from archive 60.00%: \glide2x.ovl - 60.00%: \glide3x.dll - Checking file from archive 66.67%: \glide3x.dll - 66.67%: \license.txt - Checking file from archive 73.33%: \license.txt - 73.33%: \manifest.txt - Checking file from archive 80.00%: \manifest.txt - 80.00%: \msvcrt.dll - Checking file from archive 86.67%: \readme.txt - Checking file from archive 86.67%: \msvcrt.dll - 93.33%: \readme.txt - 93.33%: \Vgartd.vxd - Checking file from archive 100.00%: \Vgartd.vxd - Time elapsed: 00:00:01.2465679 26.73%: e:\nfshs\3Dfx\Banshee\Win95\VBW95.EXE - WinZip SFX 2.1 (32-bit) 26.73%: e:\nfshs\3Dfx\Banshee\Win98\VBW98.EXE - Checking file 0.00%: - 0.00%: \3dfx16vb.drv - Checking file from archive 7.69%: \3dfx16vb.drv - 7.69%: \3dfx32vb.dll - Checking file from archive 15.38%: \3dfx32vb.dll - 15.38%: \3DfxSpl3.dll - Checking file from archive 23.08%: \3DfxSpl3.dll - 23.08%: \3dfxvb.vxd - Checking file from archive 30.77%: \3dfxvb.vxd - 30.77%: \3DfxVBps.dll - Checking file from archive 38.46%: \3DfxVBps.dll - 38.46%: \3DfxVBps.hlp - Checking file from archive 46.15%: \3DfxVBps.hlp - 46.15%: \Banshee.inf - Checking file from archive 53.85%: \Banshee.inf - 53.85%: \glide2x.dll - Checking file from archive 61.54%: \glide2x.dll - 61.54%: \glide2x.ovl - Checking file from archive 69.23%: \glide2x.ovl - 69.23%: \glide3x.dll - Checking file from archive 76.92%: \license.txt - Checking file from archive 76.92%: \glide3x.dll - 84.62%: \license.txt - 84.62%: \manifest.txt - Checking file from archive 92.31%: \manifest.txt - 92.31%: \readme.txt - Checking file from archive 100.00%: \readme.txt - Time elapsed: 00:00:01.1905349 26.79%: e:\nfshs\3Dfx\Banshee\Win98\VBW98.EXE - WinZip SFX 2.1 (32-bit) 26.79%: e:\nfshs\Data\Audio\Music\credits.asf - Checking file 26.84%: e:\nfshs\Data\Audio\Music\credits.asf - 26.84%: e:\nfshs\Data\Audio\Music\game1.asf - Checking file 26.90%: e:\nfshs\Data\Audio\Music\game1.asf - 26.90%: e:\nfshs\Data\Audio\Music\game10.asf - Checking file 26.96%: e:\nfshs\Data\Audio\Music\game10.asf - 26.96%: e:\nfshs\Data\Audio\Music\game11.asf - Checking file 27.01%: e:\nfshs\Data\Audio\Music\game11.asf - 27.01%: e:\nfshs\Data\Audio\Music\game12.asf - Checking file 27.07%: e:\nfshs\Data\Audio\Music\game12.asf - 27.07%: e:\nfshs\Data\Audio\Music\game13.asf - Checking file 27.12%: e:\nfshs\Data\Audio\Music\game13.asf - 27.12%: e:\nfshs\Data\Audio\Music\game14.asf - Checking file 27.18%: e:\nfshs\Data\Audio\Music\game14.asf - 27.18%: e:\nfshs\Data\Audio\Music\game15.asf - Checking file 27.24%: e:\nfshs\Data\Audio\Music\game15.asf - 27.24%: e:\nfshs\Data\Audio\Music\game16.asf - Checking file 27.29%: e:\nfshs\Data\Audio\Music\game16.asf - 27.29%: e:\nfshs\Data\Audio\Music\game2.asf - Checking file 27.35%: e:\nfshs\Data\Audio\Music\game2.asf - 27.35%: e:\nfshs\Data\Audio\Music\game3.asf - Checking file 27.41%: e:\nfshs\Data\Audio\Music\game3.asf - 27.41%: e:\nfshs\Data\Audio\Music\game4.asf - Checking file 27.46%: e:\nfshs\Data\Audio\Music\game4.asf - 27.46%: e:\nfshs\Data\Audio\Music\game5.asf - Checking file 27.52%: e:\nfshs\Data\Audio\Music\game5.asf - 27.52%: e:\nfshs\Data\Audio\Music\game6.asf - Checking file 27.57%: e:\nfshs\Data\Audio\Music\game6.asf - 27.57%: e:\nfshs\Data\Audio\Music\game7.asf - Checking file 27.63%: e:\nfshs\Data\Audio\Music\game7.asf - 27.63%: e:\nfshs\Data\Audio\Music\game8.asf - Checking file 27.69%: e:\nfshs\Data\Audio\Music\game8.asf - 27.69%: e:\nfshs\Data\Audio\Music\game9.asf - Checking file 27.74%: e:\nfshs\Data\Audio\Music\game9.asf - 27.74%: e:\nfshs\Data\Audio\Music\garage1.asf - Checking file 27.80%: e:\nfshs\Data\Audio\Music\garage1.asf - 27.80%: e:\nfshs\Data\Audio\Music\menu1.asf - Checking file 27.86%: e:\nfshs\Data\Audio\Music\menu1.asf - 27.86%: e:\nfshs\Data\Audio\Music\menu2.asf - Checking file 27.91%: e:\nfshs\Data\Audio\Music\menu2.asf - 27.91%: e:\nfshs\Data\Audio\Music\menu3.asf - Checking file 27.97%: e:\nfshs\Data\Audio\Music\menu3.asf - 27.97%: e:\nfshs\Data\Audio\Music\menu4.asf - Checking file 28.02%: e:\nfshs\Data\Audio\Music\menu4.asf - 28.02%: e:\nfshs\Data\Audio\Music\show.asf - Checking file 28.08%: e:\nfshs\Data\Audio\SFX\Crate.bnk - Checking file 28.08%: e:\nfshs\Data\Audio\Music\show.asf - 28.14%: e:\nfshs\Data\Audio\SFX\Crate.bnk - 28.14%: e:\nfshs\Data\Audio\SFX\engine.bnk - Checking file 28.19%: e:\nfshs\Data\Audio\SFX\engine.bnk - 28.19%: e:\nfshs\Data\Audio\SFX\engine.ctb - Checking file 28.25%: e:\nfshs\Data\Audio\SFX\engine.ctb - 28.25%: e:\nfshs\Data\Audio\SFX\engine.ltb - Checking file 28.31%: e:\nfshs\Data\Audio\SFX\engine.ltb - 28.31%: e:\nfshs\Data\Audio\SFX\fesfx.bnk - Checking file 28.36%: e:\nfshs\Data\Audio\SFX\fesfx.bnk - 28.36%: e:\nfshs\Data\Audio\SFX\gen.bnk - Checking file 28.42%: e:\nfshs\Data\Audio\SFX\gen.bnk - 28.42%: e:\nfshs\Data\Audio\SFX\gencar.bnk - Checking file 28.47%: e:\nfshs\Data\Audio\SFX\gencar.bnk - 28.47%: e:\nfshs\Data\Audio\SFX\genocar.bnk - Checking file 28.53%: e:\nfshs\Data\Audio\SFX\genocar.bnk - 28.53%: e:\nfshs\Data\Audio\SFX\genscar.bnk - Checking file 28.59%: e:\nfshs\Data\Audio\SFX\genscar.bnk - 28.59%: e:\nfshs\Data\Audio\SFX\IPspchB.viv - Checking file 28.64%: e:\nfshs\Data\Audio\SFX\IPspchB.viv - 28.64%: e:\nfshs\Data\Audio\SFX\IPspchE.viv - Checking file 28.70%: e:\nfshs\Data\Audio\SFX\IPspchE.viv - 28.70%: e:\nfshs\Data\Audio\SFX\IPSPCHf.viv - Checking file 28.76%: e:\nfshs\Data\Audio\SFX\IPSPCHf.viv - 28.76%: e:\nfshs\Data\Audio\SFX\IPSPCHg.viv - Checking file 28.81%: e:\nfshs\Data\Audio\SFX\IPSPCHg.viv - 28.81%: e:\nfshs\Data\Audio\SFX\IPSPCHNb.viv - Checking file 28.87%: e:\nfshs\Data\Audio\SFX\IPSPCHNb.viv - 28.87%: e:\nfshs\Data\Audio\SFX\IPSPCHNE.viv - Checking file 28.93%: e:\nfshs\Data\Audio\SFX\IPSPCHNE.viv - 28.93%: e:\nfshs\Data\Audio\SFX\IPSPCHNf.viv - Checking file 28.98%: e:\nfshs\Data\Audio\SFX\IPSPCHNf.viv - 28.98%: e:\nfshs\Data\Audio\SFX\IPSPCHNg.viv - Checking file 29.04%: e:\nfshs\Data\Audio\SFX\IPSPCHNg.viv - 29.04%: e:\nfshs\Data\Audio\SFX\Limo.bnk - Checking file 29.09%: e:\nfshs\Data\Audio\SFX\Limo.bnk - 29.09%: e:\nfshs\Data\Audio\SFX\OTRUCK.BNK - Checking file 29.15%: e:\nfshs\Data\Audio\SFX\OTRUCK.BNK - 29.15%: e:\nfshs\Data\Audio\SFX\Putt.bnk - Checking file 29.21%: e:\nfshs\Data\Audio\SFX\Putt.bnk - 29.21%: e:\nfshs\Data\Audio\SFX\rain.bnk - Checking file 29.26%: e:\nfshs\Data\Audio\SFX\rain.bnk - 29.26%: e:\nfshs\Data\Audio\SFX\sCrate.bnk - Checking file 29.32%: e:\nfshs\Data\Audio\SFX\sCrate.bnk - 29.32%: e:\nfshs\Data\Audio\SFX\sengine.bnk - Checking file 29.38%: e:\nfshs\Data\Audio\SFX\sengine.bnk - 29.38%: e:\nfshs\Data\Audio\SFX\siren.bnk - Checking file 29.43%: e:\nfshs\Data\Audio\SFX\sLimo.bnk - Checking file 29.43%: e:\nfshs\Data\Audio\SFX\siren.bnk - 29.49%: e:\nfshs\Data\Audio\SFX\sLimo.bnk - 29.49%: e:\nfshs\Data\Audio\SFX\sPutt.bnk - Checking file 29.54%: e:\nfshs\Data\Audio\SFX\sPutt.bnk - 29.54%: e:\nfshs\Data\Audio\SFX\sTRex.bnk - Checking file 29.60%: e:\nfshs\Data\Audio\SFX\sTRex.bnk - 29.60%: e:\nfshs\Data\Audio\SFX\STRUCK.BNK - Checking file 29.66%: e:\nfshs\Data\Audio\SFX\STRUCK.BNK - 29.66%: e:\nfshs\Data\Audio\SFX\tram00.bnk - Checking file 29.71%: e:\nfshs\Data\Audio\SFX\tram00.bnk - 29.71%: e:\nfshs\Data\Audio\SFX\tram00N.bnk - Checking file 29.77%: e:\nfshs\Data\Audio\SFX\tram00N.bnk - 29.77%: e:\nfshs\Data\Audio\SFX\tram00NW.bnk - Checking file 29.83%: e:\nfshs\Data\Audio\SFX\tram00NW.bnk - 29.83%: e:\nfshs\Data\Audio\SFX\tram00W.bnk - Checking file 29.88%: e:\nfshs\Data\Audio\SFX\tram00W.bnk - 29.88%: e:\nfshs\Data\Audio\SFX\tram01.bnk - Checking file 29.94%: e:\nfshs\Data\Audio\SFX\tram01.bnk - 29.94%: e:\nfshs\Data\Audio\SFX\tram01N.bnk - Checking file 29.99%: e:\nfshs\Data\Audio\SFX\tram01N.bnk - 29.99%: e:\nfshs\Data\Audio\SFX\tram01NW.bnk - Checking file 30.05%: e:\nfshs\Data\Audio\SFX\tram01NW.bnk - 30.05%: e:\nfshs\Data\Audio\SFX\tram01W.bnk - Checking file 30.11%: e:\nfshs\Data\Audio\SFX\tram01W.bnk - 30.11%: e:\nfshs\Data\Audio\SFX\tram02.bnk - Checking file 30.16%: e:\nfshs\Data\Audio\SFX\tram02.bnk - 30.16%: e:\nfshs\Data\Audio\SFX\tram02N.bnk - Checking file 30.22%: e:\nfshs\Data\Audio\SFX\tram02N.bnk - 30.22%: e:\nfshs\Data\Audio\SFX\tram02NW.bnk - Checking file 30.28%: e:\nfshs\Data\Audio\SFX\tram02NW.bnk - 30.28%: e:\nfshs\Data\Audio\SFX\tram02W.bnk - Checking file 30.33%: e:\nfshs\Data\Audio\SFX\tram02W.bnk - 30.33%: e:\nfshs\Data\Audio\SFX\tram03.bnk - Checking file 30.39%: e:\nfshs\Data\Audio\SFX\tram03.bnk - 30.39%: e:\nfshs\Data\Audio\SFX\tram03N.bnk - Checking file 30.44%: e:\nfshs\Data\Audio\SFX\tram03N.bnk - 30.44%: e:\nfshs\Data\Audio\SFX\tram03NW.bnk - Checking file 30.50%: e:\nfshs\Data\Audio\SFX\tram03NW.bnk - 30.50%: e:\nfshs\Data\Audio\SFX\tram03W.bnk - Checking file 30.56%: e:\nfshs\Data\Audio\SFX\tram03W.bnk - 30.56%: e:\nfshs\Data\Audio\SFX\tram04.bnk - Checking file 30.61%: e:\nfshs\Data\Audio\SFX\tram04.bnk - 30.61%: e:\nfshs\Data\Audio\SFX\tram04N.bnk - Checking file 30.67%: e:\nfshs\Data\Audio\SFX\tram04N.bnk - 30.67%: e:\nfshs\Data\Audio\SFX\tram04NW.bnk - Checking file 30.73%: e:\nfshs\Data\Audio\SFX\tram04NW.bnk - 30.73%: e:\nfshs\Data\Audio\SFX\tram04W.bnk - Checking file 30.78%: e:\nfshs\Data\Audio\SFX\tram04W.bnk - 30.78%: e:\nfshs\Data\Audio\SFX\tram05.bnk - Checking file 30.84%: e:\nfshs\Data\Audio\SFX\tram05.bnk - 30.84%: e:\nfshs\Data\Audio\SFX\tram05N.bnk - Checking file 30.89%: e:\nfshs\Data\Audio\SFX\tram05N.bnk - 30.89%: e:\nfshs\Data\Audio\SFX\tram05NW.bnk - Checking file 30.95%: e:\nfshs\Data\Audio\SFX\tram05NW.bnk - 30.95%: e:\nfshs\Data\Audio\SFX\tram05W.bnk - Checking file 31.01%: e:\nfshs\Data\Audio\SFX\tram05W.bnk - 31.01%: e:\nfshs\Data\Audio\SFX\tram06.bnk - Checking file 31.06%: e:\nfshs\Data\Audio\SFX\tram06.bnk - 31.06%: e:\nfshs\Data\Audio\SFX\tram06N.bnk - Checking file 31.12%: e:\nfshs\Data\Audio\SFX\tram06N.bnk - 31.12%: e:\nfshs\Data\Audio\SFX\tram06NW.bnk - Checking file 31.18%: e:\nfshs\Data\Audio\SFX\tram06NW.bnk - 31.18%: e:\nfshs\Data\Audio\SFX\tram06W.bnk - Checking file 31.23%: e:\nfshs\Data\Audio\SFX\tram06W.bnk - 31.23%: e:\nfshs\Data\Audio\SFX\tram07.bnk - Checking file 31.29%: e:\nfshs\Data\Audio\SFX\tram07.bnk - 31.29%: e:\nfshs\Data\Audio\SFX\tram07N.bnk - Checking file 31.34%: e:\nfshs\Data\Audio\SFX\tram07N.bnk - 31.34%: e:\nfshs\Data\Audio\SFX\tram07NW.bnk - Checking file 31.40%: e:\nfshs\Data\Audio\SFX\tram07NW.bnk - 31.40%: e:\nfshs\Data\Audio\SFX\tram07W.bnk - Checking file 31.46%: e:\nfshs\Data\Audio\SFX\tram07W.bnk - 31.46%: e:\nfshs\Data\Audio\SFX\tram08.bnk - Checking file 31.51%: e:\nfshs\Data\Audio\SFX\tram08.bnk - 31.51%: e:\nfshs\Data\Audio\SFX\tram08N.bnk - Checking file 31.57%: e:\nfshs\Data\Audio\SFX\tram08N.bnk - 31.57%: e:\nfshs\Data\Audio\SFX\tram08NW.bnk - Checking file 31.63%: e:\nfshs\Data\Audio\SFX\tram08W.bnk - Checking file 31.63%: e:\nfshs\Data\Audio\SFX\tram08NW.bnk - 31.68%: e:\nfshs\Data\Audio\SFX\tram08W.bnk - 31.68%: e:\nfshs\Data\Audio\SFX\tram10.bnk - Checking file 31.74%: e:\nfshs\Data\Audio\SFX\tram10.bnk - 31.74%: e:\nfshs\Data\Audio\SFX\tram10N.bnk - Checking file 31.80%: e:\nfshs\Data\Audio\SFX\tram10N.bnk - 31.80%: e:\nfshs\Data\Audio\SFX\tram10NW.bnk - Checking file 31.85%: e:\nfshs\Data\Audio\SFX\tram10NW.bnk - 31.85%: e:\nfshs\Data\Audio\SFX\tram10W.bnk - Checking file 31.91%: e:\nfshs\Data\Audio\SFX\tram10W.bnk - 31.91%: e:\nfshs\Data\Audio\SFX\tram11.bnk - Checking file 31.96%: e:\nfshs\Data\Audio\SFX\tram11.bnk - 31.96%: e:\nfshs\Data\Audio\SFX\tram11N.bnk - Checking file 32.02%: e:\nfshs\Data\Audio\SFX\tram11N.bnk - 32.02%: e:\nfshs\Data\Audio\SFX\tram11NW.bnk - Checking file 32.08%: e:\nfshs\Data\Audio\SFX\tram11NW.bnk - 32.08%: e:\nfshs\Data\Audio\SFX\tram11W.bnk - Checking file 32.13%: e:\nfshs\Data\Audio\SFX\tram11W.bnk - 32.13%: e:\nfshs\Data\Audio\SFX\tram12.bnk - Checking file 32.19%: e:\nfshs\Data\Audio\SFX\tram12.bnk - 32.19%: e:\nfshs\Data\Audio\SFX\tram12N.bnk - Checking file 32.25%: e:\nfshs\Data\Audio\SFX\tram12N.bnk - 32.25%: e:\nfshs\Data\Audio\SFX\tram12NW.bnk - Checking file 32.30%: e:\nfshs\Data\Audio\SFX\tram12NW.bnk - 32.30%: e:\nfshs\Data\Audio\SFX\tram12W.bnk - Checking file 32.36%: e:\nfshs\Data\Audio\SFX\tram12W.bnk - 32.36%: e:\nfshs\Data\Audio\SFX\tram13.bnk - Checking file 32.41%: e:\nfshs\Data\Audio\SFX\tram13.bnk - 32.41%: e:\nfshs\Data\Audio\SFX\tram13N.bnk - Checking file 32.47%: e:\nfshs\Data\Audio\SFX\tram13N.bnk - 32.47%: e:\nfshs\Data\Audio\SFX\tram13NW.bnk - Checking file 32.53%: e:\nfshs\Data\Audio\SFX\tram13NW.bnk - 32.53%: e:\nfshs\Data\Audio\SFX\tram13W.bnk - Checking file 32.58%: e:\nfshs\Data\Audio\SFX\tram13W.bnk - 32.58%: e:\nfshs\Data\Audio\SFX\tram14.bnk - Checking file 32.64%: e:\nfshs\Data\Audio\SFX\tram14.bnk - 32.64%: e:\nfshs\Data\Audio\SFX\tram14N.bnk - Checking file 32.70%: e:\nfshs\Data\Audio\SFX\tram14N.bnk - 32.70%: e:\nfshs\Data\Audio\SFX\tram14NW.bnk - Checking file 32.75%: e:\nfshs\Data\Audio\SFX\tram14NW.bnk - 32.75%: e:\nfshs\Data\Audio\SFX\tram14W.bnk - Checking file 32.81%: e:\nfshs\Data\Audio\SFX\tram14W.bnk - 32.81%: e:\nfshs\Data\Audio\SFX\tram15.bnk - Checking file 32.86%: e:\nfshs\Data\Audio\SFX\tram15.bnk - 32.86%: e:\nfshs\Data\Audio\SFX\tram15N.bnk - Checking file 32.92%: e:\nfshs\Data\Audio\SFX\tram15NW.bnk - Checking file 32.92%: e:\nfshs\Data\Audio\SFX\tram15N.bnk - 32.98%: e:\nfshs\Data\Audio\SFX\tram15NW.bnk - 32.98%: e:\nfshs\Data\Audio\SFX\tram15W.bnk - Checking file 33.03%: e:\nfshs\Data\Audio\SFX\tram15W.bnk - 33.03%: e:\nfshs\Data\Audio\SFX\tram16.bnk - Checking file 33.09%: e:\nfshs\Data\Audio\SFX\tram16.bnk - 33.09%: e:\nfshs\Data\Audio\SFX\tram16N.bnk - Checking file 33.15%: e:\nfshs\Data\Audio\SFX\tram16N.bnk - 33.15%: e:\nfshs\Data\Audio\SFX\tram16NW.bnk - Checking file 33.20%: e:\nfshs\Data\Audio\SFX\tram16NW.bnk - 33.20%: e:\nfshs\Data\Audio\SFX\tram16W.bnk - Checking file 33.26%: e:\nfshs\Data\Audio\SFX\tram16W.bnk - 33.26%: e:\nfshs\Data\Audio\SFX\tram17.bnk - Checking file 33.31%: e:\nfshs\Data\Audio\SFX\tram17.bnk - 33.31%: e:\nfshs\Data\Audio\SFX\tram17N.bnk - Checking file 33.37%: e:\nfshs\Data\Audio\SFX\tram17N.bnk - 33.37%: e:\nfshs\Data\Audio\SFX\tram17NW.bnk - Checking file 33.43%: e:\nfshs\Data\Audio\SFX\tram17NW.bnk - 33.43%: e:\nfshs\Data\Audio\SFX\tram17W.bnk - Checking file 33.48%: e:\nfshs\Data\Audio\SFX\tram17W.bnk - 33.48%: e:\nfshs\Data\Audio\SFX\trex.bnk - Checking file 33.54%: e:\nfshs\Data\Audio\SFX\trex.bnk - 33.54%: e:\nfshs\Data\Audio\SFX\TRUCK.BNK - Checking file 33.60%: e:\nfshs\Data\Audio\SFX\TRUCK.BNK - 33.60%: e:\nfshs\Data\Cars\B911\car.viv - Checking file 33.65%: e:\nfshs\Data\Cars\B911\car.viv - 33.65%: e:\nfshs\Data\Cars\Bcam\car.viv - Checking file 33.71%: e:\nfshs\Data\Cars\Bcam\car.viv - 33.71%: e:\nfshs\Data\Cars\Bmw5\car.viv - Checking file 33.76%: e:\nfshs\Data\Cars\Bmw5\car.viv - 33.76%: e:\nfshs\Data\Cars\BZ3r\car.viv - Checking file 33.82%: e:\nfshs\Data\Cars\BZ3r\car.viv - 33.82%: e:\nfshs\Data\Cars\Ccam\car.viv - Checking file 33.88%: e:\nfshs\Data\Cars\Ccam\car.viv - 33.88%: e:\nfshs\Data\Cars\CCor\car.viv - Checking file 33.93%: e:\nfshs\Data\Cars\CCor\car.viv - 33.93%: e:\nfshs\Data\Cars\Elni\car.viv - Checking file 33.99%: e:\nfshs\Data\Cars\Elni\car.viv - 33.99%: e:\nfshs\Data\Cars\Ff50\car.viv - Checking file 34.05%: e:\nfshs\Data\Cars\Ff50\car.viv - 34.05%: e:\nfshs\Data\Cars\Fm50\car.viv - Checking file 34.10%: e:\nfshs\Data\Cars\Fm50\car.viv - 34.10%: e:\nfshs\Data\Cars\Jxkr\car.viv - Checking file 34.16%: e:\nfshs\Data\Cars\Jxkr\car.viv - 34.16%: e:\nfshs\Data\Cars\Knoc\car.viv - Checking file 34.21%: e:\nfshs\Data\Cars\Knoc\car.viv - 34.21%: e:\nfshs\Data\Cars\Ldia\car.viv - Checking file 34.27%: e:\nfshs\Data\Cars\Ldia\car.viv - 34.27%: e:\nfshs\Data\Cars\Mcf1\car.viv - Checking file 34.33%: e:\nfshs\Data\Cars\Mcf1\car.viv - 34.33%: e:\nfshs\Data\Cars\MClk\car.viv - Checking file 34.38%: e:\nfshs\Data\Cars\MClk\car.viv - 34.38%: e:\nfshs\Data\Cars\MSlk\car.viv - Checking file 34.44%: e:\nfshs\Data\Cars\NSKY\car.viv - Checking file 34.44%: e:\nfshs\Data\Cars\MSlk\car.viv - 34.50%: e:\nfshs\Data\Cars\NSKY\car.viv - 34.50%: e:\nfshs\Data\Cars\P911\car.viv - Checking file 34.55%: e:\nfshs\Data\Cars\P911\car.viv - 34.55%: e:\nfshs\Data\Cars\PBmw\car.viv - Checking file 34.61%: e:\nfshs\Data\Cars\PBmw\car.viv - 34.61%: e:\nfshs\Data\Cars\PCam\car.viv - Checking file 34.67%: e:\nfshs\Data\Cars\PCam\car.viv - 34.67%: e:\nfshs\Data\Cars\PCor\car.viv - Checking file 34.72%: e:\nfshs\Data\Cars\PCor\car.viv - 34.72%: e:\nfshs\Data\Cars\PDia\car.viv - Checking file 34.78%: e:\nfshs\Data\Cars\PDia\car.viv - 34.78%: e:\nfshs\Data\Cars\Peln\car.viv - Checking file 34.83%: e:\nfshs\Data\Cars\Peln\car.viv - 34.83%: e:\nfshs\Data\Cars\PFir\car.viv - Checking file 34.89%: e:\nfshs\Data\Cars\PFir\car.viv - 34.89%: e:\nfshs\Data\Cars\PP91\car.viv - Checking file 34.95%: e:\nfshs\Data\Cars\PP91\car.viv - 34.95%: e:\nfshs\Data\feArt\Slides\ENG.QFS - Checking file 35.00%: e:\nfshs\Data\feArt\Slides\ENG.QFS - 35.00%: e:\nfshs\Data\feArt\Slides\FRE.QFS - Checking file 35.06%: e:\nfshs\Data\feArt\Slides\FRE.QFS - 35.06%: e:\nfshs\Data\feArt\Slides\GER.QFS - Checking file 35.12%: e:\nfshs\Data\feArt\Slides\GER.QFS - 35.12%: e:\nfshs\Data\feArt\Slides\ITA.QFS - Checking file 35.17%: e:\nfshs\Data\feArt\Slides\ITA.QFS - 35.17%: e:\nfshs\Data\feArt\Slides\Spa.qfs - Checking file 35.23%: e:\nfshs\Data\feArt\Slides\Spa.qfs - 35.23%: e:\nfshs\Data\feArt\Slides\SWE.QFS - Checking file 35.28%: e:\nfshs\Data\feArt\Slides\SWE.QFS - 35.28%: e:\nfshs\Data\feArt\Slides\T0_00.qfs - Checking file 35.34%: e:\nfshs\Data\feArt\Slides\T0_00.qfs - 35.34%: e:\nfshs\Data\feArt\Slides\T10_00.qfs - Checking file 35.40%: e:\nfshs\Data\feArt\Slides\T10_00.qfs - 35.40%: e:\nfshs\Data\feArt\Slides\T11_00.qfs - Checking file 35.45%: e:\nfshs\Data\feArt\Slides\T11_00.qfs - 35.45%: e:\nfshs\Data\feArt\Slides\T12_00.qfs - Checking file 35.51%: e:\nfshs\Data\feArt\Slides\T12_00.qfs - 35.51%: e:\nfshs\Data\feArt\Slides\T13_00.qfs - Checking file 35.57%: e:\nfshs\Data\feArt\Slides\T13_00.qfs - 35.57%: e:\nfshs\Data\feArt\Slides\T14_00.qfs - Checking file 35.62%: e:\nfshs\Data\feArt\Slides\T14_00.qfs - 35.62%: e:\nfshs\Data\feArt\Slides\T15_00.qfs - Checking file 35.68%: e:\nfshs\Data\feArt\Slides\T15_00.qfs - 35.68%: e:\nfshs\Data\feArt\Slides\T16_00.qfs - Checking file 35.73%: e:\nfshs\Data\feArt\Slides\T16_00.qfs - 35.73%: e:\nfshs\Data\feArt\Slides\T17_00.qfs - Checking file 35.79%: e:\nfshs\Data\feArt\Slides\T17_00.qfs - 35.79%: e:\nfshs\Data\feArt\Slides\T18_00.qfs - Checking file 35.85%: e:\nfshs\Data\feArt\Slides\T18_00.qfs - 35.85%: e:\nfshs\Data\feArt\Slides\T1_00.qfs - Checking file 35.90%: e:\nfshs\Data\feArt\Slides\T1_00.qfs - 35.90%: e:\nfshs\Data\feArt\Slides\T2_00.qfs - Checking file 35.96%: e:\nfshs\Data\feArt\Slides\T2_00.qfs - 35.96%: e:\nfshs\Data\feArt\Slides\T3_00.qfs - Checking file 36.02%: e:\nfshs\Data\feArt\Slides\T3_00.qfs - 36.02%: e:\nfshs\Data\feArt\Slides\T4_00.qfs - Checking file 36.07%: e:\nfshs\Data\feArt\Slides\T4_00.qfs - 36.07%: e:\nfshs\Data\feArt\Slides\T5_00.qfs - Checking file 36.13%: e:\nfshs\Data\feArt\Slides\T5_00.qfs - 36.13%: e:\nfshs\Data\feArt\Slides\T6_00.qfs - Checking file 36.18%: e:\nfshs\Data\feArt\Slides\T6_00.qfs - 36.18%: e:\nfshs\Data\feArt\Slides\T7_00.qfs - Checking file 36.24%: e:\nfshs\Data\feArt\Slides\T7_00.qfs - 36.24%: e:\nfshs\Data\feArt\Slides\T8_00.qfs - Checking file 36.30%: e:\nfshs\Data\feArt\Slides\T8_00.qfs - 36.30%: e:\nfshs\Data\feArt\Slides\T9_00.qfs - Checking file 36.35%: e:\nfshs\Data\feArt\Slides\T9_00.qfs - 36.35%: e:\nfshs\Data\feArt\Track\trkgo.viv - Checking file 36.41%: e:\nfshs\Data\feArt\Track\trkgo.viv - 36.41%: e:\nfshs\Data\feArt\VidWall\ast3.qfs - Checking file 36.47%: e:\nfshs\Data\feArt\VidWall\ast3.qfs - 36.47%: e:\nfshs\Data\feArt\VidWall\b911.qfs - Checking file 36.52%: e:\nfshs\Data\feArt\VidWall\bcam.qfs - Checking file 36.52%: e:\nfshs\Data\feArt\VidWall\b911.qfs - 36.58%: e:\nfshs\Data\feArt\VidWall\bcam.qfs - 36.58%: e:\nfshs\Data\feArt\VidWall\black.qfs - Checking file 36.63%: e:\nfshs\Data\feArt\VidWall\black.qfs - 36.63%: e:\nfshs\Data\feArt\VidWall\bmd3.qfs - Checking file 36.69%: e:\nfshs\Data\feArt\VidWall\bmd3.qfs - 36.69%: e:\nfshs\Data\feArt\VidWall\bmw5.qfs - Checking file 36.75%: e:\nfshs\Data\feArt\VidWall\bmw5.qfs - 36.75%: e:\nfshs\Data\feArt\VidWall\bmw51.qfs - Checking file 36.80%: e:\nfshs\Data\feArt\VidWall\bmw51.qfs - 36.80%: e:\nfshs\Data\feArt\VidWall\bmw52.qfs - Checking file 36.86%: e:\nfshs\Data\feArt\VidWall\bmw52.qfs - 36.86%: e:\nfshs\Data\feArt\VidWall\bz3r.qfs - Checking file 36.92%: e:\nfshs\Data\feArt\VidWall\bz3r.qfs - 36.92%: e:\nfshs\Data\feArt\VidWall\bz3r1.qfs - Checking file 36.97%: e:\nfshs\Data\feArt\VidWall\bz3r1.qfs - 36.97%: e:\nfshs\Data\feArt\VidWall\bz3r2.qfs - Checking file 37.03%: e:\nfshs\Data\feArt\VidWall\bz3r2.qfs - 37.03%: e:\nfshs\Data\feArt\VidWall\cam.qfs - Checking file 37.08%: e:\nfshs\Data\feArt\VidWall\cam.qfs - 37.08%: e:\nfshs\Data\feArt\VidWall\ccam.qfs - Checking file 37.14%: e:\nfshs\Data\feArt\VidWall\ccam.qfs - 37.14%: e:\nfshs\Data\feArt\VidWall\ccam1.qfs - Checking file 37.20%: e:\nfshs\Data\feArt\VidWall\ccam1.qfs - 37.20%: e:\nfshs\Data\feArt\VidWall\ccam2.qfs - Checking file 37.25%: e:\nfshs\Data\feArt\VidWall\ccam2.qfs - 37.25%: e:\nfshs\Data\feArt\VidWall\ccor.qfs - Checking file 37.31%: e:\nfshs\Data\feArt\VidWall\ccor.qfs - 37.31%: e:\nfshs\Data\feArt\VidWall\ccor1.qfs - Checking file 37.37%: e:\nfshs\Data\feArt\VidWall\ccor1.qfs - 37.37%: e:\nfshs\Data\feArt\VidWall\ccor2.qfs - Checking file 37.42%: e:\nfshs\Data\feArt\VidWall\ccor2.qfs - 37.42%: e:\nfshs\Data\feArt\VidWall\elni.qfs - Checking file 37.48%: e:\nfshs\Data\feArt\VidWall\elni.qfs - 37.48%: e:\nfshs\Data\feArt\VidWall\f563.qfs - Checking file 37.54%: e:\nfshs\Data\feArt\VidWall\f563.qfs - 37.54%: e:\nfshs\Data\feArt\VidWall\ff50.qfs - Checking file 37.59%: e:\nfshs\Data\feArt\VidWall\ff50.qfs - 37.59%: e:\nfshs\Data\feArt\VidWall\ff501.qfs - Checking file 37.65%: e:\nfshs\Data\feArt\VidWall\ff501.qfs - 37.65%: e:\nfshs\Data\feArt\VidWall\ff502.qfs - Checking file 37.70%: e:\nfshs\Data\feArt\VidWall\ff502.qfs - 37.70%: e:\nfshs\Data\feArt\VidWall\fm50.qfs - Checking file 37.76%: e:\nfshs\Data\feArt\VidWall\fm50.qfs - 37.76%: e:\nfshs\Data\feArt\VidWall\fm501.qfs - Checking file 37.82%: e:\nfshs\Data\feArt\VidWall\fm501.qfs - 37.82%: e:\nfshs\Data\feArt\VidWall\fm502.qfs - Checking file 37.87%: e:\nfshs\Data\feArt\VidWall\fm502.qfs - 37.87%: e:\nfshs\Data\feArt\VidWall\fxr3.qfs - Checking file 37.93%: e:\nfshs\Data\feArt\VidWall\fxr3.qfs - 37.93%: e:\nfshs\Data\feArt\VidWall\fxr81.qfs - Checking file 37.99%: e:\nfshs\Data\feArt\VidWall\fxr81.qfs - 37.99%: e:\nfshs\Data\feArt\VidWall\fxr82.qfs - Checking file 38.04%: e:\nfshs\Data\feArt\VidWall\fxr82.qfs - 38.04%: e:\nfshs\Data\feArt\VidWall\hsv91.qfs - Checking file 38.10%: e:\nfshs\Data\feArt\VidWall\hsv91.qfs - 38.10%: e:\nfshs\Data\feArt\VidWall\hsv92.qfs - Checking file 38.15%: e:\nfshs\Data\feArt\VidWall\hsv92.qfs - 38.15%: e:\nfshs\Data\feArt\VidWall\jxkr.qfs - Checking file 38.21%: e:\nfshs\Data\feArt\VidWall\jxkr.qfs - 38.21%: e:\nfshs\Data\feArt\VidWall\jxkr1.qfs - Checking file 38.27%: e:\nfshs\Data\feArt\VidWall\jxkr1.qfs - 38.27%: e:\nfshs\Data\feArt\VidWall\jxkr2.qfs - Checking file 38.32%: e:\nfshs\Data\feArt\VidWall\jxkr2.qfs - 38.32%: e:\nfshs\Data\feArt\VidWall\ldia.qfs - Checking file 38.38%: e:\nfshs\Data\feArt\VidWall\ldia.qfs - 38.38%: e:\nfshs\Data\feArt\VidWall\ldia1.qfs - Checking file 38.44%: e:\nfshs\Data\feArt\VidWall\ldia1.qfs - 38.44%: e:\nfshs\Data\feArt\VidWall\ldia2.qfs - Checking file 38.49%: e:\nfshs\Data\feArt\VidWall\ldia2.qfs - 38.49%: e:\nfshs\Data\feArt\VidWall\logo.qfs - Checking file 38.55%: e:\nfshs\Data\feArt\VidWall\logo.qfs - 38.55%: e:\nfshs\Data\feArt\VidWall\mbr1.qfs - Checking file 38.60%: e:\nfshs\Data\feArt\VidWall\mbr1.qfs - 38.60%: e:\nfshs\Data\feArt\VidWall\mbr2.qfs - Checking file 38.66%: e:\nfshs\Data\feArt\VidWall\mbr2.qfs - 38.66%: e:\nfshs\Data\feArt\VidWall\mcf1.qfs - Checking file 38.72%: e:\nfshs\Data\feArt\VidWall\mcf1.qfs - 38.72%: e:\nfshs\Data\feArt\VidWall\mcf11.qfs - Checking file 38.77%: e:\nfshs\Data\feArt\VidWall\mcf11.qfs - 38.77%: e:\nfshs\Data\feArt\VidWall\mcf12.qfs - Checking file 38.83%: e:\nfshs\Data\feArt\VidWall\mcf12.qfs - 38.83%: e:\nfshs\Data\feArt\VidWall\mclk.qfs - Checking file 38.89%: e:\nfshs\Data\feArt\VidWall\mclk.qfs - 38.89%: e:\nfshs\Data\feArt\VidWall\mclk1.qfs - Checking file 38.94%: e:\nfshs\Data\feArt\VidWall\mclk1.qfs - 38.94%: e:\nfshs\Data\feArt\VidWall\mclk2.qfs - Checking file 39.00%: e:\nfshs\Data\feArt\VidWall\mclk2.qfs - 39.00%: e:\nfshs\Data\feArt\VidWall\mdb1.qfs - Checking file 39.05%: e:\nfshs\Data\feArt\VidWall\mdb1.qfs - 39.05%: e:\nfshs\Data\feArt\VidWall\mdb2.qfs - Checking file 39.11%: e:\nfshs\Data\feArt\VidWall\mdb2.qfs - 39.11%: e:\nfshs\Data\feArt\VidWall\mfx1.qfs - Checking file 39.17%: e:\nfshs\Data\feArt\VidWall\mfx1.qfs - 39.17%: e:\nfshs\Data\feArt\VidWall\mfx2.qfs - Checking file 39.22%: e:\nfshs\Data\feArt\VidWall\mfx2.qfs - 39.22%: e:\nfshs\Data\feArt\VidWall\mhv1.qfs - Checking file 39.28%: e:\nfshs\Data\feArt\VidWall\mhv1.qfs - 39.28%: e:\nfshs\Data\feArt\VidWall\mhv2.qfs - Checking file 39.34%: e:\nfshs\Data\feArt\VidWall\mhv2.qfs - 39.34%: e:\nfshs\Data\feArt\VidWall\mps3.qfs - Checking file 39.39%: e:\nfshs\Data\feArt\VidWall\mslk.qfs - Checking file 39.39%: e:\nfshs\Data\feArt\VidWall\mps3.qfs - 39.45%: e:\nfshs\Data\feArt\VidWall\mslk.qfs - 39.45%: e:\nfshs\Data\feArt\VidWall\mslk1.qfs - Checking file 39.50%: e:\nfshs\Data\feArt\VidWall\mslk1.qfs - 39.50%: e:\nfshs\Data\feArt\VidWall\mslk2.qfs - Checking file 39.56%: e:\nfshs\Data\feArt\VidWall\mslk2.qfs - 39.56%: e:\nfshs\Data\feArt\VidWall\nsky.qfs - Checking file 39.62%: e:\nfshs\Data\feArt\VidWall\nsky.qfs - 39.62%: e:\nfshs\Data\feArt\VidWall\nsky1.qfs - Checking file 39.67%: e:\nfshs\Data\feArt\VidWall\nsky1.qfs - 39.67%: e:\nfshs\Data\feArt\VidWall\nsky2.qfs - Checking file 39.73%: e:\nfshs\Data\feArt\VidWall\nsky2.qfs - 39.73%: e:\nfshs\Data\feArt\VidWall\p911.qfs - Checking file 39.79%: e:\nfshs\Data\feArt\VidWall\p911.qfs - 39.79%: e:\nfshs\Data\feArt\VidWall\p9111.qfs - Checking file 39.84%: e:\nfshs\Data\feArt\VidWall\p9111.qfs - 39.84%: e:\nfshs\Data\feArt\VidWall\p9112.qfs - Checking file 39.90%: e:\nfshs\Data\feArt\VidWall\p9112.qfs - 39.90%: e:\nfshs\Data\feArt\VidWall\pbmw.qfs - Checking file 39.95%: e:\nfshs\Data\feArt\VidWall\pbmw.qfs - 39.95%: e:\nfshs\Data\feArt\VidWall\pcam.qfs - Checking file 40.01%: e:\nfshs\Data\feArt\VidWall\pcam.qfs - 40.01%: e:\nfshs\Data\feArt\VidWall\pcor.qfs - Checking file 40.07%: e:\nfshs\Data\feArt\VidWall\pcor.qfs - 40.07%: e:\nfshs\Data\feArt\VidWall\pdia.qfs - Checking file 40.12%: e:\nfshs\Data\feArt\VidWall\pdia.qfs - 40.12%: e:\nfshs\Data\feArt\VidWall\peln.qfs - Checking file 40.18%: e:\nfshs\Data\feArt\VidWall\peln.qfs - 40.18%: e:\nfshs\Data\feArt\VidWall\pfir.qfs - Checking file 40.24%: e:\nfshs\Data\feArt\VidWall\pfir.qfs - 40.24%: e:\nfshs\Data\feArt\VidWall\pfir1.qfs - Checking file 40.29%: e:\nfshs\Data\feArt\VidWall\pfir1.qfs - 40.29%: e:\nfshs\Data\feArt\VidWall\pfir2.qfs - Checking file 40.35%: e:\nfshs\Data\feArt\VidWall\pfir2.qfs - 40.35%: e:\nfshs\Data\feArt\VidWall\pp91.qfs - Checking file 40.41%: e:\nfshs\Data\feArt\VidWall\pp91.qfs - 40.41%: e:\nfshs\Data\feArt\VidWall\sci3.qfs - Checking file 40.46%: e:\nfshs\Data\feArt\VidWall\sci3.qfs - 40.46%: e:\nfshs\Data\feArt\VidWall\stm3.qfs - Checking file 40.52%: e:\nfshs\Data\feArt\VidWall\stm3.qfs - 40.52%: e:\nfshs\Data\feArt\VidWall\T00.qfs - Checking file 40.57%: e:\nfshs\Data\feArt\VidWall\T00.qfs - 40.57%: e:\nfshs\Data\feArt\VidWall\T01.qfs - Checking file 40.63%: e:\nfshs\Data\feArt\VidWall\T01.qfs - 40.63%: e:\nfshs\Data\feArt\VidWall\T02.qfs - Checking file 40.69%: e:\nfshs\Data\feArt\VidWall\T02.qfs - 40.69%: e:\nfshs\Data\feArt\VidWall\T03.qfs - Checking file 40.74%: e:\nfshs\Data\feArt\VidWall\T03.qfs - 40.74%: e:\nfshs\Data\feArt\VidWall\T04.qfs - Checking file 40.80%: e:\nfshs\Data\feArt\VidWall\T04.qfs - 40.80%: e:\nfshs\Data\feArt\VidWall\T05.qfs - Checking file 40.86%: e:\nfshs\Data\feArt\VidWall\T05.qfs - 40.86%: e:\nfshs\Data\feArt\VidWall\T06.qfs - Checking file 40.91%: e:\nfshs\Data\feArt\VidWall\T06.qfs - 40.91%: e:\nfshs\Data\feArt\VidWall\T07.qfs - Checking file 40.97%: e:\nfshs\Data\feArt\VidWall\T07.qfs - 40.97%: e:\nfshs\Data\feArt\VidWall\T08.qfs - Checking file 41.02%: e:\nfshs\Data\feArt\VidWall\T08.qfs - 41.02%: e:\nfshs\Data\feArt\VidWall\T09.qfs - Checking file 41.08%: e:\nfshs\Data\feArt\VidWall\T09.qfs - 41.08%: e:\nfshs\Data\feArt\VidWall\T10.qfs - Checking file 41.14%: e:\nfshs\Data\feArt\VidWall\T10.qfs - 41.14%: e:\nfshs\Data\feArt\VidWall\T11.qfs - Checking file 41.19%: e:\nfshs\Data\feArt\VidWall\T11.qfs - 41.19%: e:\nfshs\Data\feArt\VidWall\T12.qfs - Checking file 41.25%: e:\nfshs\Data\feArt\VidWall\T12.qfs - 41.25%: e:\nfshs\Data\feArt\VidWall\T13.qfs - Checking file 41.31%: e:\nfshs\Data\feArt\VidWall\T13.qfs - 41.31%: e:\nfshs\Data\feArt\VidWall\T14.qfs - Checking file 41.36%: e:\nfshs\Data\feArt\VidWall\T14.qfs - 41.36%: e:\nfshs\Data\feArt\VidWall\T15.qfs - Checking file 41.42%: e:\nfshs\Data\feArt\VidWall\T15.qfs - 41.42%: e:\nfshs\Data\feArt\VidWall\T16.qfs - Checking file 41.47%: e:\nfshs\Data\feArt\VidWall\T16.qfs - 41.47%: e:\nfshs\Data\feArt\VidWall\T17.qfs - Checking file 41.53%: e:\nfshs\Data\feArt\VidWall\T17.qfs - 41.53%: e:\nfshs\Data\feArt\VidWall\T18.qfs - Checking file 41.59%: e:\nfshs\Data\feArt\VidWall\T18.qfs - 41.59%: e:\nfshs\Data\feArt\VidWall\tre3.qfs - Checking file 41.64%: e:\nfshs\Data\feArt\VidWall\tre3.qfs - 41.64%: e:\nfshs\Data\feArt\VidWall\vt23.qfs - Checking file 41.70%: e:\nfshs\Data\feArt\VidWall\vt23.qfs - 41.70%: e:\nfshs\Data\feArt\VidWall\x153.qfs - Checking file 41.76%: e:\nfshs\Data\feArt\VidWall\x153.qfs - 41.76%: e:\nfshs\Data\Showcase\Art\ASTO.QFS - Checking file 41.81%: e:\nfshs\Data\Showcase\Art\ASTO.QFS - 41.81%: e:\nfshs\Data\Showcase\Art\BMW.QFS - Checking file 41.87%: e:\nfshs\Data\Showcase\Art\BMW.QFS - 41.87%: e:\nfshs\Data\Showcase\Art\CHEV.QFS - Checking file 41.92%: e:\nfshs\Data\Showcase\Art\CHEV.QFS - 41.92%: e:\nfshs\Data\Showcase\Art\FERR.QFS - Checking file 41.98%: e:\nfshs\Data\Showcase\Art\FERR.QFS - 41.98%: e:\nfshs\Data\Showcase\Art\FORD.QFS - Checking file 42.04%: e:\nfshs\Data\Showcase\Art\FORD.QFS - 42.04%: e:\nfshs\Data\Showcase\Art\HSV.QFS - Checking file 42.09%: e:\nfshs\Data\Showcase\Art\HSV.QFS - 42.09%: e:\nfshs\Data\Showcase\Art\IN_BMW5.qFS - Checking file 42.15%: e:\nfshs\Data\Showcase\Art\IN_BMW5.qFS - 42.15%: e:\nfshs\Data\Showcase\Art\IN_BZ3R.qFS - Checking file 42.21%: e:\nfshs\Data\Showcase\Art\IN_BZ3R.qFS - 42.21%: e:\nfshs\Data\Showcase\Art\IN_CCAM.qFS - Checking file 42.26%: e:\nfshs\Data\Showcase\Art\IN_CCAM.qFS - 42.26%: e:\nfshs\Data\Showcase\Art\IN_CCOR.qFS - Checking file 42.32%: e:\nfshs\Data\Showcase\Art\IN_CCOR.qFS - 42.32%: e:\nfshs\Data\Showcase\Art\IN_FF50.qFS - Checking file 42.37%: e:\nfshs\Data\Showcase\Art\IN_FF50.qFS - 42.37%: e:\nfshs\Data\Showcase\Art\IN_FM50.qFS - Checking file 42.43%: e:\nfshs\Data\Showcase\Art\IN_FM50.qFS - 42.43%: e:\nfshs\Data\Showcase\Art\IN_JXKR.qFS - Checking file 42.49%: e:\nfshs\Data\Showcase\Art\IN_JXKR.qFS - 42.49%: e:\nfshs\Data\Showcase\Art\IN_LDIA.qFS - Checking file 42.54%: e:\nfshs\Data\Showcase\Art\IN_LDIA.qFS - 42.54%: e:\nfshs\Data\Showcase\Art\IN_MCF1.qFS - Checking file 42.60%: e:\nfshs\Data\Showcase\Art\IN_MCF1.qFS - 42.60%: e:\nfshs\Data\Showcase\Art\IN_MCLK.qFS - Checking file 42.66%: e:\nfshs\Data\Showcase\Art\IN_MCLK.qFS - 42.66%: e:\nfshs\Data\Showcase\Art\IN_MSLK.qFS - Checking file 42.71%: e:\nfshs\Data\Showcase\Art\IN_MSLK.qFS - 42.71%: e:\nfshs\Data\Showcase\Art\in_Nsky.qfs - Checking file 42.77%: e:\nfshs\Data\Showcase\Art\in_Nsky.qfs - 42.77%: e:\nfshs\Data\Showcase\Art\IN_PFIR.qFS - Checking file 42.82%: e:\nfshs\Data\Showcase\Art\IN_PFIR.qFS - 42.82%: e:\nfshs\Data\Showcase\Art\JAGU.QFS - Checking file 42.88%: e:\nfshs\Data\Showcase\Art\JAGU.QFS - 42.88%: e:\nfshs\Data\Showcase\Art\jxkr.qfs - Checking file 42.94%: e:\nfshs\Data\Showcase\Art\jxkr.qfs - 42.94%: e:\nfshs\Data\Showcase\Art\LAMB.QFS - Checking file 42.99%: e:\nfshs\Data\Showcase\Art\LAMB.QFS - 42.99%: e:\nfshs\Data\Showcase\Art\MCLA.QFS - Checking file 43.05%: e:\nfshs\Data\Showcase\Art\MCLA.QFS - 43.05%: e:\nfshs\Data\Showcase\Art\MERC.QFS - Checking file 43.11%: e:\nfshs\Data\Showcase\Art\MERC.QFS - 43.11%: e:\nfshs\Data\Showcase\Art\niss.qfs - Checking file 43.16%: e:\nfshs\Data\Showcase\Art\niss.qfs - 43.16%: e:\nfshs\Data\Showcase\Art\PONT.QFS - Checking file 43.22%: e:\nfshs\Data\Showcase\Art\PONT.QFS - 43.22%: e:\nfshs\Data\Showcase\Art\PORS.QFS - Checking file 43.28%: e:\nfshs\Data\Showcase\Art\PORS.QFS - 43.28%: e:\nfshs\Data\Showcase\Art\POSS.QFS - Checking file 43.33%: e:\nfshs\Data\Showcase\Art\POSS.QFS - 43.33%: e:\nfshs\Data\Showcase\Art\shbmw5.qfs - Checking file 43.39%: e:\nfshs\Data\Showcase\Art\shbmw5.qfs - 43.39%: e:\nfshs\Data\Showcase\Art\shbz3r.qfs - Checking file 43.44%: e:\nfshs\Data\Showcase\Art\shbz3r.qfs - 43.44%: e:\nfshs\Data\Showcase\Art\shCcam.qfs - Checking file 43.50%: e:\nfshs\Data\Showcase\Art\shCcam.qfs - 43.50%: e:\nfshs\Data\Showcase\Art\shCCor.qfs - Checking file 43.56%: e:\nfshs\Data\Showcase\Art\shCCor.qfs - 43.56%: e:\nfshs\Data\Showcase\Art\shFF50.qfs - Checking file 43.61%: e:\nfshs\Data\Showcase\Art\shFF50.qfs - 43.61%: e:\nfshs\Data\Showcase\Art\shFm50.qfs - Checking file 43.67%: e:\nfshs\Data\Showcase\Art\shFm50.qfs - 43.67%: e:\nfshs\Data\Showcase\Art\shjxkr.qfs - Checking file 43.73%: e:\nfshs\Data\Showcase\Art\shjxkr.qfs - 43.73%: e:\nfshs\Data\Showcase\Art\shLDia.qfs - Checking file 43.78%: e:\nfshs\Data\Showcase\Art\shLDia.qfs - 43.78%: e:\nfshs\Data\Showcase\Art\shMCf1.qfs - Checking file 43.84%: e:\nfshs\Data\Showcase\Art\shMCf1.qfs - 43.84%: e:\nfshs\Data\Showcase\Art\shMClk.qfs - Checking file 43.89%: e:\nfshs\Data\Showcase\Art\shMClk.qfs - 43.89%: e:\nfshs\Data\Showcase\Art\shMSlk.qfs - Checking file 43.95%: e:\nfshs\Data\Showcase\Art\shMSlk.qfs - 43.95%: e:\nfshs\Data\Showcase\Art\shNSky.qfs - Checking file 44.01%: e:\nfshs\Data\Showcase\Art\shNSky.qfs - 44.01%: e:\nfshs\Data\Showcase\Art\shP911.qfs - Checking file 44.06%: e:\nfshs\Data\Showcase\Art\shP911.qfs - 44.06%: e:\nfshs\Data\Showcase\Art\shPFir.qfs - Checking file 44.12%: e:\nfshs\Data\Showcase\Art\shPFir.qfs - 44.12%: e:\nfshs\Data\Showcase\Art\SLBMW501.QFS - Checking file 44.18%: e:\nfshs\Data\Showcase\Art\SLBMW501.QFS - 44.18%: e:\nfshs\Data\Showcase\Art\SLBMW502.QFS - Checking file 44.23%: e:\nfshs\Data\Showcase\Art\SLBMW502.QFS - 44.23%: e:\nfshs\Data\Showcase\Art\SLBMW503.QFS - Checking file 44.29%: e:\nfshs\Data\Showcase\Art\SLBMW503.QFS - 44.29%: e:\nfshs\Data\Showcase\Art\SLBMW504.QFS - Checking file 44.34%: e:\nfshs\Data\Showcase\Art\SLBMW504.QFS - 44.34%: e:\nfshs\Data\Showcase\Art\SLBMW505.QFS - Checking file 44.40%: e:\nfshs\Data\Showcase\Art\SLBMW505.QFS - 44.40%: e:\nfshs\Data\Showcase\Art\SLBMW506.QFS - Checking file 44.46%: e:\nfshs\Data\Showcase\Art\SLBMW506.QFS - 44.46%: e:\nfshs\Data\Showcase\Art\SLBZ3R01.QFS - Checking file 44.51%: e:\nfshs\Data\Showcase\Art\SLBZ3R01.QFS - 44.51%: e:\nfshs\Data\Showcase\Art\SLBZ3R02.QFS - Checking file 44.57%: e:\nfshs\Data\Showcase\Art\SLBZ3R02.QFS - 44.57%: e:\nfshs\Data\Showcase\Art\SLBZ3R03.QFS - Checking file 44.63%: e:\nfshs\Data\Showcase\Art\SLBZ3R03.QFS - 44.63%: e:\nfshs\Data\Showcase\Art\SLBZ3R04.QFS - Checking file 44.68%: e:\nfshs\Data\Showcase\Art\SLBZ3R04.QFS - 44.68%: e:\nfshs\Data\Showcase\Art\SLBZ3R05.QFS - Checking file 44.74%: e:\nfshs\Data\Showcase\Art\SLBZ3R05.QFS - 44.74%: e:\nfshs\Data\Showcase\Art\SLBZ3R06.QFS - Checking file 44.79%: e:\nfshs\Data\Showcase\Art\SLBZ3R06.QFS - 44.79%: e:\nfshs\Data\Showcase\Art\SLCCAM01.QFS - Checking file 44.85%: e:\nfshs\Data\Showcase\Art\SLCCAM01.QFS - 44.85%: e:\nfshs\Data\Showcase\Art\SLCCAM02.QFS - Checking file 44.91%: e:\nfshs\Data\Showcase\Art\SLCCAM03.QFS - Checking file 44.91%: e:\nfshs\Data\Showcase\Art\SLCCAM02.QFS - 44.96%: e:\nfshs\Data\Showcase\Art\SLCCAM03.QFS - 44.96%: e:\nfshs\Data\Showcase\Art\SLCCAM04.QFS - Checking file 45.02%: e:\nfshs\Data\Showcase\Art\SLCCAM04.QFS - 45.02%: e:\nfshs\Data\Showcase\Art\SLCCAM05.QFS - Checking file 45.08%: e:\nfshs\Data\Showcase\Art\SLCCAM05.QFS - 45.08%: e:\nfshs\Data\Showcase\Art\SLCCAM06.QFS - Checking file 45.13%: e:\nfshs\Data\Showcase\Art\SLCCAM06.QFS - 45.13%: e:\nfshs\Data\Showcase\Art\SLCCOR01.QFS - Checking file 45.19%: e:\nfshs\Data\Showcase\Art\SLCCOR01.QFS - 45.19%: e:\nfshs\Data\Showcase\Art\SLCCOR02.QFS - Checking file 45.24%: e:\nfshs\Data\Showcase\Art\SLCCOR02.QFS - 45.24%: e:\nfshs\Data\Showcase\Art\SLCCOR03.QFS - Checking file 45.30%: e:\nfshs\Data\Showcase\Art\SLCCOR03.QFS - 45.30%: e:\nfshs\Data\Showcase\Art\SLCCOR04.QFS - Checking file 45.36%: e:\nfshs\Data\Showcase\Art\SLCCOR04.QFS - 45.36%: e:\nfshs\Data\Showcase\Art\SLCCOR05.QFS - Checking file 45.41%: e:\nfshs\Data\Showcase\Art\SLCCOR05.QFS - 45.41%: e:\nfshs\Data\Showcase\Art\SLCCOR06.QFS - Checking file 45.47%: e:\nfshs\Data\Showcase\Art\SLCCOR06.QFS - 45.47%: e:\nfshs\Data\Showcase\Art\SLFF5001.QFS - Checking file 45.53%: e:\nfshs\Data\Showcase\Art\SLFF5001.QFS - 45.53%: e:\nfshs\Data\Showcase\Art\SLFF5002.QFS - Checking file 45.58%: e:\nfshs\Data\Showcase\Art\SLFF5002.QFS - 45.58%: e:\nfshs\Data\Showcase\Art\SLFF5003.QFS - Checking file 45.64%: e:\nfshs\Data\Showcase\Art\SLFF5003.QFS - 45.64%: e:\nfshs\Data\Showcase\Art\SLFF5004.QFS - Checking file 45.69%: e:\nfshs\Data\Showcase\Art\SLFF5004.QFS - 45.69%: e:\nfshs\Data\Showcase\Art\SLFF5005.QFS - Checking file 45.75%: e:\nfshs\Data\Showcase\Art\SLFF5005.QFS - 45.75%: e:\nfshs\Data\Showcase\Art\SLFF5006.QFS - Checking file 45.81%: e:\nfshs\Data\Showcase\Art\SLFF5006.QFS - 45.81%: e:\nfshs\Data\Showcase\Art\SLFM5001.QFS - Checking file 45.86%: e:\nfshs\Data\Showcase\Art\SLFM5001.QFS - 45.86%: e:\nfshs\Data\Showcase\Art\SLFM5002.QFS - Checking file 45.92%: e:\nfshs\Data\Showcase\Art\SLFM5002.QFS - 45.92%: e:\nfshs\Data\Showcase\Art\SLFM5003.QFS - Checking file 45.98%: e:\nfshs\Data\Showcase\Art\SLFM5003.QFS - 45.98%: e:\nfshs\Data\Showcase\Art\SLFM5004.QFS - Checking file 46.03%: e:\nfshs\Data\Showcase\Art\SLFM5004.QFS - 46.03%: e:\nfshs\Data\Showcase\Art\SLFM5005.QFS - Checking file 46.09%: e:\nfshs\Data\Showcase\Art\SLFM5005.QFS - 46.09%: e:\nfshs\Data\Showcase\Art\SLFM5006.QFS - Checking file 46.15%: e:\nfshs\Data\Showcase\Art\SLFM5006.QFS - 46.15%: e:\nfshs\Data\Showcase\Art\SLJXKR01.QFS - Checking file 46.20%: e:\nfshs\Data\Showcase\Art\SLJXKR01.QFS - 46.20%: e:\nfshs\Data\Showcase\Art\SLJXKR02.QFS - Checking file 46.26%: e:\nfshs\Data\Showcase\Art\SLJXKR02.QFS - 46.26%: e:\nfshs\Data\Showcase\Art\SLJXKR03.QFS - Checking file 46.31%: e:\nfshs\Data\Showcase\Art\SLJXKR03.QFS - 46.31%: e:\nfshs\Data\Showcase\Art\SLJXKR04.QFS - Checking file 46.37%: e:\nfshs\Data\Showcase\Art\SLJXKR04.QFS - 46.37%: e:\nfshs\Data\Showcase\Art\SLJXKR05.QFS - Checking file 46.43%: e:\nfshs\Data\Showcase\Art\SLJXKR05.QFS - 46.43%: e:\nfshs\Data\Showcase\Art\SLJXKR06.QFS - Checking file 46.48%: e:\nfshs\Data\Showcase\Art\SLJXKR06.QFS - 46.48%: e:\nfshs\Data\Showcase\Art\SLLDIA01.QFS - Checking file 46.54%: e:\nfshs\Data\Showcase\Art\SLLDIA01.QFS - 46.54%: e:\nfshs\Data\Showcase\Art\SLLDIA02.QFS - Checking file 46.60%: e:\nfshs\Data\Showcase\Art\SLLDIA02.QFS - 46.60%: e:\nfshs\Data\Showcase\Art\SLLDIA03.QFS - Checking file 46.65%: e:\nfshs\Data\Showcase\Art\SLLDIA03.QFS - 46.65%: e:\nfshs\Data\Showcase\Art\SLLDIA04.QFS - Checking file 46.71%: e:\nfshs\Data\Showcase\Art\SLLDIA04.QFS - 46.71%: e:\nfshs\Data\Showcase\Art\SLLDIA05.QFS - Checking file 46.76%: e:\nfshs\Data\Showcase\Art\SLLDIA05.QFS - 46.76%: e:\nfshs\Data\Showcase\Art\SLLDIA06.QFS - Checking file 46.82%: e:\nfshs\Data\Showcase\Art\SLLDIA06.QFS - 46.82%: e:\nfshs\Data\Showcase\Art\SLMCF101.QFS - Checking file 46.88%: e:\nfshs\Data\Showcase\Art\SLMCF101.QFS - 46.88%: e:\nfshs\Data\Showcase\Art\SLMCF102.QFS - Checking file 46.93%: e:\nfshs\Data\Showcase\Art\SLMCF102.QFS - 46.93%: e:\nfshs\Data\Showcase\Art\SLMCF103.QFS - Checking file 46.99%: e:\nfshs\Data\Showcase\Art\SLMCF103.QFS - 46.99%: e:\nfshs\Data\Showcase\Art\SLMCF104.QFS - Checking file 47.05%: e:\nfshs\Data\Showcase\Art\SLMCF104.QFS - 47.05%: e:\nfshs\Data\Showcase\Art\SLMCF105.QFS - Checking file 47.10%: e:\nfshs\Data\Showcase\Art\SLMCF105.QFS - 47.10%: e:\nfshs\Data\Showcase\Art\SLMCF106.QFS - Checking file 47.16%: e:\nfshs\Data\Showcase\Art\SLMCLK01.QFS - Checking file 47.16%: e:\nfshs\Data\Showcase\Art\SLMCF106.QFS - 47.21%: e:\nfshs\Data\Showcase\Art\SLMCLK01.QFS - 47.21%: e:\nfshs\Data\Showcase\Art\SLMCLK02.QFS - Checking file 47.27%: e:\nfshs\Data\Showcase\Art\SLMCLK02.QFS - 47.27%: e:\nfshs\Data\Showcase\Art\SLMCLK03.QFS - Checking file 47.33%: e:\nfshs\Data\Showcase\Art\SLMCLK03.QFS - 47.33%: e:\nfshs\Data\Showcase\Art\SLMCLK04.QFS - Checking file 47.38%: e:\nfshs\Data\Showcase\Art\SLMCLK04.QFS - 47.38%: e:\nfshs\Data\Showcase\Art\SLMCLK05.QFS - Checking file 47.44%: e:\nfshs\Data\Showcase\Art\SLMCLK05.QFS - 47.44%: e:\nfshs\Data\Showcase\Art\SLMCLK06.QFS - Checking file 47.50%: e:\nfshs\Data\Showcase\Art\SLMCLK06.QFS - 47.50%: e:\nfshs\Data\Showcase\Art\SLMSLK01.QFS - Checking file 47.55%: e:\nfshs\Data\Showcase\Art\SLMSLK01.QFS - 47.55%: e:\nfshs\Data\Showcase\Art\SLMSLK02.QFS - Checking file 47.61%: e:\nfshs\Data\Showcase\Art\SLMSLK02.QFS - 47.61%: e:\nfshs\Data\Showcase\Art\SLMSLK03.QFS - Checking file 47.66%: e:\nfshs\Data\Showcase\Art\SLMSLK03.QFS - 47.66%: e:\nfshs\Data\Showcase\Art\SLMSLK04.QFS - Checking file 47.72%: e:\nfshs\Data\Showcase\Art\SLMSLK04.QFS - 47.72%: e:\nfshs\Data\Showcase\Art\SLMSLK05.QFS - Checking file 47.78%: e:\nfshs\Data\Showcase\Art\SLMSLK05.QFS - 47.78%: e:\nfshs\Data\Showcase\Art\SLMSLK06.QFS - Checking file 47.83%: e:\nfshs\Data\Showcase\Art\SLMSLK06.QFS - 47.83%: e:\nfshs\Data\Showcase\Art\SlNSky01.qfs - Checking file 47.89%: e:\nfshs\Data\Showcase\Art\SlNSky01.qfs - 47.89%: e:\nfshs\Data\Showcase\Art\SlNSky02.qfs - Checking file 47.95%: e:\nfshs\Data\Showcase\Art\SlNSky02.qfs - 47.95%: e:\nfshs\Data\Showcase\Art\SlNsky03.qfs - Checking file 48.00%: e:\nfshs\Data\Showcase\Art\SlNsky03.qfs - 48.00%: e:\nfshs\Data\Showcase\Art\SlNsky04.qfs - Checking file 48.06%: e:\nfshs\Data\Showcase\Art\SlNsky04.qfs - 48.06%: e:\nfshs\Data\Showcase\Art\SlNsky05.qfs - Checking file 48.11%: e:\nfshs\Data\Showcase\Art\SlNsky05.qfs - 48.11%: e:\nfshs\Data\Showcase\Art\SlNsky06.qfs - Checking file 48.17%: e:\nfshs\Data\Showcase\Art\SlNsky06.qfs - 48.17%: e:\nfshs\Data\Showcase\Art\SLP91101.QFS - Checking file 48.23%: e:\nfshs\Data\Showcase\Art\SLP91101.QFS - 48.23%: e:\nfshs\Data\Showcase\Art\SLP91102.QFS - Checking file 48.28%: e:\nfshs\Data\Showcase\Art\SLP91102.QFS - 48.28%: e:\nfshs\Data\Showcase\Art\SLP91103.QFS - Checking file 48.34%: e:\nfshs\Data\Showcase\Art\SLP91103.QFS - 48.34%: e:\nfshs\Data\Showcase\Art\SLP91104.QFS - Checking file 48.40%: e:\nfshs\Data\Showcase\Art\SLP91104.QFS - 48.40%: e:\nfshs\Data\Showcase\Art\SLP91105.QFS - Checking file 48.45%: e:\nfshs\Data\Showcase\Art\SLP91105.QFS - 48.45%: e:\nfshs\Data\Showcase\Art\SLP91106.QFS - Checking file 48.51%: e:\nfshs\Data\Showcase\Art\SLP91106.QFS - 48.51%: e:\nfshs\Data\Showcase\Art\SLPFIR01.QFS - Checking file 48.56%: e:\nfshs\Data\Showcase\Art\SLPFIR01.QFS - 48.56%: e:\nfshs\Data\Showcase\Art\SLPFIR02.QFS - Checking file 48.62%: e:\nfshs\Data\Showcase\Art\SLPFIR02.QFS - 48.62%: e:\nfshs\Data\Showcase\Art\SLPFIR03.QFS - Checking file 48.68%: e:\nfshs\Data\Showcase\Art\SLPFIR03.QFS - 48.68%: e:\nfshs\Data\Showcase\Art\SLPFIR04.QFS - Checking file 48.73%: e:\nfshs\Data\Showcase\Art\SLPFIR04.QFS - 48.73%: e:\nfshs\Data\Showcase\Art\SLPFIR05.QFS - Checking file 48.79%: e:\nfshs\Data\Showcase\Art\SLPFIR05.QFS - 48.79%: e:\nfshs\Data\Showcase\Art\SLPFIR06.QFS - Checking file 48.85%: e:\nfshs\Data\Showcase\Art\SLPFIR06.QFS - 48.85%: e:\nfshs\Data\Tracks\Aquatica\heights.sim - Checking file 48.90%: e:\nfshs\Data\Tracks\Aquatica\heights.sim - 48.90%: e:\nfshs\Data\Tracks\Aquatica\sky.qfs - Checking file 48.96%: e:\nfshs\Data\Tracks\Aquatica\sky.qfs - 48.96%: e:\nfshs\Data\Tracks\Aquatica\spdfa.bin - Checking file 49.02%: e:\nfshs\Data\Tracks\Aquatica\spdfa.bin - 49.02%: e:\nfshs\Data\Tracks\Aquatica\spdRA.bin - Checking file 49.07%: e:\nfshs\Data\Tracks\Aquatica\spdRA.bin - 49.07%: e:\nfshs\Data\Tracks\Aquatica\Tr.cam - Checking file 49.13%: e:\nfshs\Data\Tracks\Aquatica\Tr.cam - 49.13%: e:\nfshs\Data\Tracks\Aquatica\Tr.frd - Checking file 49.18%: e:\nfshs\Data\Tracks\Aquatica\Tr.frd - 49.18%: e:\nfshs\Data\Tracks\Aquatica\Tr.ini - Checking file 49.24%: e:\nfshs\Data\Tracks\Aquatica\Tr.ini - 49.24%: e:\nfshs\Data\Tracks\Aquatica\tr0.qfs - Checking file 49.30%: e:\nfshs\Data\Tracks\Aquatica\tr0.qfs - 49.30%: e:\nfshs\Data\Tracks\Aquatica\Tr00.can - Checking file 49.35%: e:\nfshs\Data\Tracks\Aquatica\Tr00.can - 49.35%: e:\nfshs\Data\Tracks\Aquatica\tr00a.can - Checking file 49.41%: e:\nfshs\Data\Tracks\Aquatica\tr00a.can - 49.41%: e:\nfshs\Data\Tracks\Aquatica\tr01.can - Checking file 49.47%: e:\nfshs\Data\Tracks\Aquatica\tr01.can - 49.47%: e:\nfshs\Data\Tracks\Aquatica\tr02.can - Checking file 49.52%: e:\nfshs\Data\Tracks\Aquatica\tr02.can - 49.52%: e:\nfshs\Data\Tracks\Aquatica\Tr03.can - Checking file 49.58%: e:\nfshs\Data\Tracks\Aquatica\Tr03.can - 49.58%: e:\nfshs\Data\Tracks\Aquatica\tr04.can - Checking file 49.63%: e:\nfshs\Data\Tracks\Aquatica\tr04.can - 49.63%: e:\nfshs\Data\Tracks\Aquatica\Tr05.can - Checking file 49.69%: e:\nfshs\Data\Tracks\Aquatica\Tr05.can - 49.69%: e:\nfshs\Data\Tracks\Aquatica\Tr06.can - Checking file 49.75%: e:\nfshs\Data\Tracks\Aquatica\Tr06.can - 49.75%: e:\nfshs\Data\Tracks\Aquatica\TrN.ini - Checking file 49.80%: e:\nfshs\Data\Tracks\Aquatica\TrN.ini - 49.80%: e:\nfshs\Data\Tracks\Aquatica\TrNW.ini - Checking file 49.86%: e:\nfshs\Data\Tracks\Aquatica\TrNW.ini - 49.86%: e:\nfshs\Data\Tracks\Aquatica\TrW.ini - Checking file 49.92%: e:\nfshs\Data\Tracks\Aquatica\TrW.ini - 49.92%: e:\nfshs\Data\Tracks\Atlantic\heights.sim - Checking file 49.97%: e:\nfshs\Data\Tracks\Atlantic\heights.sim - 49.97%: e:\nfshs\Data\Tracks\Atlantic\sky.qfs - Checking file 50.03%: e:\nfshs\Data\Tracks\Atlantic\sky.qfs - 50.03%: e:\nfshs\Data\Tracks\Atlantic\spdfa.bin - Checking file 50.08%: e:\nfshs\Data\Tracks\Atlantic\spdfa.bin - 50.08%: e:\nfshs\Data\Tracks\Atlantic\spdRA.bin - Checking file 50.14%: e:\nfshs\Data\Tracks\Atlantic\spdRA.bin - 50.14%: e:\nfshs\Data\Tracks\Atlantic\Tr.cam - Checking file 50.20%: e:\nfshs\Data\Tracks\Atlantic\Tr.cam - 50.20%: e:\nfshs\Data\Tracks\Atlantic\Tr.frd - Checking file 50.25%: e:\nfshs\Data\Tracks\Atlantic\Tr.frd - 50.25%: e:\nfshs\Data\Tracks\Atlantic\Tr.ini - Checking file 50.31%: e:\nfshs\Data\Tracks\Atlantic\Tr.ini - 50.31%: e:\nfshs\Data\Tracks\Atlantic\tr0.qfs - Checking file 50.37%: e:\nfshs\Data\Tracks\Atlantic\tr0.qfs - 50.37%: e:\nfshs\Data\Tracks\Atlantic\tr00.can - Checking file 50.42%: e:\nfshs\Data\Tracks\Atlantic\tr00.can - 50.42%: e:\nfshs\Data\Tracks\Atlantic\tr00a.can - Checking file 50.48%: e:\nfshs\Data\Tracks\Atlantic\tr01.can - Checking file 50.48%: e:\nfshs\Data\Tracks\Atlantic\tr00a.can - 50.53%: e:\nfshs\Data\Tracks\Atlantic\tr01.can - 50.53%: e:\nfshs\Data\Tracks\Atlantic\tr02.can - Checking file 50.59%: e:\nfshs\Data\Tracks\Atlantic\tr02.can - 50.59%: e:\nfshs\Data\Tracks\Atlantic\tr03.can - Checking file 50.65%: e:\nfshs\Data\Tracks\Atlantic\tr03.can - 50.65%: e:\nfshs\Data\Tracks\Atlantic\tr04.can - Checking file 50.70%: e:\nfshs\Data\Tracks\Atlantic\tr04.can - 50.70%: e:\nfshs\Data\Tracks\Atlantic\Tr05.can - Checking file 50.76%: e:\nfshs\Data\Tracks\Atlantic\Tr05.can - 50.76%: e:\nfshs\Data\Tracks\Atlantic\Tr06.can - Checking file 50.82%: e:\nfshs\Data\Tracks\Atlantic\Tr06.can - 50.82%: e:\nfshs\Data\Tracks\Atlantic\TrN.ini - Checking file 50.87%: e:\nfshs\Data\Tracks\Atlantic\TrN.ini - 50.87%: e:\nfshs\Data\Tracks\Atlantic\TrNW.ini - Checking file 50.93%: e:\nfshs\Data\Tracks\Atlantic\TrNW.ini - 50.93%: e:\nfshs\Data\Tracks\Atlantic\TrW.ini - Checking file 50.98%: e:\nfshs\Data\Tracks\Atlantic\TrW.ini - 50.98%: e:\nfshs\Data\Tracks\Coastal\heights.sim - Checking file 51.04%: e:\nfshs\Data\Tracks\Coastal\heights.sim - 51.04%: e:\nfshs\Data\Tracks\Coastal\sky.qfs - Checking file 51.10%: e:\nfshs\Data\Tracks\Coastal\sky.qfs - 51.10%: e:\nfshs\Data\Tracks\Coastal\spdFA.bin - Checking file 51.15%: e:\nfshs\Data\Tracks\Coastal\spdFA.bin - 51.15%: e:\nfshs\Data\Tracks\Coastal\spdRA.bin - Checking file 51.21%: e:\nfshs\Data\Tracks\Coastal\spdRA.bin - 51.21%: e:\nfshs\Data\Tracks\Coastal\Tr.cam - Checking file 51.27%: e:\nfshs\Data\Tracks\Coastal\Tr.cam - 51.27%: e:\nfshs\Data\Tracks\Coastal\Tr.frd - Checking file 51.32%: e:\nfshs\Data\Tracks\Coastal\Tr.frd - 51.32%: e:\nfshs\Data\Tracks\Coastal\Tr.ini - Checking file 51.38%: e:\nfshs\Data\Tracks\Coastal\Tr.ini - 51.38%: e:\nfshs\Data\Tracks\Coastal\TR0.qFS - Checking file 51.44%: e:\nfshs\Data\Tracks\Coastal\TR0.qFS - 51.44%: e:\nfshs\Data\Tracks\Coastal\tr00.can - Checking file 51.49%: e:\nfshs\Data\Tracks\Coastal\tr00.can - 51.49%: e:\nfshs\Data\Tracks\Coastal\tr00a.can - Checking file 51.55%: e:\nfshs\Data\Tracks\Coastal\tr00a.can - 51.55%: e:\nfshs\Data\Tracks\Coastal\tr01.can - Checking file 51.60%: e:\nfshs\Data\Tracks\Coastal\tr01.can - 51.60%: e:\nfshs\Data\Tracks\Coastal\tr02.can - Checking file 51.66%: e:\nfshs\Data\Tracks\Coastal\tr02.can - 51.66%: e:\nfshs\Data\Tracks\Coastal\tr03.can - Checking file 51.72%: e:\nfshs\Data\Tracks\Coastal\tr03.can - 51.72%: e:\nfshs\Data\Tracks\Coastal\tr04.can - Checking file 51.77%: e:\nfshs\Data\Tracks\Coastal\tr04.can - 51.77%: e:\nfshs\Data\Tracks\Coastal\Tr05.can - Checking file 51.83%: e:\nfshs\Data\Tracks\Coastal\Tr05.can - 51.83%: e:\nfshs\Data\Tracks\Coastal\Tr06.can - Checking file 51.89%: e:\nfshs\Data\Tracks\Coastal\Tr06.can - 51.89%: e:\nfshs\Data\Tracks\Coastal\Trn.frd - Checking file 51.94%: e:\nfshs\Data\Tracks\Coastal\Trn.frd - 51.94%: e:\nfshs\Data\Tracks\Coastal\TrN.ini - Checking file 52.00%: e:\nfshs\Data\Tracks\Coastal\TrN.ini - 52.00%: e:\nfshs\Data\Tracks\Coastal\TRN0.qFS - Checking file 52.05%: e:\nfshs\Data\Tracks\Coastal\TRN0.qFS - 52.05%: e:\nfshs\Data\Tracks\Coastal\TrNW.ini - Checking file 52.11%: e:\nfshs\Data\Tracks\Coastal\TrNW.ini - 52.11%: e:\nfshs\Data\Tracks\Coastal\TrW.ini - Checking file 52.17%: e:\nfshs\Data\Tracks\Coastal\TrW.ini - 52.17%: e:\nfshs\Data\Tracks\Country\heights.sim - Checking file 52.22%: e:\nfshs\Data\Tracks\Country\heights.sim - 52.22%: e:\nfshs\Data\Tracks\Country\sky.qfs - Checking file 52.28%: e:\nfshs\Data\Tracks\Country\sky.qfs - 52.28%: e:\nfshs\Data\Tracks\Country\spdfa.bin - Checking file 52.34%: e:\nfshs\Data\Tracks\Country\spdfa.bin - 52.34%: e:\nfshs\Data\Tracks\Country\spdRA.bin - Checking file 52.39%: e:\nfshs\Data\Tracks\Country\spdRA.bin - 52.39%: e:\nfshs\Data\Tracks\Country\Tr.cam - Checking file 52.45%: e:\nfshs\Data\Tracks\Country\Tr.cam - 52.45%: e:\nfshs\Data\Tracks\Country\Tr.frd - Checking file 52.50%: e:\nfshs\Data\Tracks\Country\Tr.frd - 52.50%: e:\nfshs\Data\Tracks\Country\Tr.ini - Checking file 52.56%: e:\nfshs\Data\Tracks\Country\Tr.ini - 52.56%: e:\nfshs\Data\Tracks\Country\tr0.qfs - Checking file 52.62%: e:\nfshs\Data\Tracks\Country\tr0.qfs - 52.62%: e:\nfshs\Data\Tracks\Country\tr00.can - Checking file 52.67%: e:\nfshs\Data\Tracks\Country\tr00.can - 52.67%: e:\nfshs\Data\Tracks\Country\tr00a.can - Checking file 52.73%: e:\nfshs\Data\Tracks\Country\tr00a.can - 52.73%: e:\nfshs\Data\Tracks\Country\tr01.can - Checking file 52.79%: e:\nfshs\Data\Tracks\Country\tr01.can - 52.79%: e:\nfshs\Data\Tracks\Country\tr02.can - Checking file 52.84%: e:\nfshs\Data\Tracks\Country\tr02.can - 52.84%: e:\nfshs\Data\Tracks\Country\tr03.can - Checking file 52.90%: e:\nfshs\Data\Tracks\Country\tr03.can - 52.90%: e:\nfshs\Data\Tracks\Country\tr04.can - Checking file 52.95%: e:\nfshs\Data\Tracks\Country\tr04.can - 52.95%: e:\nfshs\Data\Tracks\Country\Tr05.can - Checking file 53.01%: e:\nfshs\Data\Tracks\Country\Tr05.can - 53.01%: e:\nfshs\Data\Tracks\Country\Tr06.can - Checking file 53.07%: e:\nfshs\Data\Tracks\Country\Tr06.can - 53.07%: e:\nfshs\Data\Tracks\Country\TrN.ini - Checking file 53.12%: e:\nfshs\Data\Tracks\Country\TrN.ini - 53.12%: e:\nfshs\Data\Tracks\Country\TrNW.ini - Checking file 53.18%: e:\nfshs\Data\Tracks\Country\TrNW.ini - 53.18%: e:\nfshs\Data\Tracks\Country\TrW.ini - Checking file 53.24%: e:\nfshs\Data\Tracks\Country\TrW.ini - 53.24%: e:\nfshs\Data\Tracks\Empire\heights.sim - Checking file 53.29%: e:\nfshs\Data\Tracks\Empire\heights.sim - 53.29%: e:\nfshs\Data\Tracks\Empire\sky.qfs - Checking file 53.35%: e:\nfshs\Data\Tracks\Empire\spdfa.bin - Checking file 53.35%: e:\nfshs\Data\Tracks\Empire\sky.qfs - 53.40%: e:\nfshs\Data\Tracks\Empire\spdfa.bin - 53.40%: e:\nfshs\Data\Tracks\Empire\spdra.bin - Checking file 53.46%: e:\nfshs\Data\Tracks\Empire\spdra.bin - 53.46%: e:\nfshs\Data\Tracks\Empire\Tr.cam - Checking file 53.52%: e:\nfshs\Data\Tracks\Empire\Tr.cam - 53.52%: e:\nfshs\Data\Tracks\Empire\Tr.frd - Checking file 53.57%: e:\nfshs\Data\Tracks\Empire\Tr.frd - 53.57%: e:\nfshs\Data\Tracks\Empire\Tr.ini - Checking file 53.63%: e:\nfshs\Data\Tracks\Empire\Tr.ini - 53.63%: e:\nfshs\Data\Tracks\Empire\tr0.qfs - Checking file 53.69%: e:\nfshs\Data\Tracks\Empire\tr0.qfs - 53.69%: e:\nfshs\Data\Tracks\Empire\Tr00.can - Checking file 53.74%: e:\nfshs\Data\Tracks\Empire\Tr00.can - 53.74%: e:\nfshs\Data\Tracks\Empire\tr00a.can - Checking file 53.80%: e:\nfshs\Data\Tracks\Empire\tr01.can - Checking file 53.80%: e:\nfshs\Data\Tracks\Empire\tr00a.can - 53.85%: e:\nfshs\Data\Tracks\Empire\tr01.can - 53.85%: e:\nfshs\Data\Tracks\Empire\tr02.can - Checking file 53.91%: e:\nfshs\Data\Tracks\Empire\tr02.can - 53.91%: e:\nfshs\Data\Tracks\Empire\Tr03.can - Checking file 53.97%: e:\nfshs\Data\Tracks\Empire\Tr03.can - 53.97%: e:\nfshs\Data\Tracks\Empire\tr04.can - Checking file 54.02%: e:\nfshs\Data\Tracks\Empire\tr04.can - 54.02%: e:\nfshs\Data\Tracks\Empire\Tr05.can - Checking file 54.08%: e:\nfshs\Data\Tracks\Empire\Tr05.can - 54.08%: e:\nfshs\Data\Tracks\Empire\Tr06.can - Checking file 54.14%: e:\nfshs\Data\Tracks\Empire\Tr06.can - 54.14%: e:\nfshs\Data\Tracks\Empire\TrN.ini - Checking file 54.19%: e:\nfshs\Data\Tracks\Empire\TrN.ini - 54.19%: e:\nfshs\Data\Tracks\Empire\TrNW.ini - Checking file 54.25%: e:\nfshs\Data\Tracks\Empire\TrNW.ini - 54.25%: e:\nfshs\Data\Tracks\Empire\TrW.ini - Checking file 54.31%: e:\nfshs\Data\Tracks\Empire\TrW.ini - 54.31%: e:\nfshs\Data\Tracks\France\heights.sim - Checking file 54.36%: e:\nfshs\Data\Tracks\France\heights.sim - 54.36%: e:\nfshs\Data\Tracks\France\sky.qfs - Checking file 54.42%: e:\nfshs\Data\Tracks\France\sky.qfs - 54.42%: e:\nfshs\Data\Tracks\France\spdB.bin - Checking file 54.47%: e:\nfshs\Data\Tracks\France\spdB.bin - 54.47%: e:\nfshs\Data\Tracks\France\spdfa.bin - Checking file 54.53%: e:\nfshs\Data\Tracks\France\spdfa.bin - 54.53%: e:\nfshs\Data\Tracks\France\spdra.bin - Checking file 54.59%: e:\nfshs\Data\Tracks\France\spdra.bin - 54.59%: e:\nfshs\Data\Tracks\France\Tr.cam - Checking file 54.64%: e:\nfshs\Data\Tracks\France\Tr.cam - 54.64%: e:\nfshs\Data\Tracks\France\Tr.frd - Checking file 54.70%: e:\nfshs\Data\Tracks\France\Tr.frd - 54.70%: e:\nfshs\Data\Tracks\France\Tr.ini - Checking file 54.76%: e:\nfshs\Data\Tracks\France\Tr.ini - 54.76%: e:\nfshs\Data\Tracks\France\tr.vis - Checking file 54.81%: e:\nfshs\Data\Tracks\France\tr.vis - 54.81%: e:\nfshs\Data\Tracks\France\TR0.qFS - Checking file 54.87%: e:\nfshs\Data\Tracks\France\TR0.qFS - 54.87%: e:\nfshs\Data\Tracks\France\Tr00.can - Checking file 54.92%: e:\nfshs\Data\Tracks\France\Tr00.can - 54.92%: e:\nfshs\Data\Tracks\France\Tr00a.can - Checking file 54.98%: e:\nfshs\Data\Tracks\France\Tr00a.can - 54.98%: e:\nfshs\Data\Tracks\France\tr01.can - Checking file 55.04%: e:\nfshs\Data\Tracks\France\tr01.can - 55.04%: e:\nfshs\Data\Tracks\France\tr02.can - Checking file 55.09%: e:\nfshs\Data\Tracks\France\tr02.can - 55.09%: e:\nfshs\Data\Tracks\France\Tr03.can - Checking file 55.15%: e:\nfshs\Data\Tracks\France\Tr03.can - 55.15%: e:\nfshs\Data\Tracks\France\tr04.can - Checking file 55.21%: e:\nfshs\Data\Tracks\France\tr04.can - 55.21%: e:\nfshs\Data\Tracks\France\Tr05.can - Checking file 55.26%: e:\nfshs\Data\Tracks\France\Tr05.can - 55.26%: e:\nfshs\Data\Tracks\France\Tr06.can - Checking file 55.32%: e:\nfshs\Data\Tracks\France\Tr06.can - 55.32%: e:\nfshs\Data\Tracks\France\Trn.frd - Checking file 55.37%: e:\nfshs\Data\Tracks\France\Trn.frd - 55.37%: e:\nfshs\Data\Tracks\France\TrN.ini - Checking file 55.43%: e:\nfshs\Data\Tracks\France\TrN.ini - 55.43%: e:\nfshs\Data\Tracks\France\TRN0.qFS - Checking file 55.49%: e:\nfshs\Data\Tracks\France\TRN0.qFS - 55.49%: e:\nfshs\Data\Tracks\France\TrNW.ini - Checking file 55.54%: e:\nfshs\Data\Tracks\France\TrNW.ini - 55.54%: e:\nfshs\Data\Tracks\France\TrW.ini - Checking file 55.60%: e:\nfshs\Data\Tracks\France\TrW.ini - 55.60%: e:\nfshs\Data\Tracks\Germany\heights.sim - Checking file 55.66%: e:\nfshs\Data\Tracks\Germany\heights.sim - 55.66%: e:\nfshs\Data\Tracks\Germany\sky.qfs - Checking file 55.71%: e:\nfshs\Data\Tracks\Germany\sky.qfs - 55.71%: e:\nfshs\Data\Tracks\Germany\spdfa.bin - Checking file 55.77%: e:\nfshs\Data\Tracks\Germany\spdfa.bin - 55.77%: e:\nfshs\Data\Tracks\Germany\spdra.bin - Checking file 55.82%: e:\nfshs\Data\Tracks\Germany\spdra.bin - 55.82%: e:\nfshs\Data\Tracks\Germany\Tr.cam - Checking file 55.88%: e:\nfshs\Data\Tracks\Germany\Tr.cam - 55.88%: e:\nfshs\Data\Tracks\Germany\Tr.frd - Checking file 55.94%: e:\nfshs\Data\Tracks\Germany\Tr.frd - 55.94%: e:\nfshs\Data\Tracks\Germany\Tr.ini - Checking file 55.99%: e:\nfshs\Data\Tracks\Germany\Tr.ini - 55.99%: e:\nfshs\Data\Tracks\Germany\tr0.qfs - Checking file 56.05%: e:\nfshs\Data\Tracks\Germany\tr0.qfs - 56.05%: e:\nfshs\Data\Tracks\Germany\Tr00.can - Checking file 56.11%: e:\nfshs\Data\Tracks\Germany\Tr00.can - 56.11%: e:\nfshs\Data\Tracks\Germany\tr00a.can - Checking file 56.16%: e:\nfshs\Data\Tracks\Germany\tr00a.can - 56.16%: e:\nfshs\Data\Tracks\Germany\tr01.can - Checking file 56.22%: e:\nfshs\Data\Tracks\Germany\tr01.can - 56.22%: e:\nfshs\Data\Tracks\Germany\tr02.can - Checking file 56.27%: e:\nfshs\Data\Tracks\Germany\tr02.can - 56.27%: e:\nfshs\Data\Tracks\Germany\Tr03.can - Checking file 56.33%: e:\nfshs\Data\Tracks\Germany\Tr03.can - 56.33%: e:\nfshs\Data\Tracks\Germany\tr04.can - Checking file 56.39%: e:\nfshs\Data\Tracks\Germany\tr04.can - 56.39%: e:\nfshs\Data\Tracks\Germany\Tr05.can - Checking file 56.44%: e:\nfshs\Data\Tracks\Germany\Tr05.can - 56.44%: e:\nfshs\Data\Tracks\Germany\Tr06.can - Checking file 56.50%: e:\nfshs\Data\Tracks\Germany\Tr06.can - 56.50%: e:\nfshs\Data\Tracks\Germany\Trn.frd - Checking file 56.56%: e:\nfshs\Data\Tracks\Germany\Trn.frd - 56.56%: e:\nfshs\Data\Tracks\Germany\TrN.ini - Checking file 56.61%: e:\nfshs\Data\Tracks\Germany\TrN.ini - 56.61%: e:\nfshs\Data\Tracks\Germany\TRN0.qFS - Checking file 56.67%: e:\nfshs\Data\Tracks\Germany\TRN0.qFS - 56.67%: e:\nfshs\Data\Tracks\Germany\TrNW.ini - Checking file 56.72%: e:\nfshs\Data\Tracks\Germany\TrNW.ini - 56.72%: e:\nfshs\Data\Tracks\Germany\TrW.ini - Checking file 56.78%: e:\nfshs\Data\Tracks\Germany\TrW.ini - 56.78%: e:\nfshs\Data\Tracks\GT1\heights.sim - Checking file 56.84%: e:\nfshs\Data\Tracks\GT1\heights.sim - 56.84%: e:\nfshs\Data\Tracks\GT1\sky.qfs - Checking file 56.89%: e:\nfshs\Data\Tracks\GT1\sky.qfs - 56.89%: e:\nfshs\Data\Tracks\GT1\spdFA.bin - Checking file 56.95%: e:\nfshs\Data\Tracks\GT1\spdFA.bin - 56.95%: e:\nfshs\Data\Tracks\GT1\spdRA.bin - Checking file 57.01%: e:\nfshs\Data\Tracks\GT1\spdRA.bin - 57.01%: e:\nfshs\Data\Tracks\GT1\Tr.cam - Checking file 57.06%: e:\nfshs\Data\Tracks\GT1\Tr.cam - 57.06%: e:\nfshs\Data\Tracks\GT1\Tr.frd - Checking file 57.12%: e:\nfshs\Data\Tracks\GT1\Tr.frd - 57.12%: e:\nfshs\Data\Tracks\GT1\Tr.ini - Checking file 57.18%: e:\nfshs\Data\Tracks\GT1\Tr.ini - 57.18%: e:\nfshs\Data\Tracks\GT1\TR0.qFS - Checking file 57.23%: e:\nfshs\Data\Tracks\GT1\TR0.qFS - 57.23%: e:\nfshs\Data\Tracks\GT1\Tr00.can - Checking file 57.29%: e:\nfshs\Data\Tracks\GT1\Tr00.can - 57.29%: e:\nfshs\Data\Tracks\GT1\tr00a.can - Checking file 57.34%: e:\nfshs\Data\Tracks\GT1\tr00a.can - 57.34%: e:\nfshs\Data\Tracks\GT1\tr01.can - Checking file 57.40%: e:\nfshs\Data\Tracks\GT1\tr01.can - 57.40%: e:\nfshs\Data\Tracks\GT1\tr02.can - Checking file 57.46%: e:\nfshs\Data\Tracks\GT1\tr02.can - 57.46%: e:\nfshs\Data\Tracks\GT1\Tr03.can - Checking file 57.51%: e:\nfshs\Data\Tracks\GT1\Tr03.can - 57.51%: e:\nfshs\Data\Tracks\GT1\tr04.can - Checking file 57.57%: e:\nfshs\Data\Tracks\GT1\tr04.can - 57.57%: e:\nfshs\Data\Tracks\GT1\Tr05.can - Checking file 57.63%: e:\nfshs\Data\Tracks\GT1\Tr05.can - 57.63%: e:\nfshs\Data\Tracks\GT1\Tr06.can - Checking file 57.68%: e:\nfshs\Data\Tracks\GT1\Tr06.can - 57.68%: e:\nfshs\Data\Tracks\GT1\Trn.frd - Checking file 57.74%: e:\nfshs\Data\Tracks\GT1\TrN.ini - Checking file 57.74%: e:\nfshs\Data\Tracks\GT1\Trn.frd - 57.79%: e:\nfshs\Data\Tracks\GT1\TrN.ini - 57.79%: e:\nfshs\Data\Tracks\GT1\TrNW.ini - Checking file 57.85%: e:\nfshs\Data\Tracks\GT1\TrNW.ini - 57.85%: e:\nfshs\Data\Tracks\GT1\TrW.ini - Checking file 57.91%: e:\nfshs\Data\Tracks\GT1\TrW.ini - 57.91%: e:\nfshs\Data\Tracks\GT2\heights.sim - Checking file 57.96%: e:\nfshs\Data\Tracks\GT2\heights.sim - 57.96%: e:\nfshs\Data\Tracks\GT2\sky.qfs - Checking file 58.02%: e:\nfshs\Data\Tracks\GT2\spdFA.bin - Checking file 58.02%: e:\nfshs\Data\Tracks\GT2\sky.qfs - 58.08%: e:\nfshs\Data\Tracks\GT2\spdFA.bin - 58.08%: e:\nfshs\Data\Tracks\GT2\spdRA.bin - Checking file 58.13%: e:\nfshs\Data\Tracks\GT2\spdRA.bin - 58.13%: e:\nfshs\Data\Tracks\GT2\Tr.cam - Checking file 58.19%: e:\nfshs\Data\Tracks\GT2\Tr.cam - 58.19%: e:\nfshs\Data\Tracks\GT2\Tr.frd - Checking file 58.24%: e:\nfshs\Data\Tracks\GT2\Tr.frd - 58.24%: e:\nfshs\Data\Tracks\GT2\Tr.ini - Checking file 58.30%: e:\nfshs\Data\Tracks\GT2\Tr.ini - 58.30%: e:\nfshs\Data\Tracks\GT2\TR0.qFS - Checking file 58.36%: e:\nfshs\Data\Tracks\GT2\TR0.qFS - 58.36%: e:\nfshs\Data\Tracks\GT2\Tr00.can - Checking file 58.41%: e:\nfshs\Data\Tracks\GT2\Tr00.can - 58.41%: e:\nfshs\Data\Tracks\GT2\tr00a.can - Checking file 58.47%: e:\nfshs\Data\Tracks\GT2\tr00a.can - 58.47%: e:\nfshs\Data\Tracks\GT2\tr01.can - Checking file 58.53%: e:\nfshs\Data\Tracks\GT2\tr01.can - 58.53%: e:\nfshs\Data\Tracks\GT2\tr02.can - Checking file 58.58%: e:\nfshs\Data\Tracks\GT2\tr02.can - 58.58%: e:\nfshs\Data\Tracks\GT2\Tr03.can - Checking file 58.64%: e:\nfshs\Data\Tracks\GT2\Tr03.can - 58.64%: e:\nfshs\Data\Tracks\GT2\tr04.can - Checking file 58.69%: e:\nfshs\Data\Tracks\GT2\tr04.can - 58.69%: e:\nfshs\Data\Tracks\GT2\Tr05.can - Checking file 58.75%: e:\nfshs\Data\Tracks\GT2\Tr05.can - 58.75%: e:\nfshs\Data\Tracks\GT2\Tr06.can - Checking file 58.81%: e:\nfshs\Data\Tracks\GT2\Tr06.can - 58.81%: e:\nfshs\Data\Tracks\GT2\Trn.frd - Checking file 58.86%: e:\nfshs\Data\Tracks\GT2\Trn.frd - 58.86%: e:\nfshs\Data\Tracks\GT2\TrN.ini - Checking file 58.92%: e:\nfshs\Data\Tracks\GT2\TrN.ini - 58.92%: e:\nfshs\Data\Tracks\GT2\TrNW.ini - Checking file 58.98%: e:\nfshs\Data\Tracks\GT2\TrNW.ini - 58.98%: e:\nfshs\Data\Tracks\GT2\TrW.ini - Checking file 59.03%: e:\nfshs\Data\Tracks\GT2\TrW.ini - 59.03%: e:\nfshs\Data\Tracks\GT3\heights.sim - Checking file 59.09%: e:\nfshs\Data\Tracks\GT3\heights.sim - 59.09%: e:\nfshs\Data\Tracks\GT3\sky.qfs - Checking file 59.14%: e:\nfshs\Data\Tracks\GT3\sky.qfs - 59.14%: e:\nfshs\Data\Tracks\GT3\spdFa.bin - Checking file 59.20%: e:\nfshs\Data\Tracks\GT3\spdFa.bin - 59.20%: e:\nfshs\Data\Tracks\GT3\spdRa.bin - Checking file 59.26%: e:\nfshs\Data\Tracks\GT3\spdRa.bin - 59.26%: e:\nfshs\Data\Tracks\GT3\Tr.cam - Checking file 59.31%: e:\nfshs\Data\Tracks\GT3\Tr.cam - 59.31%: e:\nfshs\Data\Tracks\GT3\Tr.frd - Checking file 59.37%: e:\nfshs\Data\Tracks\GT3\Tr.frd - 59.37%: e:\nfshs\Data\Tracks\GT3\Tr.ini - Checking file 59.43%: e:\nfshs\Data\Tracks\GT3\Tr.ini - 59.43%: e:\nfshs\Data\Tracks\GT3\tr0.qfs - Checking file 59.48%: e:\nfshs\Data\Tracks\GT3\tr0.qfs - 59.48%: e:\nfshs\Data\Tracks\GT3\Tr00.can - Checking file 59.54%: e:\nfshs\Data\Tracks\GT3\Tr00.can - 59.54%: e:\nfshs\Data\Tracks\GT3\tr00a.can - Checking file 59.59%: e:\nfshs\Data\Tracks\GT3\tr00a.can - 59.59%: e:\nfshs\Data\Tracks\GT3\tr01.can - Checking file 59.65%: e:\nfshs\Data\Tracks\GT3\tr01.can - 59.65%: e:\nfshs\Data\Tracks\GT3\tr02.can - Checking file 59.71%: e:\nfshs\Data\Tracks\GT3\tr02.can - 59.71%: e:\nfshs\Data\Tracks\GT3\tr03.can - Checking file 59.76%: e:\nfshs\Data\Tracks\GT3\tr03.can - 59.76%: e:\nfshs\Data\Tracks\GT3\tr04.can - Checking file 59.82%: e:\nfshs\Data\Tracks\GT3\tr04.can - 59.82%: e:\nfshs\Data\Tracks\GT3\Tr05.can - Checking file 59.88%: e:\nfshs\Data\Tracks\GT3\Tr05.can - 59.88%: e:\nfshs\Data\Tracks\GT3\Tr06.can - Checking file 59.93%: e:\nfshs\Data\Tracks\GT3\Tr06.can - 59.93%: e:\nfshs\Data\Tracks\GT3\Trn.frd - Checking file 59.99%: e:\nfshs\Data\Tracks\GT3\TrN.ini - Checking file 59.99%: e:\nfshs\Data\Tracks\GT3\Trn.frd - 60.05%: e:\nfshs\Data\Tracks\GT3\TrN.ini - 60.05%: e:\nfshs\Data\Tracks\GT3\TRN0.qFS - Checking file 60.10%: e:\nfshs\Data\Tracks\GT3\TRN0.qFS - 60.10%: e:\nfshs\Data\Tracks\GT3\TrNW.ini - Checking file 60.16%: e:\nfshs\Data\Tracks\GT3\TrNW.ini - 60.16%: e:\nfshs\Data\Tracks\GT3\TrW.ini - Checking file 60.21%: e:\nfshs\Data\Tracks\GT3\TrW.ini - 60.21%: e:\nfshs\Data\Tracks\Hills\heights.sim - Checking file 60.27%: e:\nfshs\Data\Tracks\Hills\heights.sim - 60.27%: e:\nfshs\Data\Tracks\Hills\sky.qfs - Checking file 60.33%: e:\nfshs\Data\Tracks\Hills\spdfa.bin - Checking file 60.33%: e:\nfshs\Data\Tracks\Hills\sky.qfs - 60.38%: e:\nfshs\Data\Tracks\Hills\spdfa.bin - 60.38%: e:\nfshs\Data\Tracks\Hills\spdRa.bin - Checking file 60.44%: e:\nfshs\Data\Tracks\Hills\spdRa.bin - 60.44%: e:\nfshs\Data\Tracks\Hills\Tr.cam - Checking file 60.50%: e:\nfshs\Data\Tracks\Hills\Tr.cam - 60.50%: e:\nfshs\Data\Tracks\Hills\Tr.frd - Checking file 60.55%: e:\nfshs\Data\Tracks\Hills\Tr.frd - 60.55%: e:\nfshs\Data\Tracks\Hills\Tr.ini - Checking file 60.61%: e:\nfshs\Data\Tracks\Hills\Tr.ini - 60.61%: e:\nfshs\Data\Tracks\Hills\TR0.qFS - Checking file 60.66%: e:\nfshs\Data\Tracks\Hills\TR0.qFS - 60.66%: e:\nfshs\Data\Tracks\Hills\tr00.can - Checking file 60.72%: e:\nfshs\Data\Tracks\Hills\tr00.can - 60.72%: e:\nfshs\Data\Tracks\Hills\tr00a.can - Checking file 60.78%: e:\nfshs\Data\Tracks\Hills\tr00a.can - 60.78%: e:\nfshs\Data\Tracks\Hills\tr01.can - Checking file 60.83%: e:\nfshs\Data\Tracks\Hills\tr01.can - 60.83%: e:\nfshs\Data\Tracks\Hills\tr02.can - Checking file 60.89%: e:\nfshs\Data\Tracks\Hills\tr03.can - Checking file 60.89%: e:\nfshs\Data\Tracks\Hills\tr02.can - 60.95%: e:\nfshs\Data\Tracks\Hills\tr03.can - 60.95%: e:\nfshs\Data\Tracks\Hills\tr04.can - Checking file 61.00%: e:\nfshs\Data\Tracks\Hills\tr04.can - 61.00%: e:\nfshs\Data\Tracks\Hills\Tr05.can - Checking file 61.06%: e:\nfshs\Data\Tracks\Hills\Tr05.can - 61.06%: e:\nfshs\Data\Tracks\Hills\Tr06.can - Checking file 61.11%: e:\nfshs\Data\Tracks\Hills\Tr06.can - 61.11%: e:\nfshs\Data\Tracks\Hills\Trn.frd - Checking file 61.17%: e:\nfshs\Data\Tracks\Hills\Trn.frd - 61.17%: e:\nfshs\Data\Tracks\Hills\TrN.ini - Checking file 61.23%: e:\nfshs\Data\Tracks\Hills\TrN.ini - 61.23%: e:\nfshs\Data\Tracks\Hills\trn0.qfs - Checking file 61.28%: e:\nfshs\Data\Tracks\Hills\trn0.qfs - 61.28%: e:\nfshs\Data\Tracks\Hills\TrNW.ini - Checking file 61.34%: e:\nfshs\Data\Tracks\Hills\TrNW.ini - 61.34%: e:\nfshs\Data\Tracks\Hills\TrW.ini - Checking file 61.40%: e:\nfshs\Data\Tracks\Hills\TrW.ini - 61.40%: e:\nfshs\Data\Tracks\Hometown\heights.sim - Checking file 61.45%: e:\nfshs\Data\Tracks\Hometown\heights.sim - 61.45%: e:\nfshs\Data\Tracks\Hometown\sky.qfs - Checking file 61.51%: e:\nfshs\Data\Tracks\Hometown\sky.qfs - 61.51%: e:\nfshs\Data\Tracks\Hometown\spdfa.bin - Checking file 61.56%: e:\nfshs\Data\Tracks\Hometown\spdfa.bin - 61.56%: e:\nfshs\Data\Tracks\Hometown\spdra.bin - Checking file 61.62%: e:\nfshs\Data\Tracks\Hometown\spdra.bin - 61.62%: e:\nfshs\Data\Tracks\Hometown\Tr.cam - Checking file 61.68%: e:\nfshs\Data\Tracks\Hometown\Tr.cam - 61.68%: e:\nfshs\Data\Tracks\Hometown\Tr.frd - Checking file 61.73%: e:\nfshs\Data\Tracks\Hometown\Tr.frd - 61.73%: e:\nfshs\Data\Tracks\Hometown\Tr.ini - Checking file 61.79%: e:\nfshs\Data\Tracks\Hometown\Tr.ini - 61.79%: e:\nfshs\Data\Tracks\Hometown\tr0.qfs - Checking file 61.85%: e:\nfshs\Data\Tracks\Hometown\tr0.qfs - 61.85%: e:\nfshs\Data\Tracks\Hometown\tr00.can - Checking file 61.90%: e:\nfshs\Data\Tracks\Hometown\tr00.can - 61.90%: e:\nfshs\Data\Tracks\Hometown\tr00a.can - Checking file 61.96%: e:\nfshs\Data\Tracks\Hometown\tr00a.can - 61.96%: e:\nfshs\Data\Tracks\Hometown\tr01.can - Checking file 62.01%: e:\nfshs\Data\Tracks\Hometown\tr01.can - 62.01%: e:\nfshs\Data\Tracks\Hometown\tr02.can - Checking file 62.07%: e:\nfshs\Data\Tracks\Hometown\tr02.can - 62.07%: e:\nfshs\Data\Tracks\Hometown\tr03.can - Checking file 62.13%: e:\nfshs\Data\Tracks\Hometown\tr03.can - 62.13%: e:\nfshs\Data\Tracks\Hometown\tr04.can - Checking file 62.18%: e:\nfshs\Data\Tracks\Hometown\tr04.can - 62.18%: e:\nfshs\Data\Tracks\Hometown\Tr05.can - Checking file 62.24%: e:\nfshs\Data\Tracks\Hometown\Tr05.can - 62.24%: e:\nfshs\Data\Tracks\Hometown\Tr06.can - Checking file 62.30%: e:\nfshs\Data\Tracks\Hometown\Tr06.can - 62.30%: e:\nfshs\Data\Tracks\Hometown\TrN.ini - Checking file 62.35%: e:\nfshs\Data\Tracks\Hometown\TrN.ini - 62.35%: e:\nfshs\Data\Tracks\Hometown\TrNW.ini - Checking file 62.41%: e:\nfshs\Data\Tracks\Hometown\TrNW.ini - 62.41%: e:\nfshs\Data\Tracks\Hometown\TrW.ini - Checking file 62.46%: e:\nfshs\Data\Tracks\Hometown\TrW.ini - 62.46%: e:\nfshs\Data\Tracks\LostCany\heights.sim - Checking file 62.52%: e:\nfshs\Data\Tracks\LostCany\heights.sim - 62.52%: e:\nfshs\Data\Tracks\LostCany\sky.qfs - Checking file 62.58%: e:\nfshs\Data\Tracks\LostCany\sky.qfs - 62.58%: e:\nfshs\Data\Tracks\LostCany\spdfa.bin - Checking file 62.63%: e:\nfshs\Data\Tracks\LostCany\spdfa.bin - 62.63%: e:\nfshs\Data\Tracks\LostCany\spdRA.bin - Checking file 62.69%: e:\nfshs\Data\Tracks\LostCany\spdRA.bin - 62.69%: e:\nfshs\Data\Tracks\LostCany\Tr.cam - Checking file 62.75%: e:\nfshs\Data\Tracks\LostCany\Tr.cam - 62.75%: e:\nfshs\Data\Tracks\LostCany\Tr.frd - Checking file 62.80%: e:\nfshs\Data\Tracks\LostCany\Tr.frd - 62.80%: e:\nfshs\Data\Tracks\LostCany\Tr.ini - Checking file 62.86%: e:\nfshs\Data\Tracks\LostCany\Tr.ini - 62.86%: e:\nfshs\Data\Tracks\LostCany\tr0.qfs - Checking file 62.92%: e:\nfshs\Data\Tracks\LostCany\tr0.qfs - 62.92%: e:\nfshs\Data\Tracks\LostCany\Tr00.can - Checking file 62.97%: e:\nfshs\Data\Tracks\LostCany\Tr00.can - 62.97%: e:\nfshs\Data\Tracks\LostCany\tr00a.can - Checking file 63.03%: e:\nfshs\Data\Tracks\LostCany\tr00a.can - 63.03%: e:\nfshs\Data\Tracks\LostCany\tr01.can - Checking file 63.08%: e:\nfshs\Data\Tracks\LostCany\tr01.can - 63.08%: e:\nfshs\Data\Tracks\LostCany\tr02.can - Checking file 63.14%: e:\nfshs\Data\Tracks\LostCany\tr02.can - 63.14%: e:\nfshs\Data\Tracks\LostCany\Tr03.can - Checking file 63.20%: e:\nfshs\Data\Tracks\LostCany\Tr03.can - 63.20%: e:\nfshs\Data\Tracks\LostCany\tr04.can - Checking file 63.25%: e:\nfshs\Data\Tracks\LostCany\tr04.can - 63.25%: e:\nfshs\Data\Tracks\LostCany\Tr05.can - Checking file 63.31%: e:\nfshs\Data\Tracks\LostCany\Tr05.can - 63.31%: e:\nfshs\Data\Tracks\LostCany\Tr06.can - Checking file 63.37%: e:\nfshs\Data\Tracks\LostCany\Tr06.can - 63.37%: e:\nfshs\Data\Tracks\LostCany\TrN.ini - Checking file 63.42%: e:\nfshs\Data\Tracks\LostCany\TrN.ini - 63.42%: e:\nfshs\Data\Tracks\LostCany\TrNW.ini - Checking file 63.48%: e:\nfshs\Data\Tracks\LostCany\TrW.ini - Checking file 63.48%: e:\nfshs\Data\Tracks\LostCany\TrNW.ini - 63.53%: e:\nfshs\Data\Tracks\LostCany\TrW.ini - 63.53%: e:\nfshs\Data\Tracks\Park\heights.sim - Checking file 63.59%: e:\nfshs\Data\Tracks\Park\heights.sim - 63.59%: e:\nfshs\Data\Tracks\Park\sky.qfs - Checking file 63.65%: e:\nfshs\Data\Tracks\Park\sky.qfs - 63.65%: e:\nfshs\Data\Tracks\Park\spdfa.bin - Checking file 63.70%: e:\nfshs\Data\Tracks\Park\spdfa.bin - 63.70%: e:\nfshs\Data\Tracks\Park\spdra.bin - Checking file 63.76%: e:\nfshs\Data\Tracks\Park\spdra.bin - 63.76%: e:\nfshs\Data\Tracks\Park\Tr.cam - Checking file 63.82%: e:\nfshs\Data\Tracks\Park\Tr.cam - 63.82%: e:\nfshs\Data\Tracks\Park\Tr.frd - Checking file 63.87%: e:\nfshs\Data\Tracks\Park\Tr.frd - 63.87%: e:\nfshs\Data\Tracks\Park\Tr.ini - Checking file 63.93%: e:\nfshs\Data\Tracks\Park\Tr.ini - 63.93%: e:\nfshs\Data\Tracks\Park\TR0.qFS - Checking file 63.98%: e:\nfshs\Data\Tracks\Park\tr00.can - Checking file 63.98%: e:\nfshs\Data\Tracks\Park\TR0.qFS - 64.04%: e:\nfshs\Data\Tracks\Park\tr00.can - 64.04%: e:\nfshs\Data\Tracks\Park\tr00a.can - Checking file 64.10%: e:\nfshs\Data\Tracks\Park\tr00a.can - 64.10%: e:\nfshs\Data\Tracks\Park\tr01.can - Checking file 64.15%: e:\nfshs\Data\Tracks\Park\tr01.can - 64.15%: e:\nfshs\Data\Tracks\Park\tr02.can - Checking file 64.21%: e:\nfshs\Data\Tracks\Park\tr03.can - Checking file 64.21%: e:\nfshs\Data\Tracks\Park\tr02.can - 64.27%: e:\nfshs\Data\Tracks\Park\tr03.can - 64.27%: e:\nfshs\Data\Tracks\Park\tr04.can - Checking file 64.32%: e:\nfshs\Data\Tracks\Park\tr04.can - 64.32%: e:\nfshs\Data\Tracks\Park\Tr05.can - Checking file 64.38%: e:\nfshs\Data\Tracks\Park\Tr05.can - 64.38%: e:\nfshs\Data\Tracks\Park\Tr06.can - Checking file 64.43%: e:\nfshs\Data\Tracks\Park\Tr06.can - 64.43%: e:\nfshs\Data\Tracks\Park\Trn.frd - Checking file 64.49%: e:\nfshs\Data\Tracks\Park\Trn.frd - 64.49%: e:\nfshs\Data\Tracks\Park\TrN.ini - Checking file 64.55%: e:\nfshs\Data\Tracks\Park\TrN.ini - 64.55%: e:\nfshs\Data\Tracks\Park\TrNW.ini - Checking file 64.60%: e:\nfshs\Data\Tracks\Park\TrW.ini - Checking file 64.60%: e:\nfshs\Data\Tracks\Park\TrNW.ini - 64.66%: e:\nfshs\Data\Tracks\Park\TrW.ini - 64.66%: e:\nfshs\Data\Tracks\Redrock\heights.sim - Checking file 64.72%: e:\nfshs\Data\Tracks\Redrock\heights.sim - 64.72%: e:\nfshs\Data\Tracks\Redrock\sky.qfs - Checking file 64.77%: e:\nfshs\Data\Tracks\Redrock\sky.qfs - 64.77%: e:\nfshs\Data\Tracks\Redrock\spdfa.bin - Checking file 64.83%: e:\nfshs\Data\Tracks\Redrock\spdfa.bin - 64.83%: e:\nfshs\Data\Tracks\Redrock\spdra.bin - Checking file 64.88%: e:\nfshs\Data\Tracks\Redrock\Tr.cam - Checking file 64.88%: e:\nfshs\Data\Tracks\Redrock\spdra.bin - 64.94%: e:\nfshs\Data\Tracks\Redrock\Tr.cam - 64.94%: e:\nfshs\Data\Tracks\Redrock\Tr.frd - Checking file 65.00%: e:\nfshs\Data\Tracks\Redrock\Tr.frd - 65.00%: e:\nfshs\Data\Tracks\Redrock\Tr.ini - Checking file 65.05%: e:\nfshs\Data\Tracks\Redrock\Tr.ini - 65.05%: e:\nfshs\Data\Tracks\Redrock\tr0.qfs - Checking file 65.11%: e:\nfshs\Data\Tracks\Redrock\tr0.qfs - 65.11%: e:\nfshs\Data\Tracks\Redrock\Tr00.can - Checking file 65.17%: e:\nfshs\Data\Tracks\Redrock\Tr00.can - 65.17%: e:\nfshs\Data\Tracks\Redrock\tr00a.can - Checking file 65.22%: e:\nfshs\Data\Tracks\Redrock\tr00a.can - 65.22%: e:\nfshs\Data\Tracks\Redrock\tr01.can - Checking file 65.28%: e:\nfshs\Data\Tracks\Redrock\tr01.can - 65.28%: e:\nfshs\Data\Tracks\Redrock\tr02.can - Checking file 65.33%: e:\nfshs\Data\Tracks\Redrock\tr02.can - 65.33%: e:\nfshs\Data\Tracks\Redrock\tr03.can - Checking file 65.39%: e:\nfshs\Data\Tracks\Redrock\tr03.can - 65.39%: e:\nfshs\Data\Tracks\Redrock\tr04.can - Checking file 65.45%: e:\nfshs\Data\Tracks\Redrock\Tr05.can - Checking file 65.45%: e:\nfshs\Data\Tracks\Redrock\tr04.can - 65.50%: e:\nfshs\Data\Tracks\Redrock\Tr05.can - 65.50%: e:\nfshs\Data\Tracks\Redrock\Tr06.can - Checking file 65.56%: e:\nfshs\Data\Tracks\Redrock\Tr06.can - 65.56%: e:\nfshs\Data\Tracks\Redrock\TrN.ini - Checking file 65.62%: e:\nfshs\Data\Tracks\Redrock\TrN.ini - 65.62%: e:\nfshs\Data\Tracks\Redrock\TrNW.ini - Checking file 65.67%: e:\nfshs\Data\Tracks\Redrock\TrNW.ini - 65.67%: e:\nfshs\Data\Tracks\Redrock\TrW.ini - Checking file 65.73%: e:\nfshs\Data\Tracks\Redrock\TrW.ini - 65.73%: e:\nfshs\Data\Tracks\Rockypas\heights.sim - Checking file 65.79%: e:\nfshs\Data\Tracks\Rockypas\heights.sim - 65.79%: e:\nfshs\Data\Tracks\Rockypas\sky.qfs - Checking file 65.84%: e:\nfshs\Data\Tracks\Rockypas\sky.qfs - 65.84%: e:\nfshs\Data\Tracks\Rockypas\spdfa.bin - Checking file 65.90%: e:\nfshs\Data\Tracks\Rockypas\spdfa.bin - 65.90%: e:\nfshs\Data\Tracks\Rockypas\spdRa.bin - Checking file 65.95%: e:\nfshs\Data\Tracks\Rockypas\spdRa.bin - 65.95%: e:\nfshs\Data\Tracks\Rockypas\Tr.cam - Checking file 66.01%: e:\nfshs\Data\Tracks\Rockypas\Tr.cam - 66.01%: e:\nfshs\Data\Tracks\Rockypas\Tr.frd - Checking file 66.07%: e:\nfshs\Data\Tracks\Rockypas\Tr.frd - 66.07%: e:\nfshs\Data\Tracks\Rockypas\Tr.ini - Checking file 66.12%: e:\nfshs\Data\Tracks\Rockypas\Tr.ini - 66.12%: e:\nfshs\Data\Tracks\Rockypas\tr0.qfs - Checking file 66.18%: e:\nfshs\Data\Tracks\Rockypas\tr0.qfs - 66.18%: e:\nfshs\Data\Tracks\Rockypas\tr00.can - Checking file 66.24%: e:\nfshs\Data\Tracks\Rockypas\tr00a.can - Checking file 66.24%: e:\nfshs\Data\Tracks\Rockypas\tr00.can - 66.29%: e:\nfshs\Data\Tracks\Rockypas\tr00a.can - 66.29%: e:\nfshs\Data\Tracks\Rockypas\tr01.can - Checking file 66.35%: e:\nfshs\Data\Tracks\Rockypas\tr01.can - 66.35%: e:\nfshs\Data\Tracks\Rockypas\tr02.can - Checking file 66.40%: e:\nfshs\Data\Tracks\Rockypas\tr02.can - 66.40%: e:\nfshs\Data\Tracks\Rockypas\tr03.can - Checking file 66.46%: e:\nfshs\Data\Tracks\Rockypas\tr03.can - 66.46%: e:\nfshs\Data\Tracks\Rockypas\tr04.can - Checking file 66.52%: e:\nfshs\Data\Tracks\Rockypas\tr04.can - 66.52%: e:\nfshs\Data\Tracks\Rockypas\Tr05.can - Checking file 66.57%: e:\nfshs\Data\Tracks\Rockypas\Tr05.can - 66.57%: e:\nfshs\Data\Tracks\Rockypas\Tr06.can - Checking file 66.63%: e:\nfshs\Data\Tracks\Rockypas\Tr06.can - 66.63%: e:\nfshs\Data\Tracks\Rockypas\TrN.ini - Checking file 66.69%: e:\nfshs\Data\Tracks\Rockypas\TrN.ini - 66.69%: e:\nfshs\Data\Tracks\Rockypas\TrNW.ini - Checking file 66.74%: e:\nfshs\Data\Tracks\Rockypas\TrNW.ini - 66.74%: e:\nfshs\Data\Tracks\Rockypas\TrW.ini - Checking file 66.80%: e:\nfshs\Data\Tracks\Rockypas\TrW.ini - 66.80%: e:\nfshs\Data\Tracks\Snowy\heights.sim - Checking file 66.85%: e:\nfshs\Data\Tracks\Snowy\heights.sim - 66.85%: e:\nfshs\Data\Tracks\Snowy\sky.qfs - Checking file 66.91%: e:\nfshs\Data\Tracks\Snowy\sky.qfs - 66.91%: e:\nfshs\Data\Tracks\Snowy\spdfa.bin - Checking file 66.97%: e:\nfshs\Data\Tracks\Snowy\spdfa.bin - 66.97%: e:\nfshs\Data\Tracks\Snowy\spdra.bin - Checking file 67.02%: e:\nfshs\Data\Tracks\Snowy\spdra.bin - 67.02%: e:\nfshs\Data\Tracks\Snowy\Tr.cam - Checking file 67.08%: e:\nfshs\Data\Tracks\Snowy\Tr.cam - 67.08%: e:\nfshs\Data\Tracks\Snowy\Tr.frd - Checking file 67.14%: e:\nfshs\Data\Tracks\Snowy\Tr.frd - 67.14%: e:\nfshs\Data\Tracks\Snowy\Tr.ini - Checking file 67.19%: e:\nfshs\Data\Tracks\Snowy\TR0.qFS - Checking file 67.19%: e:\nfshs\Data\Tracks\Snowy\Tr.ini - 67.25%: e:\nfshs\Data\Tracks\Snowy\TR0.qFS - 67.25%: e:\nfshs\Data\Tracks\Snowy\Tr00.can - Checking file 67.30%: e:\nfshs\Data\Tracks\Snowy\Tr00.can - 67.30%: e:\nfshs\Data\Tracks\Snowy\tr00a.can - Checking file 67.36%: e:\nfshs\Data\Tracks\Snowy\tr00a.can - 67.36%: e:\nfshs\Data\Tracks\Snowy\tr01.can - Checking file 67.42%: e:\nfshs\Data\Tracks\Snowy\tr01.can - 67.42%: e:\nfshs\Data\Tracks\Snowy\tr02.can - Checking file 67.47%: e:\nfshs\Data\Tracks\Snowy\tr02.can - 67.47%: e:\nfshs\Data\Tracks\Snowy\tr03.can - Checking file 67.53%: e:\nfshs\Data\Tracks\Snowy\tr03.can - 67.53%: e:\nfshs\Data\Tracks\Snowy\tr04.can - Checking file 67.59%: e:\nfshs\Data\Tracks\Snowy\Tr05.can - Checking file 67.59%: e:\nfshs\Data\Tracks\Snowy\tr04.can - 67.64%: e:\nfshs\Data\Tracks\Snowy\Tr05.can - 67.64%: e:\nfshs\Data\Tracks\Snowy\Tr06.can - Checking file 67.70%: e:\nfshs\Data\Tracks\Snowy\Tr06.can - 67.70%: e:\nfshs\Data\Tracks\Snowy\Trn.frd - Checking file 67.75%: e:\nfshs\Data\Tracks\Snowy\Trn.frd - 67.75%: e:\nfshs\Data\Tracks\Snowy\TrN.ini - Checking file 67.81%: e:\nfshs\Data\Tracks\Snowy\TrN.ini - 67.81%: e:\nfshs\Data\Tracks\Snowy\TRN0.qFS - Checking file 67.87%: e:\nfshs\Data\Tracks\Snowy\TRN0.qFS - 67.87%: e:\nfshs\Data\Tracks\Snowy\TrNW.ini - Checking file 67.92%: e:\nfshs\Data\Tracks\Snowy\TrNW.ini - 67.92%: e:\nfshs\Data\Tracks\Snowy\TrW.ini - Checking file 67.98%: e:\nfshs\Data\Tracks\Snowy\TrW.ini - 67.98%: e:\nfshs\Data\Tracks\Summit\heights.sim - Checking file 68.04%: e:\nfshs\Data\Tracks\Summit\heights.sim - 68.04%: e:\nfshs\Data\Tracks\Summit\sky.qfs - Checking file 68.09%: e:\nfshs\Data\Tracks\Summit\spdfa.bin - Checking file 68.09%: e:\nfshs\Data\Tracks\Summit\sky.qfs - 68.15%: e:\nfshs\Data\Tracks\Summit\spdfa.bin - 68.15%: e:\nfshs\Data\Tracks\Summit\spdra.bin - Checking file 68.20%: e:\nfshs\Data\Tracks\Summit\spdra.bin - 68.20%: e:\nfshs\Data\Tracks\Summit\Tr.cam - Checking file 68.26%: e:\nfshs\Data\Tracks\Summit\Tr.frd - Checking file 68.26%: e:\nfshs\Data\Tracks\Summit\Tr.cam - 68.32%: e:\nfshs\Data\Tracks\Summit\Tr.frd - 68.32%: e:\nfshs\Data\Tracks\Summit\Tr.ini - Checking file 68.37%: e:\nfshs\Data\Tracks\Summit\Tr.ini - 68.37%: e:\nfshs\Data\Tracks\Summit\tr0.qfs - Checking file 68.43%: e:\nfshs\Data\Tracks\Summit\tr0.qfs - 68.43%: e:\nfshs\Data\Tracks\Summit\Tr00.can - Checking file 68.49%: e:\nfshs\Data\Tracks\Summit\Tr00.can - 68.49%: e:\nfshs\Data\Tracks\Summit\Tr00a.can - Checking file 68.54%: e:\nfshs\Data\Tracks\Summit\Tr00a.can - 68.54%: e:\nfshs\Data\Tracks\Summit\tr01.can - Checking file 68.60%: e:\nfshs\Data\Tracks\Summit\tr01.can - 68.60%: e:\nfshs\Data\Tracks\Summit\tr02.can - Checking file 68.66%: e:\nfshs\Data\Tracks\Summit\tr02.can - 68.66%: e:\nfshs\Data\Tracks\Summit\Tr03.can - Checking file 68.71%: e:\nfshs\Data\Tracks\Summit\tr04.can - Checking file 68.71%: e:\nfshs\Data\Tracks\Summit\Tr03.can - 68.77%: e:\nfshs\Data\Tracks\Summit\tr04.can - 68.77%: e:\nfshs\Data\Tracks\Summit\Tr05.can - Checking file 68.82%: e:\nfshs\Data\Tracks\Summit\Tr05.can - 68.82%: e:\nfshs\Data\Tracks\Summit\Tr06.can - Checking file 68.88%: e:\nfshs\Data\Tracks\Summit\Tr06.can - 68.88%: e:\nfshs\Data\Tracks\Summit\TrN.ini - Checking file 68.94%: e:\nfshs\Data\Tracks\Summit\TrN.ini - 68.94%: e:\nfshs\Data\Tracks\Summit\TrNW.ini - Checking file 68.99%: e:\nfshs\Data\Tracks\Summit\TrNW.ini - 68.99%: e:\nfshs\Data\Tracks\Summit\TrW.ini - Checking file 69.05%: e:\nfshs\Data\Tracks\Summit\TrW.ini - 69.05%: e:\nfshs\Data\Tracks\Uk\heights.sim - Checking file 69.11%: e:\nfshs\Data\Tracks\Uk\heights.sim - 69.11%: e:\nfshs\Data\Tracks\Uk\sky.qfs - Checking file 69.16%: e:\nfshs\Data\Tracks\Uk\sky.qfs - 69.16%: e:\nfshs\Data\Tracks\Uk\spdFa.bin - Checking file 69.22%: e:\nfshs\Data\Tracks\Uk\spdFa.bin - 69.22%: e:\nfshs\Data\Tracks\Uk\spdra.bin - Checking file 69.27%: e:\nfshs\Data\Tracks\Uk\spdra.bin - 69.27%: e:\nfshs\Data\Tracks\Uk\Tr.cam - Checking file 69.33%: e:\nfshs\Data\Tracks\Uk\Tr.frd - Checking file 69.33%: e:\nfshs\Data\Tracks\Uk\Tr.cam - 69.39%: e:\nfshs\Data\Tracks\Uk\Tr.frd - 69.39%: e:\nfshs\Data\Tracks\Uk\Tr.ini - Checking file 69.44%: e:\nfshs\Data\Tracks\Uk\Tr.ini - 69.44%: e:\nfshs\Data\Tracks\Uk\TR0.qFS - Checking file 69.50%: e:\nfshs\Data\Tracks\Uk\TR0.qFS - 69.50%: e:\nfshs\Data\Tracks\Uk\Tr00.can - Checking file 69.56%: e:\nfshs\Data\Tracks\Uk\Tr00.can - 69.56%: e:\nfshs\Data\Tracks\Uk\tr00a.can - Checking file 69.61%: e:\nfshs\Data\Tracks\Uk\tr00a.can - 69.61%: e:\nfshs\Data\Tracks\Uk\tr01.can - Checking file 69.67%: e:\nfshs\Data\Tracks\Uk\tr01.can - 69.67%: e:\nfshs\Data\Tracks\Uk\tr02.can - Checking file 69.72%: e:\nfshs\Data\Tracks\Uk\tr02.can - 69.72%: e:\nfshs\Data\Tracks\Uk\Tr03.can - Checking file 69.78%: e:\nfshs\Data\Tracks\Uk\tr04.can - Checking file 69.78%: e:\nfshs\Data\Tracks\Uk\Tr03.can - 69.84%: e:\nfshs\Data\Tracks\Uk\tr04.can - 69.84%: e:\nfshs\Data\Tracks\Uk\Tr05.can - Checking file 69.89%: e:\nfshs\Data\Tracks\Uk\Tr05.can - 69.89%: e:\nfshs\Data\Tracks\Uk\Tr06.can - Checking file 69.95%: e:\nfshs\Data\Tracks\Uk\Tr06.can - 69.95%: e:\nfshs\Data\Tracks\Uk\Trn.frd - Checking file 70.01%: e:\nfshs\Data\Tracks\Uk\Trn.frd - 70.01%: e:\nfshs\Data\Tracks\Uk\TrN.ini - Checking file 70.06%: e:\nfshs\Data\Tracks\Uk\TRN0.qFS - Checking file 70.06%: e:\nfshs\Data\Tracks\Uk\TrN.ini - 70.12%: e:\nfshs\Data\Tracks\Uk\TRN0.qFS - 70.12%: e:\nfshs\Data\Tracks\Uk\TrNW.ini - Checking file 70.17%: e:\nfshs\Data\Tracks\Uk\TrNW.ini - 70.17%: e:\nfshs\Data\Tracks\Uk\TrW.ini - Checking file 70.23%: e:\nfshs\Data\Tracks\Uk\TrW.ini - 70.23%: e:\nfshs\Data\Audio\Speech\British\c1tloc12.bnk - Checking file 70.29%: e:\nfshs\Data\Audio\Speech\British\c1tloc12.bnk - 70.29%: e:\nfshs\Data\Audio\Speech\British\c1tloc14.bnk - Checking file 70.34%: e:\nfshs\Data\Audio\Speech\British\c1tloc14.bnk - 70.34%: e:\nfshs\Data\Audio\Speech\British\c2tloc12.bnk - Checking file 70.40%: e:\nfshs\Data\Audio\Speech\British\c2tloc12.bnk - 70.40%: e:\nfshs\Data\Audio\Speech\British\c2tloc14.bnk - Checking file 70.46%: e:\nfshs\Data\Audio\Speech\British\c3tloc12.bnk - Checking file 70.46%: e:\nfshs\Data\Audio\Speech\British\c2tloc14.bnk - 70.51%: e:\nfshs\Data\Audio\Speech\British\c3tloc14.bnk - Checking file 70.51%: e:\nfshs\Data\Audio\Speech\British\c3tloc12.bnk - 70.57%: e:\nfshs\Data\Audio\Speech\British\c3tloc14.bnk - 70.57%: e:\nfshs\Data\Audio\Speech\British\copspch1.bnk - Checking file 70.62%: e:\nfshs\Data\Audio\Speech\British\copspch1.bnk - 70.62%: e:\nfshs\Data\Audio\Speech\British\copspch2.bnk - Checking file 70.68%: e:\nfshs\Data\Audio\Speech\British\copspch2.bnk - 70.68%: e:\nfshs\Data\Audio\Speech\British\copspch3.bnk - Checking file 70.74%: e:\nfshs\Data\Audio\Speech\British\copspch3.bnk - 70.74%: e:\nfshs\Data\Audio\Speech\British\copspch4.bnk - Checking file 70.79%: e:\nfshs\Data\Audio\Speech\British\copspch4.bnk - 70.79%: e:\nfshs\Data\Audio\Speech\British\copspch5.bnk - Checking file 70.85%: e:\nfshs\Data\Audio\Speech\British\copspch5.bnk - 70.85%: e:\nfshs\Data\Audio\Speech\British\copspch6.bnk - Checking file 70.91%: e:\nfshs\Data\Audio\Speech\British\copspch6.bnk - 70.91%: e:\nfshs\Data\Audio\Speech\British\DispA.bnk - Checking file 70.96%: e:\nfshs\Data\Audio\Speech\British\DispA.bnk - 70.96%: e:\nfshs\Data\Audio\Speech\British\Dptloc12.bnk - Checking file 71.02%: e:\nfshs\Data\Audio\Speech\British\Dptloc14.bnk - Checking file 71.02%: e:\nfshs\Data\Audio\Speech\British\Dptloc12.bnk - 71.07%: e:\nfshs\Data\Audio\Speech\British\Dptloc14.bnk - 71.07%: e:\nfshs\Data\Audio\Speech\British\HcTloc12.bnk - Checking file 71.13%: e:\nfshs\Data\Audio\Speech\British\HcTloc12.bnk - 71.13%: e:\nfshs\Data\Audio\Speech\British\HcTloc14.bnk - Checking file 71.19%: e:\nfshs\Data\Audio\Speech\British\HcTloc14.bnk - 71.19%: e:\nfshs\Data\Audio\Speech\British\Helicop.bnk - Checking file 71.24%: e:\nfshs\Data\Audio\Speech\British\Helicop.bnk - 71.24%: e:\nfshs\Data\Audio\Speech\British\officera.bnk - Checking file 71.30%: e:\nfshs\Data\Audio\Speech\British\officera.bnk - 71.30%: e:\nfshs\Data\Audio\Speech\British\officerb.bnk - Checking file 71.36%: e:\nfshs\Data\Audio\Speech\British\officerb.bnk - 71.36%: e:\nfshs\Data\Audio\Speech\British\officerc.bnk - Checking file 71.41%: e:\nfshs\Data\Audio\Speech\British\officerc.bnk - 71.41%: e:\nfshs\Data\Audio\Speech\British\officerd.bnk - Checking file 71.47%: e:\nfshs\Data\Audio\Speech\British\officerd.bnk - 71.47%: e:\nfshs\Data\Audio\Speech\British\officere.bnk - Checking file 71.53%: e:\nfshs\Data\Audio\Speech\British\officere.bnk - 71.53%: e:\nfshs\Data\Audio\Speech\British\officerf.bnk - Checking file 71.58%: e:\nfshs\Data\Audio\Speech\British\officerf.bnk - 71.58%: e:\nfshs\Data\Audio\Speech\English\C1Tloc00.bnk - Checking file 71.64%: e:\nfshs\Data\Audio\Speech\English\C1Tloc00.bnk - 71.64%: e:\nfshs\Data\Audio\Speech\English\C1Tloc01.bnk - Checking file 71.69%: e:\nfshs\Data\Audio\Speech\English\C1Tloc01.bnk - 71.69%: e:\nfshs\Data\Audio\Speech\English\C1Tloc02.bnk - Checking file 71.75%: e:\nfshs\Data\Audio\Speech\English\C1Tloc02.bnk - 71.75%: e:\nfshs\Data\Audio\Speech\English\C1Tloc03.bnk - Checking file 71.81%: e:\nfshs\Data\Audio\Speech\English\C1Tloc03.bnk - 71.81%: e:\nfshs\Data\Audio\Speech\English\C1Tloc08.bnk - Checking file 71.86%: e:\nfshs\Data\Audio\Speech\English\C1Tloc08.bnk - 71.86%: e:\nfshs\Data\Audio\Speech\English\C1Tloc10.bnk - Checking file 71.92%: e:\nfshs\Data\Audio\Speech\English\C1Tloc10.bnk - 71.92%: e:\nfshs\Data\Audio\Speech\English\c1tloc11.bnk - Checking file 71.98%: e:\nfshs\Data\Audio\Speech\English\c1tloc11.bnk - 71.98%: e:\nfshs\Data\Audio\Speech\English\c1tloc12.bnk - Checking file 72.03%: e:\nfshs\Data\Audio\Speech\English\c1tloc12.bnk - 72.03%: e:\nfshs\Data\Audio\Speech\English\c1tloc13.bnk - Checking file 72.09%: e:\nfshs\Data\Audio\Speech\English\c1tloc13.bnk - 72.09%: e:\nfshs\Data\Audio\Speech\English\c1tloc14.bnk - Checking file 72.14%: e:\nfshs\Data\Audio\Speech\English\c1tloc14.bnk - 72.14%: e:\nfshs\Data\Audio\Speech\English\c1tloc15.bnk - Checking file 72.20%: e:\nfshs\Data\Audio\Speech\English\c1tloc15.bnk - 72.20%: e:\nfshs\Data\Audio\Speech\English\c1tloc16.bnk - Checking file 72.26%: e:\nfshs\Data\Audio\Speech\English\c1tloc16.bnk - 72.26%: e:\nfshs\Data\Audio\Speech\English\C2Tloc00.bnk - Checking file 72.31%: e:\nfshs\Data\Audio\Speech\English\C2Tloc00.bnk - 72.31%: e:\nfshs\Data\Audio\Speech\English\C2Tloc01.bnk - Checking file 72.37%: e:\nfshs\Data\Audio\Speech\English\C2Tloc01.bnk - 72.37%: e:\nfshs\Data\Audio\Speech\English\C2Tloc02.bnk - Checking file 72.43%: e:\nfshs\Data\Audio\Speech\English\C2Tloc03.bnk - Checking file 72.43%: e:\nfshs\Data\Audio\Speech\English\C2Tloc02.bnk - 72.48%: e:\nfshs\Data\Audio\Speech\English\C2Tloc03.bnk - 72.48%: e:\nfshs\Data\Audio\Speech\English\C2Tloc08.bnk - Checking file 72.54%: e:\nfshs\Data\Audio\Speech\English\c2tloc10.bnk - Checking file 72.54%: e:\nfshs\Data\Audio\Speech\English\C2Tloc08.bnk - 72.59%: e:\nfshs\Data\Audio\Speech\English\c2tloc10.bnk - 72.59%: e:\nfshs\Data\Audio\Speech\English\c2tloc11.bnk - Checking file 72.65%: e:\nfshs\Data\Audio\Speech\English\c2tloc11.bnk - 72.65%: e:\nfshs\Data\Audio\Speech\English\c2tloc12.bnk - Checking file 72.71%: e:\nfshs\Data\Audio\Speech\English\c2tloc12.bnk - 72.71%: e:\nfshs\Data\Audio\Speech\English\c2tloc13.bnk - Checking file 72.76%: e:\nfshs\Data\Audio\Speech\English\c2tloc13.bnk - 72.76%: e:\nfshs\Data\Audio\Speech\English\c2tloc14.bnk - Checking file 72.82%: e:\nfshs\Data\Audio\Speech\English\c2tloc14.bnk - 72.82%: e:\nfshs\Data\Audio\Speech\English\c2tloc15.bnk - Checking file 72.88%: e:\nfshs\Data\Audio\Speech\English\c2tloc15.bnk - 72.88%: e:\nfshs\Data\Audio\Speech\English\c2tloc16.bnk - Checking file 72.93%: e:\nfshs\Data\Audio\Speech\English\C3Tloc00.bnk - Checking file 72.93%: e:\nfshs\Data\Audio\Speech\English\c2tloc16.bnk - 72.99%: e:\nfshs\Data\Audio\Speech\English\C3Tloc00.bnk - 72.99%: e:\nfshs\Data\Audio\Speech\English\C3Tloc01.bnk - Checking file 73.04%: e:\nfshs\Data\Audio\Speech\English\C3Tloc01.bnk - 73.04%: e:\nfshs\Data\Audio\Speech\English\C3Tloc02.bnk - Checking file 73.10%: e:\nfshs\Data\Audio\Speech\English\C3Tloc02.bnk - 73.10%: e:\nfshs\Data\Audio\Speech\English\C3Tloc03.bnk - Checking file 73.16%: e:\nfshs\Data\Audio\Speech\English\C3Tloc03.bnk - 73.16%: e:\nfshs\Data\Audio\Speech\English\C3Tloc08.bnk - Checking file 73.21%: e:\nfshs\Data\Audio\Speech\English\C3Tloc08.bnk - 73.21%: e:\nfshs\Data\Audio\Speech\English\c3tloc10.bnk - Checking file 73.27%: e:\nfshs\Data\Audio\Speech\English\c3tloc10.bnk - 73.27%: e:\nfshs\Data\Audio\Speech\English\c3tloc11.bnk - Checking file 73.33%: e:\nfshs\Data\Audio\Speech\English\c3tloc11.bnk - 73.33%: e:\nfshs\Data\Audio\Speech\English\c3tloc12.bnk - Checking file 73.38%: e:\nfshs\Data\Audio\Speech\English\c3tloc12.bnk - 73.38%: e:\nfshs\Data\Audio\Speech\English\c3tloc13.bnk - Checking file 73.44%: e:\nfshs\Data\Audio\Speech\English\c3tloc13.bnk - 73.44%: e:\nfshs\Data\Audio\Speech\English\c3tloc14.bnk - Checking file 73.49%: e:\nfshs\Data\Audio\Speech\English\c3tloc14.bnk - 73.49%: e:\nfshs\Data\Audio\Speech\English\c3tloc15.bnk - Checking file 73.55%: e:\nfshs\Data\Audio\Speech\English\c3tloc15.bnk - 73.55%: e:\nfshs\Data\Audio\Speech\English\c3tloc16.bnk - Checking file 73.61%: e:\nfshs\Data\Audio\Speech\English\c3tloc16.bnk - 73.61%: e:\nfshs\Data\Audio\Speech\English\cnteng.bnk - Checking file 73.66%: e:\nfshs\Data\Audio\Speech\English\cnteng.bnk - 73.66%: e:\nfshs\Data\Audio\Speech\English\copspch.bnk - Checking file 73.72%: e:\nfshs\Data\Audio\Speech\English\copspch.bnk - 73.72%: e:\nfshs\Data\Audio\Speech\English\copspch1.bnk - Checking file 73.78%: e:\nfshs\Data\Audio\Speech\English\copspch2.bnk - Checking file 73.78%: e:\nfshs\Data\Audio\Speech\English\copspch1.bnk - 73.83%: e:\nfshs\Data\Audio\Speech\English\copspch2.bnk - 73.83%: e:\nfshs\Data\Audio\Speech\English\copspch3.bnk - Checking file 73.89%: e:\nfshs\Data\Audio\Speech\English\copspch3.bnk - 73.89%: e:\nfshs\Data\Audio\Speech\English\copspch4.bnk - Checking file 73.94%: e:\nfshs\Data\Audio\Speech\English\copspch4.bnk - 73.94%: e:\nfshs\Data\Audio\Speech\English\copspch5.bnk - Checking file 74.00%: e:\nfshs\Data\Audio\Speech\English\copspch5.bnk - 74.00%: e:\nfshs\Data\Audio\Speech\English\copspch6.bnk - Checking file 74.06%: e:\nfshs\Data\Audio\Speech\English\copspch6.bnk - 74.06%: e:\nfshs\Data\Audio\Speech\English\DispA.bnk - Checking file 74.11%: e:\nfshs\Data\Audio\Speech\English\DispA.bnk - 74.11%: e:\nfshs\Data\Audio\Speech\English\Dispatch.bnk - Checking file 74.17%: e:\nfshs\Data\Audio\Speech\English\Dispatch.bnk - 74.17%: e:\nfshs\Data\Audio\Speech\English\DpTloc00.bnk - Checking file 74.23%: e:\nfshs\Data\Audio\Speech\English\DpTloc00.bnk - 74.23%: e:\nfshs\Data\Audio\Speech\English\DpTloc01.bnk - Checking file 74.28%: e:\nfshs\Data\Audio\Speech\English\DpTloc01.bnk - 74.28%: e:\nfshs\Data\Audio\Speech\English\DpTloc02.bnk - Checking file 74.34%: e:\nfshs\Data\Audio\Speech\English\DpTloc02.bnk - 74.34%: e:\nfshs\Data\Audio\Speech\English\DpTloc03.bnk - Checking file 74.40%: e:\nfshs\Data\Audio\Speech\English\DpTloc03.bnk - 74.40%: e:\nfshs\Data\Audio\Speech\English\DpTloc08.bnk - Checking file 74.45%: e:\nfshs\Data\Audio\Speech\English\DpTloc10.bnk - Checking file 74.45%: e:\nfshs\Data\Audio\Speech\English\DpTloc08.bnk - 74.51%: e:\nfshs\Data\Audio\Speech\English\DpTloc10.bnk - 74.51%: e:\nfshs\Data\Audio\Speech\English\Dptloc11.bnk - Checking file 74.56%: e:\nfshs\Data\Audio\Speech\English\Dptloc11.bnk - 74.56%: e:\nfshs\Data\Audio\Speech\English\Dptloc12.bnk - Checking file 74.62%: e:\nfshs\Data\Audio\Speech\English\Dptloc12.bnk - 74.62%: e:\nfshs\Data\Audio\Speech\English\Dptloc13.bnk - Checking file 74.68%: e:\nfshs\Data\Audio\Speech\English\Dptloc13.bnk - 74.68%: e:\nfshs\Data\Audio\Speech\English\Dptloc14.bnk - Checking file 74.73%: e:\nfshs\Data\Audio\Speech\English\Dptloc14.bnk - 74.73%: e:\nfshs\Data\Audio\Speech\English\Dptloc15.bnk - Checking file 74.79%: e:\nfshs\Data\Audio\Speech\English\Dptloc15.bnk - 74.79%: e:\nfshs\Data\Audio\Speech\English\Dptloc16.bnk - Checking file 74.85%: e:\nfshs\Data\Audio\Speech\English\Dptloc16.bnk - 74.85%: e:\nfshs\Data\Audio\Speech\English\HcTloc10.bnk - Checking file 74.90%: e:\nfshs\Data\Audio\Speech\English\HcTloc10.bnk - 74.90%: e:\nfshs\Data\Audio\Speech\English\HcTloc11.bnk - Checking file 74.96%: e:\nfshs\Data\Audio\Speech\English\HcTloc11.bnk - 74.96%: e:\nfshs\Data\Audio\Speech\English\HcTloc12.bnk - Checking file 75.01%: e:\nfshs\Data\Audio\Speech\English\HcTloc12.bnk - 75.01%: e:\nfshs\Data\Audio\Speech\English\HcTloc13.bnk - Checking file 75.07%: e:\nfshs\Data\Audio\Speech\English\HcTloc13.bnk - 75.07%: e:\nfshs\Data\Audio\Speech\English\HcTloc14.bnk - Checking file 75.13%: e:\nfshs\Data\Audio\Speech\English\HcTloc14.bnk - 75.13%: e:\nfshs\Data\Audio\Speech\English\HcTloc15.bnk - Checking file 75.18%: e:\nfshs\Data\Audio\Speech\English\HcTloc15.bnk - 75.18%: e:\nfshs\Data\Audio\Speech\English\HcTloc16.bnk - Checking file 75.24%: e:\nfshs\Data\Audio\Speech\English\HcTloc16.bnk - 75.24%: e:\nfshs\Data\Audio\Speech\English\Helicop.bnk - Checking file 75.30%: e:\nfshs\Data\Audio\Speech\English\Helicop.bnk - 75.30%: e:\nfshs\Data\Audio\Speech\English\lapeng.bnk - Checking file 75.35%: e:\nfshs\Data\Audio\Speech\English\lapeng.bnk - 75.35%: e:\nfshs\Data\Audio\Speech\English\officer1.bnk - Checking file 75.41%: e:\nfshs\Data\Audio\Speech\English\officer1.bnk - 75.41%: e:\nfshs\Data\Audio\Speech\English\officer2.bnk - Checking file 75.46%: e:\nfshs\Data\Audio\Speech\English\officer2.bnk - 75.46%: e:\nfshs\Data\Audio\Speech\English\officer3.bnk - Checking file 75.52%: e:\nfshs\Data\Audio\Speech\English\officer3.bnk - 75.52%: e:\nfshs\Data\Audio\Speech\English\officerA.bnk - Checking file 75.58%: e:\nfshs\Data\Audio\Speech\English\officerB.bnk - Checking file 75.58%: e:\nfshs\Data\Audio\Speech\English\officerA.bnk - 75.63%: e:\nfshs\Data\Audio\Speech\English\officerB.bnk - 75.63%: e:\nfshs\Data\Audio\Speech\English\officerC.bnk - Checking file 75.69%: e:\nfshs\Data\Audio\Speech\English\officerC.bnk - 75.69%: e:\nfshs\Data\Audio\Speech\English\officerD.bnk - Checking file 75.75%: e:\nfshs\Data\Audio\Speech\English\officerD.bnk - 75.75%: e:\nfshs\Data\Audio\Speech\English\officerE.bnk - Checking file 75.80%: e:\nfshs\Data\Audio\Speech\English\officerE.bnk - 75.80%: e:\nfshs\Data\Audio\Speech\English\officerF.bnk - Checking file 75.86%: e:\nfshs\Data\Audio\Speech\English\officerF.bnk - 75.86%: e:\nfshs\Data\Audio\Speech\English\pgbegt.bnk - Checking file 75.91%: e:\nfshs\Data\Audio\Speech\English\pgbegt.bnk - 75.91%: e:\nfshs\Data\Audio\Speech\English\pgbegtsp.bnk - Checking file 75.97%: e:\nfshs\Data\Audio\Speech\English\pgbegtsp.bnk - 75.97%: e:\nfshs\Data\Audio\Speech\English\pgcirc.bnk - Checking file 76.03%: e:\nfshs\Data\Audio\Speech\English\pgcirc.bnk - 76.03%: e:\nfshs\Data\Audio\Speech\English\pgcirko.bnk - Checking file 76.08%: e:\nfshs\Data\Audio\Speech\English\pgcirko.bnk - 76.08%: e:\nfshs\Data\Audio\Speech\English\pgcirtor.bnk - Checking file 76.14%: e:\nfshs\Data\Audio\Speech\English\pgcirtor.bnk - 76.14%: e:\nfshs\Data\Audio\Speech\English\pgcop.bnk - Checking file 76.20%: e:\nfshs\Data\Audio\Speech\English\pgcopsp.bnk - Checking file 76.20%: e:\nfshs\Data\Audio\Speech\English\pgcop.bnk - 76.25%: e:\nfshs\Data\Audio\Speech\English\pgcopsp.bnk - 76.25%: e:\nfshs\Data\Audio\Speech\English\pgexpt.bnk - Checking file 76.31%: e:\nfshs\Data\Audio\Speech\English\pgexpt.bnk - 76.31%: e:\nfshs\Data\Audio\Speech\English\pgexptsp.bnk - Checking file 76.36%: e:\nfshs\Data\Audio\Speech\English\pgexptsp.bnk - 76.36%: e:\nfshs\Data\Audio\Speech\English\pgknoc.bnk - Checking file 76.42%: e:\nfshs\Data\Audio\Speech\English\pgknoc.bnk - 76.42%: e:\nfshs\Data\Audio\Speech\English\pgknocsp.bnk - Checking file 76.48%: e:\nfshs\Data\Audio\Speech\English\pgknocsp.bnk - 76.48%: e:\nfshs\Data\Audio\Speech\English\pgnorm.bnk - Checking file 76.53%: e:\nfshs\Data\Audio\Speech\English\pgnorm.bnk - 76.53%: e:\nfshs\Data\Audio\Speech\English\pgnormsp.bnk - Checking file 76.59%: e:\nfshs\Data\Audio\Speech\English\pgnormsp.bnk - 76.59%: e:\nfshs\Data\Audio\Speech\English\vocasst.bnk - Checking file 76.65%: e:\nfshs\Data\Audio\Speech\English\vocasst.bnk - 76.65%: e:\nfshs\Data\Cars\traffic\bus\car.viv - Checking file 76.70%: e:\nfshs\Data\Cars\traffic\bus\car.viv - 76.70%: e:\nfshs\Data\Cars\traffic\ebus\car.viv - Checking file 76.76%: e:\nfshs\Data\Cars\traffic\ebus\car.viv - 76.76%: e:\nfshs\Data\Cars\traffic\esedan\car.viv - Checking file 76.81%: e:\nfshs\Data\Cars\traffic\esedan\car.viv - 76.81%: e:\nfshs\Data\Cars\traffic\esemi\car.viv - Checking file 76.87%: e:\nfshs\Data\Cars\traffic\esemi\car.viv - 76.87%: e:\nfshs\Data\Cars\traffic\hatchbk\car.viv - Checking file 76.93%: e:\nfshs\Data\Cars\traffic\hatchbk\car.viv - 76.93%: e:\nfshs\Data\Cars\traffic\minivan\car.viv - Checking file 76.98%: e:\nfshs\Data\Cars\traffic\minivan\car.viv - 76.98%: e:\nfshs\Data\Cars\traffic\pickup\car.viv - Checking file 77.04%: e:\nfshs\Data\Cars\traffic\pickup\car.viv - 77.04%: e:\nfshs\Data\Cars\traffic\sedan2\car.viv - Checking file 77.10%: e:\nfshs\Data\Cars\traffic\sedan2\car.viv - 77.10%: e:\nfshs\Data\Cars\traffic\sedan4\car.viv - Checking file 77.15%: e:\nfshs\Data\Cars\traffic\sedan4\car.viv - 77.15%: e:\nfshs\Data\Cars\traffic\semi\car.viv - Checking file 77.21%: e:\nfshs\Data\Cars\traffic\semi\car.viv - 77.21%: e:\nfshs\Data\Cars\traffic\snowplow\car.viv - Checking file 77.27%: e:\nfshs\Data\Cars\traffic\snowplow\car.viv - 77.27%: e:\nfshs\Data\Cars\traffic\suv\car.viv - Checking file 77.32%: e:\nfshs\Data\Cars\traffic\suv\car.viv - 77.32%: e:\nfshs\Data\Cars\traffic\truck50s\car.viv - Checking file 77.38%: e:\nfshs\Data\Cars\traffic\truck50s\car.viv - 77.38%: e:\nfshs\Data\Cars\traffic\wagon\car.viv - Checking file 77.43%: e:\nfshs\Data\Cars\traffic\wagon\car.viv - 77.43%: e:\nfshs\Data\Cars\traffic\watertrk\car.viv - Checking file 77.49%: e:\nfshs\Data\Cars\traffic\watertrk\car.viv - 77.49%: e:\nfshs\Data\Showcase\Audio\English\bmw5cdes.bnk - Checking file 77.55%: e:\nfshs\Data\Showcase\Audio\English\bz3rcdes.bnk - Checking file 77.55%: e:\nfshs\Data\Showcase\Audio\English\bmw5cdes.bnk - 77.60%: e:\nfshs\Data\Showcase\Audio\English\ccamcdes.bnk - Checking file 77.60%: e:\nfshs\Data\Showcase\Audio\English\bz3rcdes.bnk - 77.66%: e:\nfshs\Data\Showcase\Audio\English\ccamcdes.bnk - 77.66%: e:\nfshs\Data\Showcase\Audio\English\ccorcdes.bnk - Checking file 77.72%: e:\nfshs\Data\Showcase\Audio\English\ccorcdes.bnk - 77.72%: e:\nfshs\Data\Showcase\Audio\English\ff50cdes.bnk - Checking file 77.77%: e:\nfshs\Data\Showcase\Audio\English\ff50cdes.bnk - 77.77%: e:\nfshs\Data\Showcase\Audio\English\fm50cdes.bnk - Checking file 77.83%: e:\nfshs\Data\Showcase\Audio\English\fm50cdes.bnk - 77.83%: e:\nfshs\Data\Showcase\Audio\English\jxkrcdes.bnk - Checking file 77.88%: e:\nfshs\Data\Showcase\Audio\English\jxkrcdes.bnk - 77.88%: e:\nfshs\Data\Showcase\Audio\English\ldiacdes.bnk - Checking file 77.94%: e:\nfshs\Data\Showcase\Audio\English\ldiacdes.bnk - 77.94%: e:\nfshs\Data\Showcase\Audio\English\mcf1cdes.bnk - Checking file 78.00%: e:\nfshs\Data\Showcase\Audio\English\mcf1cdes.bnk - 78.00%: e:\nfshs\Data\Showcase\Audio\English\mclkcdes.bnk - Checking file 78.05%: e:\nfshs\Data\Showcase\Audio\English\mclkcdes.bnk - 78.05%: e:\nfshs\Data\Showcase\Audio\English\mslkcdes.bnk - Checking file 78.11%: e:\nfshs\Data\Showcase\Audio\English\NSkyCDes.bnk - Checking file 78.11%: e:\nfshs\Data\Showcase\Audio\English\mslkcdes.bnk - 78.17%: e:\nfshs\Data\Showcase\Audio\English\NSkyCDes.bnk - 78.17%: e:\nfshs\Data\Showcase\Audio\English\p911cdes.bnk - Checking file 78.22%: e:\nfshs\Data\Showcase\Audio\English\p911cdes.bnk - 78.22%: e:\nfshs\Data\Showcase\Audio\English\pfircdes.bnk - Checking file 78.28%: e:\nfshs\Data\Showcase\Audio\English\pfircdes.bnk - 78.28%: e:\nfshs\Data\Showcase\Audio\English\Track00.bnk - Checking file 78.33%: e:\nfshs\Data\Showcase\Audio\English\Track00.bnk - 78.33%: e:\nfshs\Data\Showcase\Audio\English\Track01.bnk - Checking file 78.39%: e:\nfshs\Data\Showcase\Audio\English\Track01.bnk - 78.39%: e:\nfshs\Data\Showcase\Audio\English\Track02.bnk - Checking file 78.45%: e:\nfshs\Data\Showcase\Audio\English\Track02.bnk - 78.45%: e:\nfshs\Data\Showcase\Audio\English\Track03.bnk - Checking file 78.50%: e:\nfshs\Data\Showcase\Audio\English\Track04.bnk - Checking file 78.50%: e:\nfshs\Data\Showcase\Audio\English\Track03.bnk - 78.56%: e:\nfshs\Data\Showcase\Audio\English\Track04.bnk - 78.56%: e:\nfshs\Data\Showcase\Audio\English\Track05.bnk - Checking file 78.62%: e:\nfshs\Data\Showcase\Audio\English\Track06.bnk - Checking file 78.62%: e:\nfshs\Data\Showcase\Audio\English\Track05.bnk - 78.67%: e:\nfshs\Data\Showcase\Audio\English\Track06.bnk - 78.67%: e:\nfshs\Data\Showcase\Audio\English\Track07.bnk - Checking file 78.73%: e:\nfshs\Data\Showcase\Audio\English\Track08.bnk - Checking file 78.73%: e:\nfshs\Data\Showcase\Audio\English\Track07.bnk - 78.78%: e:\nfshs\Data\Showcase\Audio\English\Track08.bnk - 78.78%: e:\nfshs\Data\Showcase\Audio\English\Track09.bnk - Checking file 78.84%: e:\nfshs\Data\Showcase\Audio\English\Track09.bnk - 78.84%: e:\nfshs\Data\Showcase\Audio\English\Track10.bnk - Checking file 78.90%: e:\nfshs\Data\Showcase\Audio\English\Track10.bnk - 78.90%: e:\nfshs\Data\Showcase\Audio\English\Track11.bnk - Checking file 78.95%: e:\nfshs\Data\Showcase\Audio\English\Track11.bnk - 78.95%: e:\nfshs\Data\Showcase\Audio\English\Track12.bnk - Checking file 79.01%: e:\nfshs\Data\Showcase\Audio\English\Track12.bnk - 79.01%: e:\nfshs\Data\Showcase\Audio\English\Track13.bnk - Checking file 79.07%: e:\nfshs\Data\Showcase\Audio\English\Track13.bnk - 79.07%: e:\nfshs\Data\Showcase\Audio\English\Track14.bnk - Checking file 79.12%: e:\nfshs\Data\Showcase\Audio\English\Track14.bnk - 79.12%: e:\nfshs\Data\Showcase\Audio\English\Track15.bnk - Checking file 79.18%: e:\nfshs\Data\Showcase\Audio\English\Track15.bnk - 79.18%: e:\nfshs\Data\Showcase\Audio\English\Track16.bnk - Checking file 79.23%: e:\nfshs\Data\Showcase\Audio\English\Track16.bnk - 79.23%: e:\nfshs\Data\Showcase\Audio\English\Track17.bnk - Checking file 79.29%: e:\nfshs\Data\Showcase\Audio\English\Track17.bnk - 79.29%: e:\nfshs\Data\Showcase\Audio\English\Track18.bnk - Checking file 79.35%: e:\nfshs\Data\Showcase\Audio\English\Track18.bnk - 79.35%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\5631_DIG.INI - Checking file 79.40%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\5631_DIG.INI - 79.40%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\5631_HWC.INI - Checking file 79.46%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\5631_HWC.INI - 79.46%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\5631_SWC.INI - Checking file 79.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\5631_SWC.INI - 79.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8811_DIG.INI - Checking file 79.57%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8811_DIG.INI - 79.57%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8811_HWC.INI - Checking file 79.63%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8811_HWC.INI - 79.63%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8811_SWC.INI - Checking file 79.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8811_SWC.INI - 79.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8814_DIG.INI - Checking file 79.74%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8814_DIG.INI - 79.74%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8814_HWC.INI - Checking file 79.80%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8814_HWC.INI - 79.80%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8814_SWC.INI - Checking file 79.85%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\8814_SWC.INI - 79.85%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI.VXD - Checking file 79.91%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI.VXD - 79.91%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM32.DLL - Checking file 79.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM32.DLL - 79.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM32.DRV - Checking file 80.02%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM32.DRV - 80.02%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM64.DLL - Checking file 80.08%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM64.DLL - 80.08%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM64.DRV - Checking file 80.14%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM64.DRV - 80.14%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM8.DRV - Checking file 80.19%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATIM8.DRV - 80.19%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_D3D.DLL - Checking file 80.25%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_DD16.DLL - Checking file 80.25%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_D3D.DLL - 80.30%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_DD16.DLL - 80.30%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_DD32.DLL - Checking file 80.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_HAL.DLL - Checking file 80.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_DD32.DLL - 80.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_HAL.DLL - 80.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_M64.DRV - Checking file 80.47%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_M64.VXD - Checking file 80.47%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_M64.DRV - 80.53%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_M64.VXD - 80.53%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_VPE.DLL - Checking file 80.59%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ATI_VPE.DLL - 80.59%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\AZT16.VXD - Checking file 80.64%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\AZT16.VXD - 80.64%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\AZT16C.DRV - Checking file 80.70%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\AZT16C.DRV - 80.70%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\AZT16W.DRV - Checking file 80.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\AZT16W.DRV - 80.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPMM.DLL - Checking file 80.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPMM.DLL - 80.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPMM.DRV - Checking file 80.87%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPMM.DRV - 80.87%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPMM.VXD - Checking file 80.92%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPMM.VXD - 80.92%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPS.DLL - Checking file 80.98%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPS.DLL - 80.98%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPS.DRV - Checking file 81.04%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPS.DRV - 81.04%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPS.VXD - Checking file 81.09%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CHIPS.VXD - 81.09%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUS.DLL - Checking file 81.15%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUS.DLL - 81.15%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUS.DRV - Checking file 81.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUS.DRV - 81.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUS.VXD - Checking file 81.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUS.VXD - 81.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSLG.DLL - Checking file 81.32%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSLG.DLL - 81.32%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSLG.DRV - Checking file 81.37%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSLG.DRV - 81.37%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSLG.VXD - Checking file 81.43%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSLG.VXD - 81.43%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSMM.DLL - Checking file 81.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSMM.DRV - Checking file 81.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSMM.DLL - 81.54%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CLD3D.DLL - Checking file 81.54%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CIRRUSMM.DRV - 81.60%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CLD3D.DLL - 81.60%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CPQ_BB.DLL - Checking file 81.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CPQ_BB.DLL - 81.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CSPMAN.DLL - Checking file 81.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CSPMAN.DLL - 81.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CT_65550.DLL - Checking file 81.77%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CT_65550.DLL - 81.77%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBAUDIO.BIN - Checking file 81.82%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBAUDIO.BIN - 81.82%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBAUDIO.DRV - Checking file 81.88%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBAUDIO.DRV - 81.88%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBAUDIO.INF - Checking file 81.94%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBAUDIO.INF - 81.94%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBAUDIX.VXD - Checking file 81.99%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBAUDIX.VXD - 81.99%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBFM.DRV - Checking file 82.05%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBFM.DRV - 82.05%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBJOY.VXD - Checking file 82.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBJOY.VXD - 82.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBMIDI.DRV - Checking file 82.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBMIDI.DRV - 82.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBMIDI.VXD - Checking file 82.22%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBMIDI.VXD - 82.22%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBPCPLE.DLL - Checking file 82.27%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\CWBPCPLE.DLL - 82.27%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DRIVERS.DDB - Checking file 82.33%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DRIVERS.DDB - 82.33%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXATI.INF - Checking file 82.39%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXATI.INF - 82.39%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXCHIPS.INF - Checking file 82.44%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXCHIPS.INF - 82.44%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXCIRRUS.INF - Checking file 82.50%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXCIRRUS.INF - 82.50%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXGLINT.INF - Checking file 82.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXGLINT.INF - 82.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXI128.INF - Checking file 82.61%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXI128.INF - 82.61%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXMGA.INF - Checking file 82.67%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXMGA.INF - 82.67%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXMM3DFX.INF - Checking file 82.72%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXMM3DFX.INF - 82.72%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXNEOM.INF - Checking file 82.78%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXNEOM.INF - 82.78%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXPMEDIA.INF - Checking file 82.84%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXPMEDIA.INF - 82.84%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXREND.INF - Checking file 82.89%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXREND.INF - 82.89%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXS3.INF - Checking file 82.95%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXS3.INF - 82.95%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXTRID.INF - Checking file 83.01%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXTRID.INF - 83.01%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXTSENG.INF - Checking file 83.06%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXTSENG.INF - 83.06%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXWD.INF - Checking file 83.12%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DXWD.INF - 83.12%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DX_VER.DLL - Checking file 83.17%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\DX_VER.DLL - 83.17%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1488.DRV - Checking file 83.23%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1488.DRV - 83.23%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1488.VXD - Checking file 83.29%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1488.VXD - 83.29%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1688.DRV - Checking file 83.34%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1688.DRV - 83.34%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1688.VXD - Checking file 83.40%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1688.VXD - 83.40%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1788.DRV - Checking file 83.46%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1788.DRV - 83.46%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1788.VXD - Checking file 83.51%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES1788.VXD - 83.51%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES488.DRV - Checking file 83.57%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES488.DRV - 83.57%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES488.VXD - Checking file 83.62%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES488.VXD - 83.62%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES688.DRV - Checking file 83.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES688.DRV - 83.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES688.VXD - Checking file 83.74%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ES688.VXD - 83.74%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ESFM.DRV - Checking file 83.79%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ESFM.DRV - 83.79%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ESSFM.DRV - Checking file 83.85%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ESSFM.DRV - 83.85%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ESSMPORT.DRV - Checking file 83.91%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ESSMPORT.DRV - 83.91%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ESSMPU.DRV - Checking file 83.96%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ESSMPU.DRV - 83.96%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ET6000.DLL - Checking file 84.02%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ET6000.DLL - 84.02%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ET6000.DRV - Checking file 84.07%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ET6000.DRV - 84.07%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ET6000.VXD - Checking file 84.13%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ET6000.VXD - 84.13%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3AUDIO.INF - Checking file 84.19%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3AUDIO.INF - 84.19%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3DRIVER.VXD - Checking file 84.24%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3DRIVER.VXD - 84.24%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3DSOUND.VXD - Checking file 84.30%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3DSOUND.VXD - 84.30%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3JOYSTK.VXD - Checking file 84.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3JOYSTK.VXD - 84.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3MIDI.DRV - Checking file 84.41%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3MIDI.DRV - 84.41%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3VRTSB.VXD - Checking file 84.47%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3VRTSB.VXD - 84.47%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3WAVMIX.DRV - Checking file 84.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\F3WAVMIX.DRV - 84.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\FINDMVI.DLL - Checking file 84.58%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\FINDMVI.DLL - 84.58%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\FRAMEBUF.DLL - Checking file 84.64%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\FRAMEBUF.DLL - 84.64%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\FRAMEBUF.DRV - Checking file 84.69%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\FRAMEBUF.DRV - 84.69%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\I128.DLL - Checking file 84.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\I128.DRV - Checking file 84.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\I128.DLL - 84.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\I128.DRV - 84.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\I128.VXD - Checking file 84.86%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\I128.VXD - 84.86%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ISNA.DLL - Checking file 84.92%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ISNA.DLL - 84.92%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ISS3_765.DLL - Checking file 84.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\ISS3_765.DLL - 84.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\LICENSE.TXT - Checking file 85.03%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\LICENSE.TXT - 85.03%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGALLX64.DLL - Checking file 85.09%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGALLX64.DLL - 85.09%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAPDX64.DRV - Checking file 85.14%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAPDX64.DRV - 85.14%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAPDX64.VXD - Checking file 85.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAPDX64.VXD - 85.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAXDD.DRV - Checking file 85.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAXDD.DRV - 85.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAXDD.VXD - Checking file 85.31%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAXDD.VXD - 85.31%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAXDD32.DLL - Checking file 85.37%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MM3DFX.DRV - Checking file 85.37%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MGAXDD32.DLL - 85.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MM3DFX.DRV - 85.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MM3DFX.VXD - Checking file 85.48%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MM3DFX.VXD - 85.48%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MM3DFX16.DLL - Checking file 85.54%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MM3DFX16.DLL - 85.54%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MM3DFX32.DLL - Checking file 85.59%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MM3DFX32.DLL - 85.59%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MMMIXER.DLL - Checking file 85.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MMMIXER.DLL - 85.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSANALOG.VXD - Checking file 85.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSANALOG.VXD - 85.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSDDRAW.INF - Checking file 85.76%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSDDRAW.INF - 85.76%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSDSOUND.INF - Checking file 85.82%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSDSOUND.INF - 85.82%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSJSTICK.DRV - Checking file 85.88%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSJSTICK.DRV - 85.88%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSMPU401.DRV - Checking file 85.93%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSMPU401.DRV - 85.93%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSOPL.DRV - Checking file 85.99%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSOPL.DRV - 85.99%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSSBLST.DRV - Checking file 86.04%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSSBLST.DRV - 86.04%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSSBLST.VXD - Checking file 86.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSSBLST.VXD - 86.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSSNDSYS.DRV - Checking file 86.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSSNDSYS.VXD - Checking file 86.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSSNDSYS.DRV - 86.21%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MSSNDSYS.VXD - 86.21%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVI514MX.DRV - Checking file 86.27%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVI514MX.DRV - 86.27%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVIWAVE.DRV - Checking file 86.33%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVIWAVE.DRV - 86.33%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVMIXER.DRV - Checking file 86.38%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVPAS.VXD - Checking file 86.38%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVMIXER.DRV - 86.44%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVPAS.VXD - 86.44%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVPROAUD.DRV - Checking file 86.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\MVPROAUD.DRV - 86.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\NEOM.DLL - Checking file 86.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\NEOM.DLL - 86.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\NEOM.DRV - Checking file 86.61%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\NEOM.DRV - 86.61%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\NEOM.VXD - Checking file 86.66%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\NEOM.VXD - 86.66%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\OAK.VXD - Checking file 86.72%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\OAK.VXD - 86.72%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\PA3DMXD.DRV - Checking file 86.78%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\PA3DMXD.DRV - 86.78%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\PMEDIA.DRV - Checking file 86.83%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\PMEDIA.DRV - 86.83%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\PMEDIA.VXD - Checking file 86.89%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\PMEDIA.VXD - 86.89%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\PMEDIA32.DLL - Checking file 86.94%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\PMEDIA32.DLL - 86.94%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND.DRV - Checking file 87.00%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND.DRV - 87.00%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND.VXD - Checking file 87.06%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND.VXD - 87.06%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND2D.UC - Checking file 87.11%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND2D.UC - 87.11%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND32.DLL - Checking file 87.17%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND32.DLL - 87.17%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND3D.UC - Checking file 87.23%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\REND3D.UC - 87.23%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\RENDUC.DLL - Checking file 87.28%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\RENDUC.DLL - 87.28%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3.DLL - Checking file 87.34%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3.DLL - 87.34%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3.DRV - Checking file 87.39%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3.VXD - Checking file 87.39%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3.DRV - 87.45%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3.VXD - 87.45%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3M65.DLL - Checking file 87.51%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3M65.DLL - 87.51%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3M65.DRV - Checking file 87.56%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3M65.DRV - 87.56%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3M65.VXD - Checking file 87.62%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3M65.VXD - 87.62%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3MM.DLL - Checking file 87.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3MM.DLL - 87.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3MM.DRV - Checking file 87.73%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3MM.DRV - 87.73%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3V.DLL - Checking file 87.79%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3V.DRV - Checking file 87.79%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3V.DLL - 87.84%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3V.DRV - 87.84%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3_CP3CQ.DLL - Checking file 87.90%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\S3_CP3CQ.DLL - 87.90%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SB16.VXD - Checking file 87.96%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SB16.VXD - 87.96%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SB16AWE.INF - Checking file 88.01%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SB16AWE.INF - 88.01%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SB16SND.DRV - Checking file 88.07%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SB16SND.DRV - 88.07%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SBAWE.VXD - Checking file 88.13%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SBAWE.VXD - 88.13%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SBAWE32.DRV - Checking file 88.18%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SBAWE32.DRV - 88.18%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SBFM.DRV - Checking file 88.24%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SBFM.DRV - 88.24%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SUPERVGA.DRV - Checking file 88.29%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SUPERVGA.DRV - 88.29%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SYNTHGM.SBK - Checking file 88.35%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\SYNTHGM.SBK - 88.35%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TMV1.MPD - Checking file 88.41%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TMV1.MPD - 88.41%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TRID_BIO.DLL - Checking file 88.46%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TRID_BIO.DLL - 88.46%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TRID_PCI.DLL - Checking file 88.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TRID_PCI.DLL - 88.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TRID_PCI.DRV - Checking file 88.58%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TRID_PCI.DRV - 88.58%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TRID_PCI.VXD - Checking file 88.63%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TRID_PCI.VXD - 88.63%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TSD32.DLL - Checking file 88.69%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TSD32.DLL - 88.69%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TSENG.DLL - Checking file 88.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TSENG.DLL - 88.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TSENG.DRV - Checking file 88.80%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TSENG.DRV - 88.80%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TSENG.VXD - Checking file 88.86%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\TSENG.VXD - 88.86%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VGA.DRV - Checking file 88.91%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VGA.DRV - 88.91%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VIDEO7.VXD - Checking file 88.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VIDEO7.VXD - 88.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VJOYD.VXD - Checking file 89.03%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VMVID.VXD - Checking file 89.03%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VJOYD.VXD - 89.08%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VMVID.VXD - 89.08%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VPASD.VXD - Checking file 89.14%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VPASD.VXD - 89.14%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VWSTREAM.VXD - Checking file 89.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\VWSTREAM.VXD - 89.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WAVE.INF - Checking file 89.25%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WD.DLL - Checking file 89.25%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WAVE.INF - 89.31%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WD.DLL - 89.31%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WD.DRV - Checking file 89.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WD.VXD - Checking file 89.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WD.DRV - 89.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WD.VXD - 89.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0200.ACV - Checking file 89.48%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0200.ACV - 89.48%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0200A.CSP - Checking file 89.53%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0200A.CSP - 89.53%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0201.ACV - Checking file 89.59%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0201.ACV - 89.59%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0201A.CSP - Checking file 89.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0201A.CSP - 89.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0202.ACV - Checking file 89.70%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0202.ACV - 89.70%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0202A.CSP - Checking file 89.76%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0202A.CSP - 89.76%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0203.ACV - Checking file 89.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0203.ACV - 89.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0203A.CSP - Checking file 89.87%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WFM0203A.CSP - 89.87%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WSTREAM.DLL - Checking file 89.93%: e:\nfshs\DirectX\DIRECTX\DRIVERS\ENG\WSTREAM.DLL - 89.93%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\AZT16.VXD - Checking file 89.98%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\AZT16.VXD - 89.98%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\AZT16C.DRV - Checking file 90.04%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\AZT16C.DRV - 90.04%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\AZT16W.DRV - Checking file 90.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\AZT16W.DRV - 90.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\CWBAUDIO.DRV - Checking file 90.15%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\CWBAUDIO.DRV - 90.15%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\CWBAUDIO.INF - Checking file 90.21%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\CWBAUDIO.INF - 90.21%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\CWBMIDI.VXD - Checking file 90.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DRIVERS.DDB - Checking file 90.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\CWBMIDI.VXD - 90.32%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DRIVERS.DDB - 90.32%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXATI.INF - Checking file 90.38%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXATI.INF - 90.38%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXCHIPS.INF - Checking file 90.43%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXCHIPS.INF - 90.43%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXCIRRUS.INF - Checking file 90.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXCIRRUS.INF - 90.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXGLINT.INF - Checking file 90.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXGLINT.INF - 90.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXI128.INF - Checking file 90.60%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXI128.INF - 90.60%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXMGA.INF - Checking file 90.66%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXMGA.INF - 90.66%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXMM3DFX.INF - Checking file 90.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXMM3DFX.INF - 90.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXNEOM.INF - Checking file 90.77%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXNEOM.INF - 90.77%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXPMEDIA.INF - Checking file 90.83%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXREND.INF - Checking file 90.83%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXPMEDIA.INF - 90.88%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXREND.INF - 90.88%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXS3.INF - Checking file 90.94%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXS3.INF - 90.94%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXTRID.INF - Checking file 91.00%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXTRID.INF - 91.00%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXTSENG.INF - Checking file 91.05%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXWD.INF - Checking file 91.05%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXTSENG.INF - 91.11%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\DXWD.INF - 91.11%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1488.DRV - Checking file 91.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1488.DRV - 91.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1488.VXD - Checking file 91.22%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1688.DRV - Checking file 91.22%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1488.VXD - 91.28%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1688.DRV - 91.28%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1688.VXD - Checking file 91.33%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1688.VXD - 91.33%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1788.DRV - Checking file 91.39%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1788.VXD - Checking file 91.39%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1788.DRV - 91.45%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES1788.VXD - 91.45%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES488.DRV - Checking file 91.50%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES488.DRV - 91.50%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES488.VXD - Checking file 91.56%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES488.VXD - 91.56%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES688.DRV - Checking file 91.62%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES688.DRV - 91.62%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES688.VXD - Checking file 91.67%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ES688.VXD - 91.67%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ESFM.DRV - Checking file 91.73%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ESSFM.DRV - Checking file 91.73%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ESFM.DRV - 91.78%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ESSFM.DRV - 91.78%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ESSMPORT.DRV - Checking file 91.84%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ESSMPORT.DRV - 91.84%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ESSMPU.DRV - Checking file 91.90%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\ESSMPU.DRV - 91.90%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\F3AUDIO.INF - Checking file 91.95%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\F3AUDIO.INF - 91.95%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\F3MIDI.DRV - Checking file 92.01%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\F3MIDI.DRV - 92.01%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\F3WAVMIX.DRV - Checking file 92.07%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\F3WAVMIX.DRV - 92.07%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MMMIXER.DLL - Checking file 92.12%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MMMIXER.DLL - 92.12%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSDDRAW.INF - Checking file 92.18%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSDDRAW.INF - 92.18%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSDSOUND.INF - Checking file 92.23%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSDSOUND.INF - 92.23%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSJSTICK.DRV - Checking file 92.29%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSJSTICK.DRV - 92.29%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSMPU401.DRV - Checking file 92.35%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSMPU401.DRV - 92.35%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSOPL.DRV - Checking file 92.40%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSOPL.DRV - 92.40%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSSBLST.DRV - Checking file 92.46%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSSBLST.VXD - Checking file 92.46%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSSBLST.DRV - 92.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSSBLST.VXD - 92.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSSNDSYS.DRV - Checking file 92.57%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSSNDSYS.DRV - 92.57%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSSNDSYS.VXD - Checking file 92.63%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MSSNDSYS.VXD - 92.63%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MVI514MX.DRV - Checking file 92.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MVI514MX.DRV - 92.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MVIWAVE.DRV - Checking file 92.74%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MVIWAVE.DRV - 92.74%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MVMIXER.DRV - Checking file 92.80%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MVPROAUD.DRV - Checking file 92.80%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MVMIXER.DRV - 92.85%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\MVPROAUD.DRV - 92.85%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\PA3DMXD.DRV - Checking file 92.91%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\PA3DMXD.DRV - 92.91%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SB16.VXD - Checking file 92.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SB16.VXD - 92.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SB16AWE.INF - Checking file 93.02%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SB16AWE.INF - 93.02%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SB16SND.DRV - Checking file 93.08%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SB16SND.DRV - 93.08%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SBAWE.VXD - Checking file 93.13%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SBAWE.VXD - 93.13%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SBAWE32.DRV - Checking file 93.19%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SBAWE32.DRV - 93.19%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SBFM.DRV - Checking file 93.25%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\SBFM.DRV - 93.25%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\VMVID.VXD - Checking file 93.30%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\VMVID.VXD - 93.30%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\VPASD.VXD - Checking file 93.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\VPASD.VXD - 93.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\WAVE.INF - Checking file 93.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\JPN\WAVE.INF - 93.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACCMDD16.DLL - Checking file 93.47%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACCMDD16.DLL - 93.47%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACCMDD32.DLL - Checking file 93.53%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACCMDD32.DLL - 93.53%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACCMXX.DRV - Checking file 93.58%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACCMXX.DRV - 93.58%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACCMXXAB.DRV - Checking file 93.64%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACCMXXAB.DRV - 93.64%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL.DLL - Checking file 93.70%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL.DRV - Checking file 93.70%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL.DLL - 93.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL.DRV - 93.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL.VXD - Checking file 93.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL.VXD - 93.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL5446.DAT - Checking file 93.87%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL5446.DLL - Checking file 93.87%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL5446.DAT - 93.92%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL5446.DRV - Checking file 93.92%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL5446.DLL - 93.98%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL5446.DRV - 93.98%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL5446.VXD - Checking file 94.03%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL5446.VXD - 94.03%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7543.DLL - Checking file 94.09%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7543.DLL - 94.09%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7543.DRV - Checking file 94.15%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7543.DRV - 94.15%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7543.VXD - Checking file 94.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7543.VXD - 94.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7548.DAT - Checking file 94.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7548.DAT - 94.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7548.DLL - Checking file 94.32%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7548.DLL - 94.32%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7548.DRV - Checking file 94.37%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7548.DRV - 94.37%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7548.VXD - Checking file 94.43%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7548.VXD - 94.43%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7555.DAT - Checking file 94.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7555.DAT - 94.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7555.DLL - Checking file 94.54%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7555.DLL - 94.54%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7555.DRV - Checking file 94.60%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7555.DRV - 94.60%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7555.VXD - Checking file 94.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLB.DLL - Checking file 94.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACL7555.VXD - 94.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLB.DLL - 94.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLB.DRV - Checking file 94.77%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLB.DRV - 94.77%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLB.VXD - Checking file 94.82%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLB.VXD - 94.82%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLMM.DLL - Checking file 94.88%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLMM.DLL - 94.88%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLMM.DRV - Checking file 94.94%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLMM.DRV - 94.94%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLMM.VXD - Checking file 94.99%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ACLMM.VXD - 94.99%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTX3D32.DLL - Checking file 95.05%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTX3D32.DLL - 95.05%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTX95.DRV - Checking file 95.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTX95.DRV - 95.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXDD.DRV - Checking file 95.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXDD.DRV - 95.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXHW95.DLL - Checking file 95.22%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXHW95.DLL - 95.22%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXMD95.DLL - Checking file 95.27%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXMD95.DLL - 95.27%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXV95.VXD - Checking file 95.33%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXV95.VXD - 95.33%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXVDD.VXD - Checking file 95.39%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AMTXVDD.VXD - 95.39%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ASTM3D32.DLL - Checking file 95.44%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ASTM3D32.DLL - 95.44%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ASTMINIT.DLL - Checking file 95.50%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ASTMINIT.DLL - 95.50%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ASTMXX.DRV - Checking file 95.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ASTMXX.DRV - 95.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLS.DLL - Checking file 95.61%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLS.DLL - 95.61%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLSDD.DRV - Checking file 95.67%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLSDD.DRV - 95.67%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLSDD16.DLL - Checking file 95.72%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLSDD16.DLL - 95.72%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLSDD32.DLL - Checking file 95.78%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLSDD32.DLL - 95.78%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLSXX.DRV - Checking file 95.84%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ATLSXX.DRV - 95.84%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AXGIDD32.DLL - Checking file 95.89%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AXGIDD32.DLL - 95.89%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AXGIXX.DRV - Checking file 95.95%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\AXGIXX.DRV - 95.95%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\CY9382.DLL - Checking file 96.00%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\CY9382.DLL - 96.00%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\CY9385.DLL - Checking file 96.06%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\CY9385.DLL - 96.06%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\CY9385X.DLL - Checking file 96.12%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\CY9385X.DLL - 96.12%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DRIVERS.DDB - Checking file 96.17%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNAGI.INF - Checking file 96.17%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DRIVERS.DDB - 96.23%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNAGI.INF - 96.23%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNCIR.INF - Checking file 96.29%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNCIR.INF - 96.29%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNMGA.INF - Checking file 96.34%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNMGA.INF - 96.34%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNS3.INF - Checking file 96.40%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNS3.INF - 96.40%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNXGI.INF - Checking file 96.45%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\DXNXGI.INF - 96.45%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\IS5446.DLL - Checking file 96.51%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\IS5446.DLL - 96.51%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\IS7548.DLL - Checking file 96.57%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\IS7548.DLL - 96.57%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\IS7555.DLL - Checking file 96.62%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\IS7555.DLL - 96.62%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\IS9320.DLL - Checking file 96.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\IS9320.DLL - 96.68%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ISTRI.DLL - Checking file 96.74%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ISTRI.DLL - 96.74%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\LICENSE.TXT - Checking file 96.79%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MIDI118.DRV - Checking file 96.79%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\LICENSE.TXT - 96.85%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MIDI118.DRV - 96.85%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MSANALOG.118 - Checking file 96.90%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MSANALOG.118 - 96.90%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MSANALOG.NEW - Checking file 96.96%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MSANALOG.NEW - 96.96%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MSDDRAW.INF - Checking file 97.02%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MSDDRAW.INF - 97.02%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MSDSOUND.INF - Checking file 97.07%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MXCB118.DRV - Checking file 97.07%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MSDSOUND.INF - 97.13%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\MXCB118.DRV - 97.13%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NEC73PCM.DRV - Checking file 97.19%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECCS118.DRV - Checking file 97.19%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NEC73PCM.DRV - 97.24%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECCS118.DRV - 97.24%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECCSPCM.DRV - Checking file 97.30%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECJSTK.DRV - Checking file 97.30%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECCSPCM.DRV - 97.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECJSTK.DRV - 97.36%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECMIDI.DRV - Checking file 97.41%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECMIDI.DRV - 97.41%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECMIX2.DRV - Checking file 97.47%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECMIX2.DRV - 97.47%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECOPL.DRV - Checking file 97.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECOPL.DRV - 97.52%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECOPN.DRV - Checking file 97.58%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECOPN.DRV - 97.58%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECPCM.DRV - Checking file 97.64%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\NECPCM.DRV - 97.64%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\OLCB118.DRV - Checking file 97.69%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\OLCB118.DRV - 97.69%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ONCB118.DRV - Checking file 97.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\ONCB118.DRV - 97.75%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\OPL118.DRV - Checking file 97.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\OPL118.DRV - 97.81%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\OPL3SA.DRV - Checking file 97.86%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\OPL3SA.DRV - 97.86%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\PEGCV8.DRV - Checking file 97.92%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\PEGCV8.DRV - 97.92%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\PV9685.DLL - Checking file 97.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\PV9685.DLL - 97.97%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\PV9685W.DLL - Checking file 98.03%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\PV9685W.DLL - 98.03%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\TR968X.DLL - Checking file 98.09%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\TR968X.DLL - 98.09%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\TRIDENTN.DRV - Checking file 98.14%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\TRIDENTN.DRV - 98.14%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VACCXX.VXD - Checking file 98.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VACCXX.VXD - 98.20%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VACCXXAB.VXD - Checking file 98.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VACCXXAB.VXD - 98.26%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VAIC5446.DLL - Checking file 98.31%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VAIC5446.DLL - 98.31%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VAICENG.DRV - Checking file 98.37%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VAICENG.DRV - 98.37%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VASTMXX.VXD - Checking file 98.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VASTMXX.VXD - 98.42%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VATLSXX.VXD - Checking file 98.48%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VATLSXX.VXD - 98.48%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VAXGI.VXD - Checking file 98.54%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VAXGI.VXD - 98.54%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VFLATD.VXD - Checking file 98.59%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VFLATD.VXD - 98.59%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VJOYD.118 - Checking file 98.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VJOYD.118 - 98.65%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VJOYD.NEW - Checking file 98.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VJOYD.NEW - 98.71%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VMIDI118.VXD - Checking file 98.76%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VMIDI118.VXD - 98.76%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VN73PCMD.VXD - Checking file 98.82%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VN73PCMD.VXD - 98.82%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNCS118D.VXD - Checking file 98.87%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNCS118D.VXD - 98.87%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNCSPCMD.VXD - Checking file 98.93%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNCSPCMD.VXD - 98.93%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECMIDI.VXD - Checking file 98.99%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECMIDI.VXD - 98.99%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECMIX2.VXD - Checking file 99.04%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECMIX2.VXD - 99.04%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECMIXD.VXD - Checking file 99.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECMIXD.VXD - 99.10%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECOPL.VXD - Checking file 99.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECOPL.VXD - 99.16%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECPCM.VXD - Checking file 99.21%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNECPCM.VXD - 99.21%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNOPND.VXD - Checking file 99.27%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VNOPND.VXD - 99.27%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VOLCB118.VXD - Checking file 99.32%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VOLCB118.VXD - 99.32%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VONCB118.VXD - Checking file 99.38%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VONCB118.VXD - 99.38%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VOPL118.VXD - Checking file 99.44%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VOPL118.VXD - 99.44%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VOPL3SA.VXD - Checking file 99.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VOPL3SA.VXD - 99.49%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VPCB118.VXD - Checking file 99.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VTRIN.VXD - Checking file 99.55%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VPCB118.VXD - 99.61%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\VTRIN.VXD - 99.61%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\WAVE.INF - Checking file 99.66%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\WAVE.INF - 99.66%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\XGIINIT.DLL - Checking file 99.72%: e:\nfshs\DirectX\DIRECTX\DRIVERS\NEC\XGIINIT.DLL - 99.72%: e:\nfshs\Data\Cars\traffic\choppers\0000\car.viv - Checking file 99.77%: e:\nfshs\Data\Cars\traffic\choppers\0000\car.viv - 99.77%: e:\nfshs\Data\Cars\traffic\pursuit\Caprice\car.viv - Checking file 99.83%: e:\nfshs\Data\Cars\traffic\pursuit\Caprice\car.viv - 99.83%: e:\nfshs\Data\Cars\traffic\pursuit\Hatchbk\car.viv - Checking file 99.89%: e:\nfshs\Data\Cars\traffic\pursuit\sedan\car.viv - Checking file 99.89%: e:\nfshs\Data\Cars\traffic\pursuit\Hatchbk\car.viv - 99.94%: e:\nfshs\Data\Cars\traffic\pursuit\sedan\car.viv - 99.94%: e:\nfshs\Data\Cars\traffic\pursuit\suv\car.viv - Checking file 100.00%: e:\nfshs\Data\Cars\traffic\pursuit\suv\car.viv - Time elapsed: 00:00:16.2697108 e:\nfshs\_user1.hdr\Axdist.exe: Microsoft CAB SFX v4.71.0030.1 e:\nfshs\3Dfx\Banshee\Win95\VBW95.EXE: WinZip SFX 2.1 (32-bit) e:\nfshs\3Dfx\Banshee\Win98\VBW98.EXE: WinZip SFX 2.1 (32-bit) e:\nfshs\3Dfx\Rush\OEMRUSHD.EXE: WinZip SFX 2.1 (32-bit) e:\nfshs\3Dfx\Rush\OEMRUSHS.EXE: WinZip SFX 2.1 (32-bit) e:\nfshs\3Dfx\VOODOO\RKVG.EXE: WinZip SFX 2.1 (32-bit) e:\nfshs\3Dfx\VOODOO2\RKV2DX6.EXE: WinZip SFX 2.1 (32-bit) e:\nfshs\EReg\EREG3201.DLL: Executable-Based Online Registration 2.03.44 e:\nfshs\EReg\EREGUI32.DLL: Executable-Based Online Registration 2.02.01 ```
TheRogueArchivist commented 5 months ago

I believe this issue can be closed, since the errors didn't seem to occur as of the last testing.