Skript zur Behebung des Downloadproblems

Gestern morgen ist auch bei mir der Download hängen geblieben, gemerkt habe ich es aber erst 12 h später als ich von der Arbeit kam. :/
Habe den WLAN-Adapter deaktiviert und wieder aktiviert und dann wurde eine eine WU heruntergeladen.
Nachdem diese berechnet und hochgeladen war, hing der neue Download schon wieder! Das habe ich vorhin gemerkt und wegen Win-updates einen Neustart gemacht und danach klappte auch sofort der Download.
 
... bei mir hat ein Neustart bisher auch immer geholfen. Aber gestern Abend hat es, obwohl mehrfach ausgeführt, nichts gebracht. Evtl hat sich auch ein Teil des Scripts negativ ausgewirkt. Jedoch ist mir der Zusammenhang schleierhaft. Weiterhin ist mir aufgefallen, dass ich nach dem Neustart zwar eine neue WU anfrage, diese aber auch bei 24 oder 27MB hängen bleibt.
 
... im LTT Forum wird von Fällen berichtet in denen mehrmalige Neustarts notwendig waren.

Ich würde vorschlagen das Script in sofern wieder abzubauen das nur noch die Abfrageroutine und der ggfs. resultierende Neustart verbleiben. Die IP-Erneuerung scheint kein fruchtender Lösungsansatt zu sein.
 
Hab das deswegen gestern etwas umgebaut. Im Script muss man nur das 'REM' vor der Zeile 'REM GOTO :NEUSTART' weglassen und dann wird die IP-Neuzuweisung übersprüngen. Ist im Script auch so kommentiert
 
... letzte Anpassung getestet. Direkt auf Neustart gegangen. Läuft wieder. :daumen:
Passe das Script jetzt entsprechend an und postet es oben.

Hab das Batch in Autostart per Ausführen: shell:startup eingebunden. Erste Startzeit setze ich auf 60 Sekunden, damit der erste Download mehr Zeit hat.

Noch besser wäre es, wenn das Script mit dem Client gestartet wird. Das klappt dann per Aufgabenplanung.
 
... das mache ich gerade ;) ... und ich binde auch 0xa7 mit ein, damit auch die CPU-WUs laufen. Hmm, es geht entweder oder, aber nicht beides. Das müsste man dann selbst customizen.

So, Script ein wenig nachsortiert, die Zeilensprünge der Anleitung angepasst und Voreinstellung für GPU oder CPU Folding, sowie direkten Neustart vorgenommen.


Befehlt "unpause" buggt noch wenn der FAH läuft.

update:

unpause FAHclient ersetzt durch FAHClient --send-unpause

Fehlermeldung ist weg!
 
Zuletzt bearbeitet:
Neu:
IP Erneuerung wieder rausgeschmissen, hat nicht funktioniert

Skript entrümpelt und entschwurbelt

REM -----------------------------------------------------------------------
REM
REM How To
REM 1. FAH Client needs to be autostarted after boot
REM 2. Script needs to be autostarted after boot
REM 3. Script needs to be modified user-specific --> after 'How To'
REM
REM -----------------------------------------------------------------------

set logdir=%UserProfile%\AppData\Roaming\FAHClient
REM Directory for log file

set /A WUdownloadtime=60
REM Extend time if download of a WU takes longer than 60sec

set /A timerepeat=300
REM Sets intervall in which check is performed

set fahprocess="FahCore_2"
REM Set priority of folding slots
REM "FahCore_2" is default. It checks if (at least one) GPU-slot is folding. If not, reboot
REM "FahCore_A" checks if (at least one) CPU-slot is folding. If not, reboot
REM "FahCore_" checks if (at least one) GPU- or (at least one) GPU-slot is folding, which means that reboot is initiated only if both CPU and GPU are not folding
REM For mulit-GPU systems: it reboots only if all slots are not folding

REM -----------------------------------------------------------------------

REM Config Verzeichnis wird geöffnet // Config directory opened for log file
cd /d %logdir%

echo.
echo Wartezeit nach Booten
echo Waiting time after reboot
echo.
timeout /T 60
FAHCLIENT --send-unpause


