all work suspended

vger
vger
Joined: 24 May 05
Posts: 3
Credit: 122800
RAC: 0
Topic 193920

It seems that all my network and computation work has been suspended,why?

Jord
Joined: 26 Jan 05
Posts: 2952
Credit: 5893653
RAC: 0

all work suspended

zYou've been returning only errors off late:

- exit code -1 (0xffffffff)

So your quota is 1 a day.
To make sure that computers don't continue to trash tasks unnecessarily, projects use a quota of tasks per CPU/core per day. With every task you return in error, this quota gets decreased by one. Once you manage to correct whatever is causing these errors and start returning good work, your quota will double with each correctly returned task.

Now then, with that out of the way, what is causing an exit code -1.

Exit code -1 (0xffffffff) seems to be an incompatibility between the science application and your video card. You'll run into it when you use the graphics or screen saver, tasks running at the time when either is activated will error out with the above error message.

Mostly found on ATI video cards.
Try updating your video card drivers and DirectX version.

But the only sure workaround in case the project does have graphics is not to look at the graphics or to use the screen saver.

vger
vger
Joined: 24 May 05
Posts: 3
Credit: 122800
RAC: 0

I doubled checked nvidia

Message 85501 in response to message 85500


I doubled checked nvidia geforce6150se nforce430 drivers have the correct drivers as of 08-22-08,also i have directx 10. What's curious i have ran this project for more than year with no problems and then it just stops working. As for what's causing these errors,(got me????)!

Quote:

zYou've been returning only errors off late:

- exit code -1 (0xffffffff)

So your quota is 1 a day.
To make sure that computers don't continue to trash tasks unnecessarily, projects use a quota of tasks per CPU/core per day. With every task you return in error, this quota gets decreased by one. Once you manage to correct whatever is causing these errors and start returning good work, your quota will double with each correctly returned task.

Now then, with that out of the way, what is causing an exit code -1.

Exit code -1 (0xffffffff) seems to be an incompatibility between the science application and your video card. You'll run into it when you use the graphics or screen saver, tasks running at the time when either is activated will error out with the above error message.

Mostly found on ATI video cards.
Try updating your video card drivers and DirectX version.

But the only sure workaround in case the project does have graphics is not to look at the graphics or to use the screen saver.


vger
vger
Joined: 24 May 05
Posts: 3
Credit: 122800
RAC: 0

RE: UMM! I quess i

Message 85502 in response to message 85501

Quote:

UMM! I quess i will go to another project!

I doubled checked nvidia geforce6150se nforce430 drivers have the correct drivers as of 08-22-08,also i have directx 10. What's curious i have ran this project for more than year with no problems and then it just stops working. As for what's causing these errors,(got me????)!

Quote:

zYou've been returning only errors off late:

- exit code -1 (0xffffffff)

So your quota is 1 a day.
To make sure that computers don't continue to trash tasks unnecessarily, projects use a quota of tasks per CPU/core per day. With every task you return in error, this quota gets decreased by one. Once you manage to correct whatever is causing these errors and start returning good work, your quota will double with each correctly returned task.

Now then, with that out of the way, what is causing an exit code -1.

Exit code -1 (0xffffffff) seems to be an incompatibility between the science application and your video card. You'll run into it when you use the graphics or screen saver, tasks running at the time when either is activated will error out with the above error message.

Mostly found on ATI video cards.
Try updating your video card drivers and DirectX version.

But the only sure workaround in case the project does have graphics is not to look at the graphics or to use the screen saver.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.