PoC-Consortium / scavenger

A fast Burstcoin miner written in Rust
GNU General Public License v3.0
107 stars 64 forks source link

Doesn't run on Windows VC Runtime error #101

Closed pir8radio closed 3 years ago

pir8radio commented 3 years ago

image

Tried running on windows 10, both GPU and CPU versions I get the VC Runtime error, tried re-installing VC++ redistributable package no luck.. I had to move VCRUNTIME140.DLL into the same folder as Scavenger. When compiling please set standard location of VCRUNTIME140.dll as c:\Windows\System32 or include a copy of dll as part of the download package.

JohnnyFFM commented 3 years ago

Please install:

https://www.microsoft.com/en-US/download/details.aspx?id=48145

Johnny

pir8radio commented 3 years ago

Yes, as i said i had re-installed the vc redistributable and scavenger was unable to find it in the system32 folder, i had to manually put a copy of the dll in the scavenger root folder. dll is registered in the os. so not sure where its trying to find the dll.

JohnnyFFM commented 3 years ago

that's weird, usually all automatic, tested on a clean system, no issues.

pir8radio commented 3 years ago

no clue lol.. just letting you know I some how ran into that.