cplussharp / graph-studio-next

GraphStudioNext is a tool for developers to build and test DirectShow Graphs
355 stars 94 forks source link

crash connecting to remote graph #279

Open rdp opened 9 years ago

rdp commented 9 years ago

Hello. As a note if I install "direct show spy" dll's then launch SichboPVR, it adds two graphs to the ROT while running. Opening up one of them using graph studio next -> crash (graphedit can load it OK). Let me know what further information I can provide or where it might be located. Cheers!

roman380 commented 9 years ago

Do I get this right, that with spy you have two entries in both GraphEdit, and GraphStudioNext and GE opens both graphs, GSN opens neither of the two (crashes). Then both GE and GSN are 32-bit apps?

Also it is worth mentioning version of DirectShowSpy.dll

rdp commented 9 years ago

yes two entries show up "everywhere." GE can open both (32 bit and 64 bit GE both can open both remote graphs). With GSN 32 or 64 bit, it opens one OK, and "dies" opening the other. If that makes sense.

On Thu, Aug 13, 2015 at 12:58 PM, Roman R. notifications@github.com wrote:

Do I get this right, that with spy you have two entries in both GraphEdit, and GraphStudioNext and GE opens both graphs, GSN opens neither of the two (crashes). Then both GE and GSN are 32-bit apps?

— Reply to this email directly or view it on GitHub https://github.com/cplussharp/graph-studio-next/issues/279#issuecomment-130803382 .

roman380 commented 9 years ago

My guess is that the problem is more likely to be with spy rather than with GSN, it might be bug or some misfit. I installed the app to possibly see it live, but I don't have hardware to reproduce the entire scenario.

rdp commented 9 years ago

Interesting. If I try and save it from graphedit, either graph they both say "An error occurred while attempting to open the file. No such interface supported (Return code 0x80004002)." and it proceeds to not create a .grf file. Odd.

On Fri, Aug 28, 2015 at 12:16 PM, Máté Sebők smfinc.org@gmail.com wrote:

Try saving the problematic graph from GE and try to open in GSN. Does it crash too?

On Fri, Aug 28, 2015 at 5:35 PM, Roger Pack rogerdpack@gmail.com wrote:

Quick question:

If you have SichboPVR running "watching a stream" and direct show spy installed, two graphs should show up in the ROT I think. If you "connect" to them from graphstudio does it work? What about from graphstudionext? Just wondering if this particular bug I reported on once is reproducible with DTB hardware or not. If you could do me the favor of checking sometime. Thanks! -roger-

---------- Forwarded message ---------- From: Roman R. notifications@github.com Date: Fri, Aug 28, 2015 at 3:20 AM Subject: Re: [graph-studio-next] crash connecting to remote graph (#279) To: cplussharp/graph-studio-next graph-studio-next@noreply.github.com Cc: Roger Pack rogerpack2005@gmail.com

My guess is that the problem is more likely to be with spy rather than with GSN, it might be bug or some misfit. I installed the app to possibly see it live, but I don't have hardware to reproduce the entire scenario.

— Reply to this email directly or view it on GitHub https://github.com/cplussharp/graph-studio-next/issues/279#issuecomment-135707183 .

mikecopperwhite commented 5 years ago

There is a known crash connecting to remote graphs in issue #333. Not clear if this is the same issue without more details. Issue #333 is now fixed so maybe this crash is fixed too.