echo. >>team70335_downloadfix.log
echo %date% %time:~0,8% Prüfroutine gestartet // Checking starts >>team70335_downloadfix.log
echo %date% %time:~0,8% Credits to 70335-team members brooker, mattinator and foldinghomealone >>team70335_downloadfix.log
echo %date% %time:~0,8% Special thanks to all folders >>team70335_downloadfix.log
echo. >>team70335_downloadfix.log

:START
echo.
echo Prüfen ob der Prozess %fahprocess% aktiv ist
echo Checking if process %fahprocess% is acitve
echo.

tasklist | findstr %fahprocess%
IF ERRORLEVEL 1 ( GOTO :WIEDERHOLEPRFNG ) ELSE ( GOTO :VONANFANGAN )


:WIEDERHOLEPRFNG
echo.
echo %fahprocess% ist nicht aktiv. Wiederholte Prüfung in 60sec. Falls dann immer noch nicht, NEUSTART
echo %fahprocess% not active. Repeated check in 60sec. If still not active, reboot is initiated
echo.
timeout /T %WUdownloadtime%

tasklist | findstr %fahprocess%
IF ERRORLEVEL 1 ( GOTO :NEUSTART ) ELSE ( GOTO :VONANFANGAN )


:VONANFANGAN
echo.
echo Prozess %fahprocess% ist aktiv.
echo Process %fahprocess% is active.
echo.
REM In 300 Sekunden erfolgt eine erneute Abfrage ob der Prozess läuft. Der Wert kann nach Bedarf angepasst werden.
REM Repeat check every 300sec. Value can be adjusted
echo %date% %time:~0,8% Falten aktiv // Folding active >>team70335_downloadfix.log
timeout /T %timerepeat%

goto :START


:NEUSTART
echo.
echo Neustart eingeleitet
echo Reboot initiated
echo.
echo %date% %time:~0,8% Neustart eingeleitet // Reboot initiated >>team70335_downloadfix.log

shutdown /r /f
 
Zuletzt bearbeitet:
... BBs Ansatz:

FAHCLIENT --send-pause

FAHCLIENT --queue-info


timeout /T 3

taskkill /im fahclient.exe

timeout /T 3

taskkill /im fahcontrol.exe

timeout /T 3

cd /d %UserProfile%\AppData\Roaming\FAHClient
"C:\Program Files (x86)\FAHClient\HideConsole.exe" "C:\Program Files (x86)\FAHClient\FAHClient.exe"

timeout /T 5
FAHCLIENT --send-unpause

... funktioniert. Warte auf den nächsten Hänger!
 
Ich hatte heute dieses Downloadproblem für GPU ebenfalls ( deshalb so wenig Punkte) unter Win10 pro, vorher nutzte ich ohne jegliche Probleme Win10 pro Insider Preview.

Ich wechsele jetzt wieder auf Win10 pro Insider Preview.

