lzhoang2801 / Hardware-Sniffer

A Python script for gathering comprehensive hardware details from a computer
BSD 3-Clause "New" or "Revised" License
30 stars 0 forks source link

Dump ACPI broken #2

Closed arka003 closed 3 hours ago

arka003 commented 3 hours ago

Dump ACPI tables doesn't work

I have python 3.13 installed

This is what I'm getting for the Dump ACPI Option:

Traceback (most recent call last): File "Hardware-Sniffer.py", line 181, in File "Hardware-Sniffer.py", line 175, in main File "Hardware-Sniffer.py", line 75, in dump_acpi_tables File "Hardware-Sniffer.py", line 53, in check_acpidump Exception: Could not get latest ACPI Binary Tools for Windows

lzhoang2801 commented 3 hours ago

Manually download Windows Binary Tools from ACPICA, then copy the acpidump.exe file into the Scripts folder and run it again to see the result