Debug Exported Application

SwfSwf
edited July 2015 in Library Questions

I have a processing sketch that works when I run it through the IDE. However, when I export the application, and run it, it does not properly launch(it's a multi window application and the main processing frame doesn't appear). Is there anyway I can get meaningful feedback to figure out what's wrong with the exported app compared to what I run in the IDE?

One of the libraries I'm using is SimpleOpenNI, and if I comment out the code related to that, the application launches properly. I saw the following post regarding exported applications and SimpleOpenNI, but I'm not sure how to apply the fix I'm working on to my machine(I'm working on windows 8). I followed the fix suggested in the post, and the app launches, but SimpleOpenNI doesn't work anymroe if I do that. http://forum.processing.org/two/discussion/7042/processing-s-export-functionality-does-not-work-with-simpleopenni-kinect-application#latest

Thanks in advance!

Sign In or Register to comment.