Nachtrag: .. und damit läuft es wieder, wenn auch der Download mich an die alten ISDN - Zeiten erinnert hat.
​19:27:57:WU00:FS00:0xa7: Type: 0xa719:27:57:WU00:FS00:0xa7: Core: Gromacs
19:27:57:WU00:FS00:0xa7: Website: Folding@home – Fighting disease with a world wide distributed super computer.
19:27:57:WU00:FS00:0xa7: Copyright: (c) 2009-2018 foldingathome.org
19:27:57:WU00:FS00:0xa7: Author: Joseph Coffland <joseph@cauldrondevelopment.com>
19:27:57:WU00:FS00:0xa7: Args: -dir 00 -suffix 01 -version 705 -lifeline 5224 -checkpoint 15 -np 2
19:27:58:WU00:FS00:0xa7: Config: <none>
19:27:58:WU00:FS00:0xa7:************************************ Build *************************************
19:27:58:WU00:FS00:0xa7: Version: 0.0.17
19:27:58:WU00:FS00:0xa7: Date: Apr 27 2018
19:27:58:WU00:FS00:0xa7: Time: 16:19:36
19:27:58:WU00:FS00:0xa7: Repository: Git
19:27:58:WU00:FS00:0xa7: Revision: 21359963583d09ec2063ef946399441c4df4ccd7
19:27:58:WU00:FS00:0xa7: Branch: master
19:27:58:WU00:FS00:0xa7: Compiler: Visual C++ 2008
19:27:58:WU00:FS00:0xa7: Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
19:27:58:WU00:FS00:0xa7: Platform: win32 10
19:27:58:WU00:FS00:0xa7: Bits: 64
19:27:58:WU00:FS00:0xa7: Mode: Release
19:27:58:WU00:FS00:0xa7: SIMD: avx_256
19:27:58:WU00:FS00:0xa7:************************************ System ************************************
19:27:58:WU00:FS00:0xa7: CPU: Unknown
19:27:58:WU00:FS00:0xa7: CPU ID:
19:27:58:WU00:FS00:0xa7: CPUs: 8
19:27:58:WU00:FS00:0xa7: Memory: 31.94GiB
19:27:58:WU00:FS00:0xa7:Free Memory: 29.09GiB
19:27:58:WU00:FS00:0xa7: Threads: WINDOWS_THREADS
19:27:58:WU00:FS00:0xa7: OS Version: 6.2
19:27:58:WU00:FS00:0xa7:Has Battery: false
19:27:58:WU00:FS00:0xa7: On Battery: false
19:27:58:WU00:FS00:0xa7: UTC Offset: 2
19:27:58:WU00:FS00:0xa7: PID: 5568
19:27:58:WU00:FS00:0xa7: CWD: C:\Users\kusta\AppData\Roaming\FAHClient\work
19:27:58:WU00:FS00:0xa7: OS: Windows 10 Pro
19:27:58:WU00:FS00:0xa7: OS Arch: AMD64
19:27:58:WU00:FS00:0xa7:********************************************************************************
19:27:58:WU00:FS00:0xa7:Project: 13830 (Run 135, Clone 1, Gen 16)
19:27:58:WU00:FS00:0xa7:Unit: 0x0000001480fccb095d693e530b914ea0
19:27:58:WU00:FS00:0xa7:Digital signatures verified
19:27:58:WU00:FS00:0xa7:Calling: mdrun -s frame16.tpr -o frame16.trr -x frame16.xtc -cpi state.cpt -cpt 15 -nt 2
19:27:58:WU00:FS00:0xa7:Steps: first=2000000 total=125000
19:27:58:WU01:FS01:Connecting to 65.254.110.245:8080
19:28:01:WU00:FS00:0xa7:Completed 79251 out of 125000 steps (63%)
19:28:03:WU01:FS01:Assigned to work server 155.247.166.220
19:28:03:WU01:FS01:Requesting new work unit for slot 01: READY gpu:0:TU104 [GeForce RTX 2080] from 155.247.166.220
19:28:03:WU01:FS01:Connecting to 155.247.166.220:8080
19:28:03:WU01:FS01:Downloading 15.58MiB
19:28:09:WU01:FS01:Download 2.41%
19:28:15:WU01:FS01:Download 4.01%
19:28:21:WU01:FS01:Download 6.42%
19:28:27:WU01:FS01:Download 8.83%
19:28:33:WU01:FS01:Download 10.03%
19:28:39:WU01:FS01:Download 12.04%
19:28:46:WU01:FS01:Download 14.45%
19:28:52:WU01:FS01:Download 16.85%
19:28:58:WU01:FS01:Download 19.26%
19:29:04:WU01:FS01:Download 22.87%
19:29:10:WU01:FS01:Download 26.48%
19:29:16:WU01:FS01:Download 31.30%
19:29:22:WU01:FS01:Download 35.31%
19:29:28:WU01:FS01:Download 38.52%
19:29:34:WU01:FS01:Download 41.73%
19:29:40:WU01:FS01:Download 43.74%
19:29:46:WU01:FS01:Download 45.34%
19:29:52:WU01:FS01:Download 48.15%
19:29:58:WU01:FS01:Download 52.16%
19:30:04:WU01:FS01:Download 56.18%
19:30:05:WU00:FS00:0xa7:Completed 80000 out of 125000 steps (64%)
19:30:10:WU01:FS01:Download 60.59%
19:30:16:WU01:FS01:Download 64.20%
19:30:22:WU01:FS01:Download 66.61%
19:30:28:WU01:FS01:Download 69.42%
19:30:34:WU01:FS01:Download 72.63%
19:30:40:WU01:FS01:Download 76.64%
19:30:46:WU01:FS01:Download 80.25%
19:30:52:WU01:FS01:Download 85.47%
19:30:58:WU01:FS01:Download 88.28%
19:31:04:WU01:FS01:Download 91.89%
19:31:10:WU01:FS01:Download 96.30%
19:31:14:WU01:FS01:Download complete
19:31:15:WU01:FS01:Received Unit: id:01 state:DOWNLOAD error:NO_ERROR project:14180 run:2 clone:765 gen:17 core:0x21 unit:0x0000001e0002894c5d3b548d46b84c83
19:31:15:WU01:FS01:Starting
19:31:15:WU01:FS01:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\kusta\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/Win32/AMD64/NVIDIA/Fermi/Core_21.fah/FahCore_21.exe -dir 01 -suffix 01 -version 705 -lifeline 13380 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device 0 -gpu 0
19:31:15:WU01:FS01:Started FahCore on PID 12844
19:31:15:WU01:FS01:Core PID:11912
19:31:15:WU01:FS01:FahCore 0x21 started
19:31:15:WU01:FS01:0x21:*********************** Log Started 2019-10-19T19:31:15Z ***********************
19:31:15:WU01:FS01:0x21:Project: 14180 (Run 2, Clone 765, Gen 17)
19:31:15:WU01:FS01:0x21:Unit: 0x0000001e0002894c5d3b548d46b84c83
19:31:15:WU01:FS01:0x21:CPU: 0x00000000000000000000000000000000
19:31:15:WU01:FS01:0x21:Machine: 1
19:31:15:WU01:FS01:0x21:Reading tar file core.xml
19:31:15:WU01:FS01:0x21:Reading tar file integrator.xml
19:31:15:WU01:FS01:0x21:Reading tar file state.xml
19:31:15:WU01:FS01:0x21:Reading tar file system.xml
19:31:16:WU01:FS01:0x21:Digital signatures verified
19:31:16:WU01:FS01:0x21:Folding@home GPU Core21 Folding@home Core
19:31:16:WU01:FS01:0x21:Version 0.0.20
19:31:20:WU01:FS01:0x21:Completed 0 out of 12500000 steps (0%)
19:31:20:WU01:FS01:0x21:Temperature control disabled. Requirements: single Nvidia GPU, tmax must be < 110 and twait >= 900
19:33:31:WU01:FS01:0x21:Completed 125000 out of 12500000 steps (1%)
19:34:09:WU00:FS00:0xa7:Completed 81250 out of 125000 steps (65%)
 
