with 8800 and win7 my experience is that you don't have enought GPU memory and you need to disable some AERO features. Franz
What exactly did Boinc say when it deleted your tasks?Claggy
If you still have the unchanged copy of your Boinc Backup, you still might be okay.In the copy you have a file called client_state.xml under the section for Seti It tells what Applications are supposed to be present. That is what is needed.The trick, is to add a section to the app_info.xml that gives the name of the Stock MB Cuda application that points to the optimized application. You can even make a copy of the optimized app and rename the same as the stock app. Then run work down to ZERO and removed the cludged information form the app_info.xmlSo without seeing your app_info.xml it makes it very tough to "guess" Your log shows something does not compare between the client_state.xml and the app_info.xmlPlease post a copy of your app_info.xmlRegards
OK, I just re-did the re-install and blowing up of my BOINC install, the relevant logging right after having done the install, and restarting the client is:26-Nov-09 00:36:14 Starting BOINC client version 6.10.18 for windows_x86_6426-Nov-09 00:36:14 log flags: file_xfer, sched_ops, task26-Nov-09 00:36:14 Libraries: libcurl/7.19.4 OpenSSL/0.9.8l zlib/1.2.326-Nov-09 00:36:14 Data directory: D:\WinApps\BOINC_Data26-Nov-09 00:36:14 Running under account Patrick26-Nov-09 00:36:14 Processor: 4 GenuineIntel Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz [Intel64 Family 6 Model 15 Stepping 11]26-Nov-09 00:36:14 Processor: 4.00 MB cache26-Nov-09 00:36:14 Processor features: fpu tsc pae nx sse sse2 pni26-Nov-09 00:36:14 OS: Microsoft Windows 7: Ultimate x64 Edition, (06.01.7600.00)26-Nov-09 00:36:14 Memory: 4.00 GB physical, 8.00 GB virtual26-Nov-09 00:36:14 Disk: 426.70 GB total, 282.43 GB free26-Nov-09 00:36:14 Local time is UTC +1 hours26-Nov-09 00:36:14 NVIDIA GPU 0: GeForce 8800 GTX (driver version 19107, CUDA version 2030, compute capability 1.0, 768MB, 346 GFLOPS peak)26-Nov-09 00:36:14 SETI@home Found app_info.xml; using anonymous platform26-Nov-09 00:36:14 SETI@home [error] No application found for task: windows_intelx86 608 cuda; discardingsnip26-Nov-09 00:36:14 SETI@home [error] State file error: result 11oc06aa.7629.890.13.10.62_1 not found for task26-Nov-09 00:36:14 SETI@home [error] State file error: result 11oc06aa.30821.890.12.10.85_1 not found for task26-Nov-09 00:36:14 SETI@home [error] State file error: result 11oc06aa.30821.1299.12.10.236_1 not found for task26-Nov-09 00:36:14 SETI@home [error] State file error: result 02se09ab.14973.4975.14.10.93_2 not found for task26-Nov-09 00:36:14 SETI@home [error] State file error: result 03mr07ab.2677.20522.15.10.248_1 not found for task26-Nov-09 00:36:14 Not using a proxyand then it continues 'as expected' requesting new work.Regards, Patrick.
<app_info> <app> <name>setiathome_enhanced</name> </app> <file_info> <name>AK_v8b_win_x64_SSSE3x.exe</name> <executable/> </file_info> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>528</version_num> <file_ref> <file_name>AK_v8b_win_x64_SSSE3x.exe</file_name> <main_program/> </file_ref> </app_version> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>603</version_num> <file_ref> <file_name>AK_v8b_win_x64_SSSE3x.exe</file_name> <main_program/> </file_ref> </app_version> <app> <name>astropulse_v5</name> </app> <file_info> <name>ap_5.03r112_SSE3.exe</name> <executable/> </file_info> <app_version> <app_name>astropulse_v5</app_name> <version_num>503</version_num> <file_ref> <file_name>ap_5.03r112_SSE3.exe</file_name> <main_program/> </file_ref> </app_version> <app> <name>astropulse_v505</name> </app> <file_info> <name>ap_5.05r168_SSE3.exe</name> <executable/> </file_info> <app_version> <app_name>astropulse_v505</app_name> <version_num>505</version_num> <file_ref> <file_name>ap_5.05r168_SSE3.exe</file_name> <main_program/> </file_ref> </app_version> <app> <name>setiathome_enhanced</name> </app> <file_info> <name>MB_6.08_CUDA_V12_VLARKill_FPLim2048.exe</name> <executable/> </file_info> <file_info> <name>cudart.dll</name> <executable/> </file_info> <file_info> <name>cufft.dll</name> <executable/> </file_info> <file_info> <name>libfftw3f-3-1-1a_upx.dll</name> <executable/> </file_info> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>608</version_num> <plan_class>cuda</plan_class> <platform>windows_intelx86</platform> <avg_ncpus>0.040000</avg_ncpus> <max_ncpus>0.040000</max_ncpus> <coproc> <type>CUDA</type> <count>1</count> </coproc> <file_ref> <file_name>MB_6.08_CUDA_V12_VLARKill_FPLim2048.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>cudart.dll</file_name> </file_ref> <file_ref> <file_name>cufft.dll</file_name> </file_ref> <file_ref> <file_name>libfftw3f-3-1-1a_upx.dll</file_name> </file_ref> </app_version></app_info>
The Problem is you're changed from a 32bit version of Windows/Boinc to the 64 bit version, and they are different platforms,putting a platform tag of 'windows_intelx86' in you're app_info should fix it for now,but you might want to run down your tasks, detach/reattach (to clear the x86 platform from your client_state.xml),then reinstall the optimised apps.Code: [Select]<app_info> <app> <name>setiathome_enhanced</name> </app> <file_info> <name>AK_v8b_win_x64_SSSE3x.exe</name> <executable/> </file_info> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>528</version_num> <file_ref> <file_name>AK_v8b_win_x64_SSSE3x.exe</file_name> <main_program/> </file_ref> </app_version> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>603</version_num> <file_ref> <file_name>AK_v8b_win_x64_SSSE3x.exe</file_name> <main_program/> </file_ref> </app_version> <app> <name>astropulse_v5</name> </app> <file_info> <name>ap_5.03r112_SSE3.exe</name> <executable/> </file_info> <app_version> <app_name>astropulse_v5</app_name> <version_num>503</version_num> <file_ref> <file_name>ap_5.03r112_SSE3.exe</file_name> <main_program/> </file_ref> </app_version> <app> <name>astropulse_v505</name> </app> <file_info> <name>ap_5.05r168_SSE3.exe</name> <executable/> </file_info> <app_version> <app_name>astropulse_v505</app_name> <version_num>505</version_num> <file_ref> <file_name>ap_5.05r168_SSE3.exe</file_name> <main_program/> </file_ref> </app_version> <app> <name>setiathome_enhanced</name> </app> <file_info> <name>MB_6.08_CUDA_V12_VLARKill_FPLim2048.exe</name> <executable/> </file_info> <file_info> <name>cudart.dll</name> <executable/> </file_info> <file_info> <name>cufft.dll</name> <executable/> </file_info> <file_info> <name>libfftw3f-3-1-1a_upx.dll</name> <executable/> </file_info> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>608</version_num> <plan_class>cuda</plan_class> <platform>windows_intelx86</platform> <avg_ncpus>0.040000</avg_ncpus> <max_ncpus>0.040000</max_ncpus> <coproc> <type>CUDA</type> <count>1</count> </coproc> <file_ref> <file_name>MB_6.08_CUDA_V12_VLARKill_FPLim2048.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>cudart.dll</file_name> </file_ref> <file_ref> <file_name>cufft.dll</file_name> </file_ref> <file_ref> <file_name>libfftw3f-3-1-1a_upx.dll</file_name> </file_ref> </app_version></app_info>Claggy
But, but, I installed the following BOINC package on this machine:boinc_6.10.18_windows_x86_64.exe(downloaded from the official site). Is this a known problem with this package?Regards,Patrick.
Quote from: PatrickV2 on 26 Nov 2009, 03:11:28 pmBut, but, I installed the following BOINC package on this machine:boinc_6.10.18_windows_x86_64.exe(downloaded from the official site). Is this a known problem with this package?Regards,Patrick.But What Windows / Boinc combination was your backup running prevously?Claggy
Quote from: Claggy on 26 Nov 2009, 03:41:10 pmQuote from: PatrickV2 on 26 Nov 2009, 03:11:28 pmBut, but, I installed the following BOINC package on this machine:boinc_6.10.18_windows_x86_64.exe(downloaded from the official site). Is this a known problem with this package?Regards,Patrick.But What Windows / Boinc combination was your backup running prevously?ClaggyI do not understand your question? The machine is a fresh install, with a fresh install of the mentioned BOINC package. It also got a new ID when I attached the machine to setiathome....Regards,Patrick.
Sorry, i thought you had saved your Boinc and your Boinc Data folder's from a prevous installation of windows.Try restoring your backup folder's again, do a repair installation of Boinc, install the optimised apps again, then replace the app_info with the one i posted above.Claggy