Search found 31 matches

by kostuek
Wed Apr 08, 2020 8:47 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Client not started on Windows 10
Replies: 18
Views: 3791

Re: Client not started on Windows 10

You speak about OpenCL, and yes I have an error on it but for me OpenCL is related to the GPU, since I do not have one, I think the error comes from there, what do you think ? Just thought it's strange that OpenCL appears at all in the log, since there is no GPU. Not sure how the client behaves in ...
by kostuek
Wed Apr 08, 2020 3:42 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Advanced control not working right (receive error 997)
Replies: 11
Views: 2530

Re: Advanced control not working right (receive error 997)

You could try

Code: Select all

sfc /scannow
after starting cmd as administrator, maybe windows is missing some stuff.
by kostuek
Wed Apr 08, 2020 8:42 am
Forum: Windows 10 + NVidia
Topic: OpenCL not detected on GTX 1660 Super Windows 10
Replies: 12
Views: 18039

Re: OpenCL not detected on GTX 1660 Super Windows 10

Did you try to set opencl-index manually like suggested in the log?
by kostuek
Wed Apr 08, 2020 8:07 am
Forum: New Donors start here
Topic: Client doesn't do a thing
Replies: 17
Views: 2344

Re: Client doesn't do a thing

You could check Windows Event Logger https://www.loggly.com/ultimate-guide/w ... ng-basics/ to see, if anything catches the eye. If not network, it is a possible permission issue.
by kostuek
Tue Apr 07, 2020 8:02 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Won't start folding
Replies: 7
Views: 1622

Re: Won't start folding

It is probably due to 24 cores in one slot. Try to reduce this number, but pay attention to choose a new number such that it is a multiple of 2 or 3. For example instead of 1 slot with 24 cores you could try to run 2 slots with 12 cores each.
by kostuek
Tue Apr 07, 2020 2:51 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: FAHclient won't start, Debian on Dell Studio
Replies: 11
Views: 17471

Re: FAHclient won't start, Debian on Dell Studio

Try

Code: Select all

sudo apt-get install libbz2-1.0
first.
by kostuek
Mon Apr 06, 2020 3:30 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Unable to start FAHClient
Replies: 11
Views: 2142

Re: Unable to start FAHClient

Well, good news is, your system got a small update. Bad news is, I'm out of ideas, sorry.

Edit: I think what happens is that the client was compiled against a library which had this symbol, but your version of this library doesn't have the same symbol for some reason (some test repository maybe?).
by kostuek
Mon Apr 06, 2020 2:33 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Unable to start FAHClient
Replies: 11
Views: 2142

Re: Unable to start FAHClient

You will also need to update libstdc++ library, which is part of GCC as far as I remember.
by kostuek
Mon Apr 06, 2020 12:53 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Unable to start FAHClient
Replies: 11
Views: 2142

Re: Unable to start FAHClient

Linux 3.13 was released in 2014. Your version of libstdc++ probably can't handle the client anymore. Either try to force a newer version of libstdc++ on your old system, which may cause some other problems, or better yet upgrade your system to a more fresh Ubuntu (which would be a sensible thing to ...
by kostuek
Mon Apr 06, 2020 12:23 pm
Forum: Problems with NVidia drivers
Topic: OpenCL: Not detected: clGetDeviceIDs() returned -1
Replies: 4
Views: 1679

Re: OpenCL: Not detected: clGetDeviceIDs() returned -1

So, just out of interest, you had multiple vendors active and FAH was confused, is that about correct?
by kostuek
Sun Apr 05, 2020 7:13 pm
Forum: New Donors start here
Topic: Installed new GPU, new GPU is having problems
Replies: 20
Views: 2373

Re: Installed new GPU, new GPU is having problems

You could check if the card is factory overclocked: https://www.techpowerup.com/gpuz/ (GPU Clock).
by kostuek
Sun Apr 05, 2020 6:01 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Client not started on Windows 10
Replies: 18
Views: 3791

Re: Client not started on Windows 10

Honestly, since this is a professional computer, I would avoid messing around with it too much. For educational reasons you could try to run clinfo (https://github.com/Oblomov/clinfo scroll down for windows binaries) to get some additional informations about what is going on in terms of OpenCL there.
by kostuek
Sun Apr 05, 2020 5:16 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Client not started on Windows 10
Replies: 18
Views: 3791

Re: Client not started on Windows 10

Code: Select all

19:26:27:OpenCL Device 0: Platform:0 Device:0 Bus:NA Slot:NA Compute:2.1 Driver:21.20
19:26:27:OpenCL Device 2: Platform:1 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:2117.13
That looks strange. Maybe it is confused by two different platforms? What kind of a machine is this?
by kostuek
Wed Apr 01, 2020 6:19 pm
Forum: New Donors start here
Topic: Need help with Ubuntu 18.04 and GTX 960
Replies: 15
Views: 1005

Re: Need help with Ubuntu 18.04 and GTX 960

Unfortunately, my wisdom ends here. A quick google search suggested, it will be not all that easy to do if not impossible. Good luck though.
by kostuek
Wed Apr 01, 2020 6:04 pm
Forum: New Donors start here
Topic: Need help with Ubuntu 18.04 and GTX 960
Replies: 15
Views: 1005

Re: Need help with Ubuntu 18.04 and GTX 960

According to https://www.techpowerup.com/gpu-specs/g ... 50-ti.c274 it only supports OpenCl 1.1, but FAH-cores need 1.2 to work. So, there is not much hope...