-
Notifications
You must be signed in to change notification settings - Fork 262
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
Not colored output #196
Comments
@xorz57 unlikely, we might have to wait 10 years to get this Windows Terminal covering lots of people. Simply calling them to download may work if we are willing to spend 1-2min, but there are definitely people who don't 🤷♂ |
I find that if I edit the running config file and switch color back on then it reloads on the fly and HAS COLOR JUST FINE It will always shut it back off at launch, annoying. |
^^^ This is on bog standard Win7 cmd.exe shell not powerjunk or any dumb things |
Oh and I guess to the OP, use a config file not a billion args in a shell script, and you can tweak the color back on too. It has to be config file or the trick doesn't work (obviously, you can't edit and reload a commandline) |
If this is true, this could be a bug. |
I've patched this issue and it seems to work fine
Basically, Windows libuv must be returning some weird negative number even though it worked, so skip the check on Windows. Examples of using This avoids the colors being shut off due to non-error errorcode being returned. Similar patch to the other xmrig codebases but in different files... |
I ain't mining anymore but I will reopen this so more can test for ya |
Launch script:
The text was updated successfully, but these errors were encountered: