andyjsmith / Registry-Spy

Cross-platform registry browser for raw Windows registry files

Home Page:https://ajsmith.org/projects/registry-spy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find cause an exception on SYSTEM file of Windows 8.1

amurzeau opened this issue · comments

Hi,

Thanks for this useful tool!

While using the find feature to search a text within the whole SYSTEM file of a Windows 8.1, I got this error:

Traceback (most recent call last):
  File "registryspy/find_dialog.py", line 118, in handle_find
  File "registryspy/find_dialog.py", line 194, in find
  File "registryspy/find_dialog.py", line 186, in search
  File "registryspy/find_dialog.py", line 186, in search
  File "registryspy/find_dialog.py", line 186, in search
  [Previous line repeated 4 more times]
  File "registryspy/find_dialog.py", line 177, in search
  File "Registry/Registry.py", line 223, in value
  File "Registry/RegistryParse.py", line 1218, in data
Registry.RegistryParse.UnknownTypeException: Unknown Type Exception (Unknown VK Record type 0x19 at 0xbb5b04)

This is using Registry-Spy v1.1.0 from releases page.