Reply to thread

Hi guys!

 

My friends and I are working on a process plugin that controls MP with the Kinect. We basically intialize the kinect and look for gestures which, when recognized, will cause an action to be sent to MP, to be handled by MP's action handler.

 

Current Status: When we enable the plugin and start media portal, it crashes as soon as someone steps into the Kinect field of view (null exception).

 

What we want is to run a debug build of media portal, set breakpoints, and then step through the code to see what's failing. I have no idea how that's done :unsure: so I tried the following:

 

Load the media portal solution in VS 2010

Add an exisiting project (our process plugin),

Build it in Debug mode

 

When I click play, I get the following error before MP even starts up: System.BadImageFormatException was unhandled. 


Please check the attached error log for details. Any help would be greatly appreciated! For what it's worth, I did not get this exception before our process plugin project was added, so it is most likely responsible.


Top Bottom