Never any valid results

Anonymous
Topic 12670

> > It seems that for pretty much every WU I get, it finishes after about 1
> minute
> > with a "Client Error". The exit status for every one of these is
> -1073741515
> > (0xc0000135). What does this error number indicate?
> >
>
> Usually means a DLL didn't load.
>
> Does this just show in the error log or do you get a dialog box with the
> error? The DLL that failed to load would be part of the message displayed.
>
> And is there anything in the system or application event log about the error?

Walt, I looked up stderr for this user. It looks like the core client is exiting before starting the app, or right after starting the app. There is no message from the APP, and I have no idea what this error code means. Any ideas what dll might be missing?

Bruce

Bruce Allen
Bruce Allen
Joined: 15 Oct 04
Posts: 958
Credit: 170,849,008
RAC: 0

Never any valid results

>
> > Thanks everybody. Actually, I was having some problems with my computer
> > caused by a weird power outage from a few months ago, which happened to
> have
> > clobbered my DCIMAN32.dll file even though I am connected through a UPS.
> From
> > a web search I determined that this DLL is used for graphics drawing. I
> was
> > able to find a replacement for it the other night, and when I checked my
> BOINC
> > this morning on the way out the door it looked like it was actually
> computing
> > things, and I can even have it display the graphics (they would not
> display
> > before). I'll check the event log when I get home from work and see if
> it was
> > this missing DLL that caused the error. BOINC never gave me an error
> dialog
> > box.
>
> Thats great.
>
> DirectX is based on COM (Component Object Model) which is why you didn't see
> an error dialog box. It allows applications to recover from problems like
> this, they can just not use the graphics. The 3d animation in Einstein@home
> is definitely worth keeping though, the developers did a really good job with
> it, especially the way you can move the sphere around with the mouse. Thanks
> guys.

Thank you, Walter. I and the other developers are basically good unix programers and know very little about Windows. So your Win32 technical expertise here is *very* welcome.

Cheers,
Bruce

Comment viewing options

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