I have been folding for years, mainly on Linux machines.
Now I wanted to set up the Windows client on my Win7 Ultimate x64 laptop, but can't get it to work properly.
The thing is that my regular user on the laptop is not an admin. I have two users on the laptop, admin (which I never log into) and my regular user.
If I install something or do some system-maintainence, Win7 prompts me for the password for the single admin user account, and off we go.
This works great for everything but F@H.
It installs ok, but it becomes unusable from my regular account.
Meaning:
1. No matter if I choose install for me or for all, there is no start-menu item installed for my regular user, only the admin user. (Not a big deal, but still)
2. No matter if I let it go ahead and put it's datafiles into "c:\users\admin\appdata\roaming", which it would like to do, even though I called it from my regular user, or if I set the datafiles to be in "c:\users\regular\appdata\roaming\", it will not work from the regular user.
Running fahcontrol as regular user or with "run as administrator" gives me the fahcontrol window, forever trying to connect to the local client.
Running fahclient from the command-line as regular user gives me:
- Code: Select all
C:\Program Files (x86)\FAHClient>fahclient
22:01:14:************************* Folding@home Client *************************
22:01:14: Website: http://folding.stanford.edu/
22:01:14: Copyright: (c) 2009-2012 Stanford University
22:01:14: Author: Joseph Coffland <joseph@cauldrondevelopment.com>
22:01:14: Args:
22:01:14: Config: <none>
22:01:14:******************************** Build ********************************
22:01:14: Version: 7.1.52
22:01:14: Date: Mar 20 2012
22:01:14: Time: 19:37:42
22:01:14: SVN Rev: 3515
22:01:14: Branch: fah/trunk/client
22:01:14: Compiler: Intel(R) C++ MSVC 1500 mode 1200
22:01:14: Options: /TP /nologo /EHa /Qdiag-disable:4297,4103,1786,279 /Ox -
arch:SSE
22:01:14: /QaxSSE2,SSE3,SSSE3,SSE4.1,SSE4.2 /Qopenmp /Qrestrict /M
T
22:01:14: Platform: win32 XP
22:01:14: Bits: 32
22:01:14: Mode: Release
22:01:14:******************************* System ********************************
22:01:14: CPU: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
22:01:14: CPU ID: GenuineIntel Family 6 Model 42 Stepping 7
22:01:14: CPUs: 8
22:01:14: Memory: 7.78GiB
22:01:14: Free Memory: 4.84GiB
22:01:14: Threads: WINDOWS_THREADS
22:01:14: On Battery: false
22:01:14: UTC offset: 2
22:01:14: PID: 3556
22:01:14: CWD: C:/Program Files (x86)/FAHClient
22:01:14: OS: Windows 7 Ultimate
22:01:14: OS Arch: AMD64
22:01:14: GPUs: 0
22:01:14: CUDA: Not detected
22:01:14:Win32 Service: false
22:01:14:***********************************************************************
22:01:14:<config>
22:01:14: <!-- Folding Slots -->
22:01:14:</config>
22:01:14:Trying to access database...
22:01:14:Successfully acquired database lock
22:01:14:Enabled folding slot 00: READY smp:8
22:01:14:WU00:FS00:Downloading core from http://www.stanford.edu/~pande/Win32/AM
D64/Core_a4.fah
22:01:14:WU00:FS00:Connecting to www.stanford.edu:80
22:01:15:WU00:FS00:FahCore a4: Downloading 2.89MiB
22:01:21:WU00:FS00:FahCore a4: 30.30%
22:01:27:WU00:FS00:FahCore a4: 62.76%
22:01:33:WU00:FS00:FahCore a4: 93.06%
22:01:34:WU00:FS00:FahCore a4: Download complete
22:01:34:WU00:FS00:Valid core signature
22:01:34:ERROR:WU00:FS00:Exception: Failed to open 'cores/www.stanford.edu/~pand
e/Win32/AMD64/Core_a4.fah/FahCore_a4.exe': Failed to open 'cores/www.stanford.ed
u/~pande/Win32/AMD64/Core_a4.fah/FahCore_a4.exe': Access is denied.
22:01:34:ERROR:WU00:FS00:: Access is denied.
22:01:54:WARNING:Console control signal 0 on PID 3556
22:01:54:Exiting, please wait. . .
22:01:55:Clean exit
In the case above, both "C:\Users\admin\AppData\Roaming\FAHClient" as well as "C:\Users\regular\AppData\Roaming\FAHClient" exists. But for some reason it always tries to access admin's data, even if it is called by regular.
Now, running fahclient as admin-user works, but it seems that since fahcontrol didn't start fahclient, it connect to it but can't control it. Meaning that I can't set fahcontrol to stop fahclient when I pull out the power from the laptop.
Is there anything to do apart from changing my useraccount to an admin-user?