Built from source on Master, 11/4/20, VS 2019 16.7.1
64bit exe works as expected
32bit exe on 64bit Win 10, version 2004 build 19041.572 (bare hardware) fails with following output:
**D:\Work\DevProjects\PmemMaster\kernel\executable\Debug>winpmem.exe d:\temp\ram32-1.raw
WinPmem64
Extracting driver to C:\Users\John\AppData\Local\Temp\pmeD628.tmp
Driver Unloaded.
Loaded Driver C:\Users\John\AppData\Local\Temp\pmeD628.tmp.
Deleting C:\Users\John\AppData\Local\Temp\pmeD628.tmp
Failed to get memory geometry,: The program issued a command but the command length is incorrect.
The system time is: 16:46:30
Driver Unloaded.**
Also, when run on a Win 7 32 VM (version 6.1 Build 7601: Service Pack 1), it initially fails by incorrectly selecting the PTE method. Out as follows:
**C:\Users\Adam\Downloads\PMem\win32>winpmem.exe C:\Users\Adam\Downloads\PMem\win3
2\ramcapturepmem20200103.raw
WinPmem32
extract_driver
- service_name: pmem
- filename: C:\Users\Adam\AppData\Local\Temp\pme5D76.tmp
- Extracting driver to C:\Users\Adam\AppData\Local\Temp\pme5D76.tmp
Driver Unloaded.
Loaded Driver C:\Users\Adam\AppData\Local\Temp\pme5D76.tmp.
Deleting C:\Users\Adam\AppData\Local\Temp\pme5D76.tmp
Failed to set acquisition mode 2 : A device attached to the system is not functi
oning.
PTE Remapping
Driver Unloaded.**
When run with the -1 option, forcing to PhysicalMemory method, ram capture succeeds.
Built from source on Master, 11/4/20, VS 2019 16.7.1
64bit exe works as expected
32bit exe on 64bit Win 10, version 2004 build 19041.572 (bare hardware) fails with following output:
**D:\Work\DevProjects\PmemMaster\kernel\executable\Debug>winpmem.exe d:\temp\ram32-1.raw
WinPmem64
Extracting driver to C:\Users\John\AppData\Local\Temp\pmeD628.tmp
Driver Unloaded.
Loaded Driver C:\Users\John\AppData\Local\Temp\pmeD628.tmp.
Deleting C:\Users\John\AppData\Local\Temp\pmeD628.tmp
Failed to get memory geometry,: The program issued a command but the command length is incorrect.
The system time is: 16:46:30
Driver Unloaded.**
Also, when run on a Win 7 32 VM (version 6.1 Build 7601: Service Pack 1), it initially fails by incorrectly selecting the PTE method. Out as follows:
**C:\Users\Adam\Downloads\PMem\win32>winpmem.exe C:\Users\Adam\Downloads\PMem\win3
2\ramcapturepmem20200103.raw
WinPmem32
extract_driver
Driver Unloaded.
Loaded Driver C:\Users\Adam\AppData\Local\Temp\pme5D76.tmp.
Deleting C:\Users\Adam\AppData\Local\Temp\pme5D76.tmp
Failed to set acquisition mode 2 : A device attached to the system is not functi
oning.
PTE Remapping
Driver Unloaded.**
When run with the -1 option, forcing to PhysicalMemory method, ram capture succeeds.