Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.21.3-mo8 on WINDOWS 7 #132

Open
mrwhitti opened this issue May 29, 2024 · 2 comments
Open

v6.21.3-mo8 on WINDOWS 7 #132

mrwhitti opened this issue May 29, 2024 · 2 comments

Comments

@mrwhitti
Copy link

There is an error when launching the latest v mo8 in Windows 7 , all previous versions work ok.

error

Entry point not found : get system time precise as file time could not be located in the dynamic link library kernel32.dll

@realsetvin
Copy link

image

@Spudz76
Copy link

Spudz76 commented May 29, 2024

libuv dropped support for Win7 a while ago and flatly refuse to even entertain fallback code, and that is what is trying to use that function. It may not be quite as easy to workaround as it was for uv_os_gethostname. I argued with them for a while along with many other people, but gave up.

It may be possible to build your own against an old libuv from back before the developers over there decided to be version-fascists, but I'm not sure if that would actually work. Precompiled libuv is in the xmrig-deps repo and you might be able to roll that back to a point where libuv was still Win7-friendly but the other deps may not work then (openssl3 mostly) with the current code.

Allegedly, Win7 is too old and you will just keep running into more and more issues like this, unfortunately. Especially since a lot of software uses libuv under the hood. Qt has also dropped support, among others. It will just keep getting worse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants