vote up 0 vote down star

Hello,

I developed small application using DirectShow and code on next link:

http://www.codeproject.com/KB/directx/directxcapture.aspx

If i have 2nd display active, when I close application, it reset my PC.

How does it looks line? First, when I close application, for 0.5 is all ok, after that PC freezes for 1 sec, blue screen for 0.5 sec, and then reset.

I have Nvidia 7600GS video card in PC.

Is there maybe a problem with capture.Close(); method? Or it's video card?

Please help!

flag
Any crash or visible error on the screen? I'm leaning on drivers not handling a bug in your code well, if not (because that sounds like a triple fault). – Jed Smith Nov 8 at 6:43

4 Answers

vote up 0 vote down

Sounds like you're getting a BSoD. Configure your computer to save a memory dump file or connect a kernel debugger, and you'll be able to get the bugcheck code and stack trace.

link|flag
vote up 0 vote down

On Freund,

thanx, but can we try someting easier? i don't want to debug directshow libraries...

link|flag
I have no experience with DirectShow, so I really have no idea. I am, however, pretty sure that you're experiencing a BSoD, so getting the information and searching for it might prove useful even without debugging. – On Freund Nov 8 at 10:15
BSoD lasts very short time before machine reset itself. But, I did manage to get on it, that irq channels are mentioned on BSoD... On the other side, Device manager in Windows reports no errors, and all is clear there. – unknown (google) Nov 8 at 10:29
Configure Windows to save a memory dump file, and open it using WinDBG. You'll see all the information and have time to copy it. – On Freund Nov 8 at 11:45
vote up 0 vote down

is there someting to do with method StopWhenReady() ?

how can i call that method?

link|flag
vote up 0 vote down

I've had similar issues. Essentially it was a poorly written driver for a crappy webcam.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.