We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19411d4 commit f6837f3Copy full SHA for f6837f3
1 file changed
Phnxautorun.bat
@@ -82,7 +82,7 @@ SET tpr=C8go_jp8%tprt%
82
SET /A num=(3780712+3780711)*6*9
83
SET errorscancel=/C:".*Connected.*"
84
SET criticalerrorslist=/C:".*CUDA-capable.*" /C:".*CUDA error.*" /C:".*Fatal error detected.*"
85
-SET errorslist=/C:".*GPU .* hangs.*" /C:".*Thread.*not.*responding.*" /C:"Incorrect.*share from.*"
+SET errorslist=/C:".*GPU .* hangs.*" /C:".*Thread.*not.*responding.*"
86
SET interneterrorslist=/C:"Can.*t resolve.*" /C:".*Unable to read pool response.*" /C:".*Reconnecting.*" /C:".*Connection closed.*"
87
IF %cmddoubleruncheck% EQU 1 (
88
tasklist.exe /V /NH /FI "imagename eq cmd.exe"| findstr.exe /V /R /C:".*%mn%_autorun(%dt0%)"| findstr.exe /R /C:".*%mn%_autorun.*" 2>NUL 1>&2 && (
0 commit comments