Zuletzt bearbeitet:
Ich hatte heute dieses Downloadproblem für GPU ebenfalls ( deshalb so wenig Punkte) unter Win10 pro, vorher nutzte ich ohne jegliche Probleme Win10 pro Insider Preview.

Ich wechsele jetzt wieder auf Win10 pro Insider Preview.

Nachtrag: .. und damit läuft es wieder, wenn auch der Download mich an die alten ISDN - Zeiten erinnert hat.
​19:27:57:WU00:FS00:0xa7: Type: 0xa719:27:57:WU00:FS00:0xa7: Core: Gromacs
19:27:57:WU00:FS00:0xa7: Website: Folding@home – Fighting disease with a world wide distributed super computer.
19:27:57:WU00:FS00:0xa7: Copyright: (c) 2009-2018 foldingathome.org
19:27:57:WU00:FS00:0xa7: Author: Joseph Coffland <joseph@cauldrondevelopment.com>
19:27:57:WU00:FS00:0xa7: Args: -dir 00 -suffix 01 -version 705 -lifeline 5224 -checkpoint 15 -np 2
19:27:58:WU00:FS00:0xa7: Config: <none>
19:27:58:WU00:FS00:0xa7:************************************ Build *************************************
19:27:58:WU00:FS00:0xa7: Version: 0.0.17
19:27:58:WU00:FS00:0xa7: Date: Apr 27 2018
19:27:58:WU00:FS00:0xa7: Time: 16:19:36
19:27:58:WU00:FS00:0xa7: Repository: Git
19:27:58:WU00:FS00:0xa7: Revision: 21359963583d09ec2063ef946399441c4df4ccd7
19:27:58:WU00:FS00:0xa7: Branch: master
19:27:58:WU00:FS00:0xa7: Compiler: Visual C++ 2008
19:27:58:WU00:FS00:0xa7: Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
19:27:58:WU00:FS00:0xa7: Platform: win32 10
19:27:58:WU00:FS00:0xa7: Bits: 64
19:27:58:WU00:FS00:0xa7: Mode: Release
19:27:58:WU00:FS00:0xa7: SIMD: avx_256
19:27:58:WU00:FS00:0xa7:************************************ System ************************************
19:27:58:WU00:FS00:0xa7: CPU: Unknown
19:27:58:WU00:FS00:0xa7: CPU ID:
19:27:58:WU00:FS00:0xa7: CPUs: 8
19:27:58:WU00:FS00:0xa7: Memory: 31.94GiB
19:27:58:WU00:FS00:0xa7:Free Memory: 29.09GiB
19:27:58:WU00:FS00:0xa7: Threads: WINDOWS_THREADS
19:27:58:WU00:FS00:0xa7: OS Version: 6.2
19:27:58:WU00:FS00:0xa7:Has Battery: false
19:27:58:WU00:FS00:0xa7: On Battery: false
19:27:58:WU00:FS00:0xa7: UTC Offset: 2
19:27:58:WU00:FS00:0xa7: PID: 5568
19:27:58:WU00:FS00:0xa7: CWD: C:\Users\kusta\AppData\Roaming\FAHClient\work
19:27:58:WU00:FS00:0xa7: OS: Windows 10 Pro
19:27:58:WU00:FS00:0xa7: OS Arch: AMD64
19:27:58:WU00:FS00:0xa7:********************************************************************************
19:27:58:WU00:FS00:0xa7:Project: 13830 (Run 135, Clone 1, Gen 16)
19:27:58:WU00:FS00:0xa7:Unit: 0x0000001480fccb095d693e530b914ea0
19:27:58:WU00:FS00:0xa7:Digital signatures verified
19:27:58:WU00:FS00:0xa7:Calling: mdrun -s frame16.tpr -o frame16.trr -x frame16.xtc -cpi state.cpt -cpt 15 -nt 2
19:27:58:WU00:FS00:0xa7:Steps: first=2000000 total=125000
19:27:58:WU01:FS01:Connecting to 65.254.110.245:8080
19:28:01:WU00:FS00:0xa7:Completed 79251 out of 125000 steps (63%)
19:28:03:WU01:FS01:Assigned to work server 155.247.166.220
19:28:03:WU01:FS01:Requesting new work unit for slot 01: READY gpu:0:TU104 [GeForce RTX 2080] from 155.247.166.220
19:28:03:WU01:FS01:Connecting to 155.247.166.220:8080
19:28:03:WU01:FS01:Downloading 15.58MiB
19:28:09:WU01:FS01:Download 2.41%
19:28:15:WU01:FS01:Download 4.01%
19:28:21:WU01:FS01:Download 6.42%
19:28:27:WU01:FS01:Download 8.83%
19:28:33:WU01:FS01:Download 10.03%
19:28:39:WU01:FS01:Download 12.04%
19:28:46:WU01:FS01:Download 14.45%
19:28:52:WU01:FS01:Download 16.85%
19:28:58:WU01:FS01:Download 19.26%
19:29:04:WU01:FS01:Download 22.87%
19:29:10:WU01:FS01:Download 26.48%
19:29:16:WU01:FS01:Download 31.30%
19:29:22:WU01:FS01:Download 35.31%
19:29:28:WU01:FS01:Download 38.52%
19:29:34:WU01:FS01:Download 41.73%
19:29:40:WU01:FS01:Download 43.74%
19:29:46:WU01:FS01:Download 45.34%
19:29:52:WU01:FS01:Download 48.15%
19:29:58:WU01:FS01:Download 52.16%
19:30:04:WU01:FS01:Download 56.18%
19:30:05:WU00:FS00:0xa7:Completed 80000 out of 125000 steps (64%)
19:30:10:WU01:FS01:Download 60.59%
19:30:16:WU01:FS01:Download 64.20%
19:30:22:WU01:FS01:Download 66.61%
19:30:28:WU01:FS01:Download 69.42%
19:30:34:WU01:FS01:Download 72.63%
19:30:40:WU01:FS01:Download 76.64%
19:30:46:WU01:FS01:Download 80.25%
19:30:52:WU01:FS01:Download 85.47%
19:30:58:WU01:FS01:Download 88.28%
19:31:04:WU01:FS01:Download 91.89%
19:31:10:WU01:FS01:Download 96.30%
19:31:14:WU01:FS01:Download complete
19:31:15:WU01:FS01:Received Unit: id:01 state:DOWNLOAD error:NO_ERROR project:14180 run:2 clone:765 gen:17 core:0x21 unit:0x0000001e0002894c5d3b548d46b84c83
19:31:15:WU01:FS01:Starting
19:31:15:WU01:FS01:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:\Users\kusta\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/Win32/AMD64/NVIDIA/Fermi/Core_21.fah/FahCore_21.exe -dir 01 -suffix 01 -version 705 -lifeline 13380 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device 0 -gpu 0
19:31:15:WU01:FS01:Started FahCore on PID 12844
19:31:15:WU01:FS01:Core PID:11912
19:31:15:WU01:FS01:FahCore 0x21 started
19:31:15:WU01:FS01:0x21:*********************** Log Started 2019-10-19T19:31:15Z ***********************
19:31:15:WU01:FS01:0x21:Project: 14180 (Run 2, Clone 765, Gen 17)
19:31:15:WU01:FS01:0x21:Unit: 0x0000001e0002894c5d3b548d46b84c83
19:31:15:WU01:FS01:0x21:CPU: 0x00000000000000000000000000000000
19:31:15:WU01:FS01:0x21:Machine: 1
19:31:15:WU01:FS01:0x21:Reading tar file core.xml
19:31:15:WU01:FS01:0x21:Reading tar file integrator.xml
19:31:15:WU01:FS01:0x21:Reading tar file state.xml
19:31:15:WU01:FS01:0x21:Reading tar file system.xml
19:31:16:WU01:FS01:0x21:Digital signatures verified
19:31:16:WU01:FS01:0x21:Folding@home GPU Core21 Folding@home Core
19:31:16:WU01:FS01:0x21:Version 0.0.20
19:31:20:WU01:FS01:0x21:Completed 0 out of 12500000 steps (0%)
19:31:20:WU01:FS01:0x21:Temperature control disabled. Requirements: single Nvidia GPU, tmax must be < 110 and twait >= 900
19:33:31:WU01:FS01:0x21:Completed 125000 out of 12500000 steps (1%)
19:34:09:WU00:FS00:0xa7:Completed 81250 out of 125000 steps (65%)

