0

I have simple direct Direct Show Filter:

 Source ---> Decoder --->Renderer

I run the filter with microsoft Graph Edt Tool.Its work fine....

But when i move the renderer window to my computer second screen it crash...

I get the error :

The application has requested the Runtime to terminate it in an unusual way...

Why it works just at first computer screen and crash when move to second? Any ideas...

Novalis
  • 2,265
  • 6
  • 39
  • 63

1 Answers1

1

Most likely: Decoder fails to gracefully handle graph pause/stop command OR error getting buffer from downstream filter.

More details needed for more ideas. If you have crash, you got to have crash call stack then.

Roman R.
  • 68,205
  • 6
  • 94
  • 158