sumoprojects / SumoEasyMiner

The most easy, intuitive CPU miner for cryptonote-based cryptocurrency
Other
87 stars 64 forks source link

Windows 10 build not successful #17

Open shopglobal opened 6 years ago

shopglobal commented 6 years ago

I am stuck on similiar Windows build error, after successfully building the cryptonight_hash I moved the files to the ./libs dir.. At which point I installed some missing dependencies. There were some missing module errors that I cleared up until this point. PySide and QT are installed, and functioning..Now I am seeing the following;

Fatal Python error: PyThreadState_Get: no current thread

This application has requested the Runtime to terminate in an unusual way.
Please contact the application's support team for more information. 

After putting a compiled version of cryptonite_hash.so in the /libs dir nothing notably happened.

cryptonite_hash not found

Any assistance would be greatly appreciated. Thanks in advance! Great work

shopglobal commented 6 years ago

After cmake .. && make Now I got the Cryptonite_hash in the libs directory in the following formats.

cryptonite_hash.pyd
 arch.c 
libcryptonite_hash.dll.a

I put these files in /libs Now the error is

DLL load failed: the specified module could not be found

Any assistance?