Re: System debugger and DVD apps

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Iain (idownsXXXX_at_dircon.co.uk)
Date: 05/06/04


Date: Thu, 6 May 2004 12:55:52 +0100

I would expect this to be caused by the MPEG2 decoder. A lot of decoders
refuse to run in a debugger so that you cannot hack how they work.

I expect this is something to do with handling CSS but it may just be a
paranoid codec writer.

Try using a different codec or reading from non protected DVDs.

Iain

"lakitu" <waldi@frankwittmann.de> wrote in message
news:eb6k2R0MEHA.628@TK2MSFTNGP11.phx.gbl...
> Hi all,
>
> I'm currently workingon a DVD playback application.
> While debugging, the following error message pops up:
>
> 'Please turn off system debugger and run again.'
>
> The error seems to be triggered by the IVideoWindow::Run()
> call. This message also appears in the SDK sample apps
> DVDSample and PlayDVD. The message even shows up
> when the release build is started from within Visual Studio.
>
> This leaves me without useful debugging facilities... any hints?
>
>