I've really tried everything for my issue so I decided to extensively explain my problem here so that I may get some help...
-For the past month I have been using BOINC with my CPU only because GPU instantly produces "Computation Error" when a task starts.
-Today I uninstalled and deleted all BOINC files on the PC, including files in programdata. Reinstalled BOINC 7.0.44 and properly set the app config file to:
<app_config>
<app>
<name>hcc1</name>
<max_concurrent>8</max_concurrent>
<gpu_versions>
<gpu_usage>0.125</gpu_usage>
<cpu_usage>1</cpu_usage>
</gpu_versions>
</app>
</app_config>
After installing BOINC, I opened it, closed it, configured the app_config, then opened BOINC again and got a message saying the "app hcc1 not found in app_config.xml"
Here is what my event log has to say:
Log reports all my PC hardware
09/02/2013 13:02:02 | | CAL: ATI GPU 0: AMD Radeon HD 7900 series (Tahiti) (CAL version 1.4.1741, 3072MB, 3032MB available, 10240 GFLOPS peak)
09/02/2013 13:02:02 | World Community Grid | Found app_config.xml
09/02/2013 13:02:02 | World Community Grid | app hcc1 not found in app_config.xml
<network stuff between those>
09/02/2013 12:32:02 | World Community Grid | Starting task X0900109240281200905221614_0 using hcc1 version 705 (ati_hcc1) in slot 8
and few more of those till slot 15 (note: shouldnt this be restricted "up to 8?")
and then just 1 second later:
09/02/2013 12:32:03 | World Community Grid | Computation for task X0900109240281200905221614_0 finished
09/02/2013 12:32:03 | World Community Grid | Output file X0900109240281200905221614_0_0 for task X0900109240281200905221614_0 absent
and the same thing for all other hcc_1 related tasks
there is nothing else between those lines, just the tasks starting,finishing and output files.
-I am using catalyst 13.2 beta 3 without CCC (I have tried 12.11, 13.1 and with/without CCC installed)
-I attempted to give full read/write permission to BOINC for all users in Programdata
-I have removed all possible restrictions from the BOINC options.
Kiex says in this initial post: "If you get an error about app_name not found in file, check the numbers you entered are correct and perhaps reset the project." But I dont think i've done any mistake here... tried really all i could think of.