ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
2.81k stars 352 forks source link

MemProcFS: Failed to connect to memory acquisition device. #233

Closed JRBusiness closed 8 months ago

JRBusiness commented 8 months ago

Hi, MemProcFS was working before, but today when I try to run memprocfs.exe -device FPGA I got MemProcFS: Failed to connect to memory acquisition device.

Doesn't matter how I try it I still got the same error. However it was working just fine with other speed test tools.

ufrisk commented 8 months ago

Hi, can you try to run the following command:

memprocfs.exe -device FPGA -v -vv

It may provide some more debug logs helping with locating what the error may be.

JRBusiness commented 8 months ago

Yes, I got this after running above command: DEVICE: FPGA: ERROR: Unable to load FTD3XX.dll [0,v0.0,0000]

JRBusiness commented 8 months ago

After downloaded the FTD3XX.dll from https://ftdichip.com/drivers/d3xx-drivers/ and put it in c:/windows/system32/ everything worked fine now.

ufrisk commented 8 months ago

Rhanka for the update. Its good to see the issue was resolved!