What I'm do:
1. fresh install of client
2. configuring it in username, team data, passkey. No other flags are used.
3. running it
problem is - when I reboot my system (it's rare, but happens) FAHCoreWrapper.exe displays error every time it tries to start. On CPU and GPU slots. There is error log:
Code: Select all
11:02:33:WU00:FS00:Assigned to work server 128.252.203.10
11:02:33:WU00:FS00:Requesting new work unit for slot 00: READY cpu:10 from 128.252.203.10
11:02:33:WU00:FS00:Connecting to 128.252.203.10:8080
11:02:34:WU00:FS00:Downloading 2.07MiB
11:02:40:WU00:FS00:Download 18.12%
11:02:47:WU00:FS00:Download 30.20%
11:02:53:WU00:FS00:Download 36.23%
11:03:00:WU00:FS00:Download 45.29%
11:03:07:WU00:FS00:Download 60.39%
11:03:16:WU00:FS00:Download 75.49%
11:03:22:WU00:FS00:Download 87.57%
11:03:29:WU00:FS00:Download 99.65%
11:03:29:WU00:FS00:Download complete
11:03:29:WU00:FS00:Received Unit: id:00 state:DOWNLOAD error:NO_ERROR project:17202 run:0 clone:954 gen:144 core:0xa7 unit:0x000000ac80fccb0a5f32feaa33f3bcf6
11:03:29:WU00:FS00:Starting
11:03:29:WARNING:WU00:FS00:AS lowered CPUs from 10 to 9
11:03:29:WU00:FS00:Running FahCore: "w:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" w:\Users\admin\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/win/64bit-avx-256/a7-0.0.19/Core_a7.fah/FahCore_a7.exe -dir 00 -suffix 01 -version 706 -lifeline 11432 -checkpoint 15 -np 9
11:03:29:WU00:FS00:Started FahCore on PID 5360
11:03:32:WU00:FS00:FahCore 0xa7 started
11:03:32:WARNING:WU00:FS00:FahCore returned an unknown error code which probably indicates that it crashed
11:03:32:WARNING:WU00:FS00:FahCore returned: UNKNOWN_ENUM (-1073741502 = 0xc0000142)
11:03:32:WU00:FS00:Starting
11:03:32:WARNING:WU00:FS00:AS lowered CPUs from 10 to 9
11:03:32:WU00:FS00:Running FahCore: "w:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" w:\Users\admin\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/win/64bit-avx-256/a7-0.0.19/Core_a7.fah/FahCore_a7.exe -dir 00 -suffix 01 -version 706 -lifeline 11432 -checkpoint 15 -np 9
11:03:32:WU00:FS00:Started FahCore on PID 12240
11:03:33:WU00:FS00:FahCore 0xa7 started
11:03:33:WARNING:WU00:FS00:FahCore returned an unknown error code which probably indicates that it crashed
11:03:33:WARNING:WU00:FS00:FahCore returned: UNKNOWN_ENUM (-1073741502 = 0xc0000142)
11:04:32:WU00:FS00:Starting
11:04:32:WARNING:WU00:FS00:AS lowered CPUs from 10 to 9
11:04:32:WU00:FS00:Running FahCore: "w:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" w:\Users\admin\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/win/64bit-avx-256/a7-0.0.19/Core_a7.fah/FahCore_a7.exe -dir 00 -suffix 01 -version 706 -lifeline 11432 -checkpoint 15 -np 9
11:04:32:WU00:FS00:Started FahCore on PID 8800
11:04:36:WU00:FS00:FahCore 0xa7 started
11:04:36:WARNING:WU00:FS00:FahCore returned an unknown error code which probably indicates that it crashed
11:04:36:WARNING:WU00:FS00:FahCore returned: UNKNOWN_ENUM (-1073741502 = 0xc0000142)
What I've do wrong and how to fix that issue?