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

watchdog script throws error on windows #24

Closed
jeff-k-lee opened this issue Dec 11, 2019 · 3 comments
Closed

watchdog script throws error on windows #24

jeff-k-lee opened this issue Dec 11, 2019 · 3 comments

Comments

@jeff-k-lee
Copy link

Looks like lolMiner.exe watchdog script throws the following error when miners idle:

'.' is not recognized as an internal or external command, operable program or batch file.

Windows doesn't seem to accept forward slashes in cmd.exe. This error appears to be replicated in cmd.exe

d:\lolMiner 0.9.2>./reboot.bat
'.' is not recognized as an internal or external command,
operable program or batch file.

d:\lolMiner 0.9.2>.\reboot.bat
d:\lolMiner 0.9.2>setlocal enableDelayedExpansion
d:\lolMiner 0.9.2>Rem ##################################
d:\lolMiner 0.9.2>Rem ## Emergency script in case the ##
d:\lolMiner 0.9.2>Rem ## miner crashes. User defined  ##
d:\lolMiner 0.9.2>Rem ## actions to be inserted here  ##
d:\lolMiner 0.9.2>Rem ##################################
etc ...

Strangely it does not seem to be an issue with powershell

@Lolliedieb
Copy link
Owner

This should be fixed with 0.9.3 or newer - can you check?

@jeff-k-lee
Copy link
Author

Sorry, just tested it locally (by resetting the device driver) and it appears the watchdog script works perfectly on windows now!

Thumbs up!

@lgordo35
Copy link

I am still getting the above code. can someone help me walk through this?
lukeagordon@gmail.com

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