Skip to content

Errors with big registry exports #2

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. export entire registry of users on a windows 2012 r2 server
2. compare them

What do you see instead?
REGDIFF - Version 4.2
Freeware written by Gerson Kurz (http://p-nand-q.com) [32-bit process on 64-bit 
OS]

Reading reg_export.test_test_wts01-bln\reg_export.reg...
System.ArgumentException: Destination array is not long enough to copy all the 
items in the collection. Check array index and length.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.BitConverter.ToInt64(Byte[] value, Int32 startIndex)
   at com.tikumo.regis3.RegValueEntry.SetBinaryType(RegValueEntryKind kind, Byte[] bytes)

Unhandled Exception: System.ArgumentException: Destination array is not long 
enough to copy all the items in the collection. Check array ind
ex and length.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.BitConverter.ToInt64(Byte[] value, Int32 startIndex)
   at com.tikumo.regis3.RegValueEntry.SetBinaryType(RegValueEntryKind kind, Byte[] bytes)
   at com.tikumo.regis3.RegFileParser.ExpectMultiByteValueDefinition(Char c)
   at com.tikumo.regis3.AbstractFileParser.Parse(String content, ExpectFunc initialFunc)
   at com.tikumo.regis3.RegFileParser.Parse(String content)
   at com.tikumo.regis3.RegFileImporter.Import()
   at com.tikumo.regdiff.regdiff.ReadInputFiles()
   at com.tikumo.regdiff.regdiff.Run(String[] args)
   at com.tikumo.regdiff.regdiff.Main(String[] args)


What version of the product are you using? On what operating system?
4.2 ; windows 7 64bit pro German.


Original issue reported on code.google.com by pierqr.a...@gmail.com on 25 Jun 2014 at 9:38

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions