Quote:
Originally Posted by popswala
I got a problem and I'm wondering if anyone knows an answer to it lol. My wife closes wcg to watch movies on here (dunno why when I said to only close folding). When I get home and click on wcg to open. My pc locks up. I can't do a thing exept for hitting reset and letting it load normally at startup. So basically Even if I click it to bench or play a game and then reopen. It locks pc again.
Any ideas?
|
Maybe reducing the RAM use in the settings can help those lockups?
If you need to keep pausing it for specific programs, like Windows Media Player or whatever you're using, you can include it on the config file so that BOINC automatically pauses whilst that software is running.
Search for the cc_config.xml file (think it's by default in user/appdata/boinc) and add this line: <exclusive_app>
program name .exe</exclusive_app>
Code:
<cc_config>
<options>
<exclusive_app>Speed.exe</exclusive_app>
<exclusive_app>Crysis.exe</exclusive_app>
<exclusive_app>FarCry.exe</exclusive_app>
<exclusive_app>NFSHP2.exe</exclusive_app>
<exclusive_app>FarCry2.exe</exclusive_app>
<exclusive_app>Dirms.exe</exclusive_app>
<exclusive_app>Spybot.exe</exclusive_app>
</options>
</cc_config>
Then restart boinc or choose to read config file from the advanced menu.