cplussharp / graph-studio-next

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

32bit GraphStudioNext doesn't list process name and process image file for 64bit processes #303

Open mikecopperwhite opened 7 years ago

mikecopperwhite commented 7 years ago

To reproduce

  1. Launch 64bit GraphStudioNext
  2. Launch 32bit GraphStudioNext
  3. In both 32bit and 64bit applications select "File/Connect to remote graph"

Expected Both 32bit and 64bit applications should list graphstudionext.exe in the process name and process image file columns.

Actual Only 64 bit application shows values for process name and image file.

Seems to be a limitation of the way we're discovering process name and image file values as I get the same issue trying to connect 32bit GraphStudioNext to a graph exported from my own 64bit application. Perhaps it's a fundamental 32bit limitation.