... du meinst es liegt bei dir am BS? Konntest du das letzte Skript testen? Das sollte das Problem mit Win7-10 lösen. Bitte gezielt mit dem Skript ausprobieren, damit wir ein Feedback bekommen! Danke.
 
Fraglich ob es am BS liegt ?

Win10pro konnte nix mehr downloaden ( auch nach ipconfig /renew und PC - Neustart nicht), Win10pro IP hatte sofort den Download, es gab allerdings 2 mal einen Falt - Reset mit erneutem Download ? Derzeit faltet der Pc.

Das waren meine Beobachtungen.

Bei erneuten Downloadproblemen werde ich das Skript testen.

Nachtrag: Die Falt - Reset unter Win10pro IP habe ich selbst produziert durch UV/OC - Tests der GPU
08:45:10:WU00:FS01:0x21:Bad State detected... attempting to resume from last good checkpoint. Is your system overclocked?08:46:07:WU00:FS01:0x21:Bad State detected... attempting to resume from last good checkpoint. Is your system overclocked?

08:46:07:WU00:FS01:0x21:ERROR:114: Max Retries Reached,
, bisher also keine Downloadproleme mit Win10pro IP .

Unter dem normalen Win10pro konnte ich gestern keine GPU- WU downloaden.

Nachtrag2:

Ob es an Win10pro lag oder einem generellen Ausfall ?

Beobachtung:
19.10.2019
17:14:42: OS: Windows 10 Enterprise17:14:42: OS Arch: AMD64
17:14:42: GPUs: 0
17:14:42: CUDA Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:7.5 Driver:10.1
17:14:42:OpenCL Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:436.48
17:14:42:OpenCL Device 1: Platform:1 Device:0 Bus:NA Slot:NA Compute:1.2 Driver:20.19

17:14:42: Win32 Service: false

20.10.2019

11:06:07:WU00:FS00:0xa7: OS: Windows 10 Pro
11:06:07:WU00:FS00:0xa7: OS Arch: AMD64
 
Zuletzt bearbeitet:
Zurück