MarkBaggett / srum-dump

A forensics tool to convert the data in the Windows srum (System Resource Usage Monitor) database to an xlsx spreadsheet.
GNU General Public License v3.0
594 stars 97 forks source link

Error: regsids is not defined #22

Closed rnbplt closed 4 years ago

rnbplt commented 4 years ago

Hi,

When runnnig srum_dump2.exe on a Windows 10 machine I get the following error:

File "srum_dump2.py", line 563, in <module>
  if regsids:
NameError: name 'regsids' is not defined.

Any idea of what's going wrong?

MarkBaggett commented 4 years ago

Can you tell me what command line arguments you are passing to the file?

crumbtifact commented 4 years ago

Hi Mark, I am receiving the same error. I am using Windows 7 64-bit, and I have installed Python 3.7.4 as well.

The arguments are the following: srum_dump2.exe -i "C:\...." -o "C:\..." -t "C:\.."

The errors are the following:

Traceback (most recent call last):
  File "srum_dump2.py", line 571, in <module>
    if regsids:
NameError: name 'regsids' is not defined
[13404] Failed to execute script srum_dump2
gajos112 commented 4 years ago

Any one have solution for that ?

MarkBaggett commented 4 years ago

There was an error in the code that caused the program to crash if you didn't provide a copy of the SOFTWARE registry hive. This has been resolved and it will no longer crash. Please be aware that without the software registry hive SRUM-DUMP will not be able to resolve names of (non-standard) users and network profile names. Features like wireless access points name resolution will not be available. The problem is resolved in version 2.1.