You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I've been running Swarm on three other HiveOS rigs successfully with zero issues. My last rig is coming up with these errors while trying to start up. I have also tried windows build on the same machine with the exact same errors. Just wondering if you had any suggestions on a fix. Thanks in advance
Included 3 screenshots. 2 from startup and 1 from running linux_install
The text was updated successfully, but these errors were encountered:
I have replaced the motherboard with an older intel board and Swarm Miner started right up without the errors. Everything else is the same so there is either a setting issue I did not catch or figure out in the bios for device ID's or it was just that AMD board.
I'll personally consider my issue closed but leave this open on here so you see it.
I have another user that is having same issue. It has something to specifically do with AMD boards/cpus and powershell (Not SWARM). I suspect atm it is related to powershell's invoke-expression command:
For some reason it seems to be executing the code out of sync, like the command being launched in invoke-expression is taking too long to complete, but SWARM continues executing the rest of its script. I just haven't figured out what part of the code is taking too long.
My goal is to get rid of invoke-expression and have powershell execute linux apps natively using System.Diagnostics.Process and record the output. This way I can use process.waitforexit so SWARM doesn't continue on until whatever bash script running is done.
It's a larger change to do, but I am working on it.
Hello. I've been running Swarm on three other HiveOS rigs successfully with zero issues. My last rig is coming up with these errors while trying to start up. I have also tried windows build on the same machine with the exact same errors. Just wondering if you had any suggestions on a fix. Thanks in advance
Included 3 screenshots. 2 from startup and 1 from running linux_install
The text was updated successfully, but these errors were encountered: