Debug method? Exported app will not run on another computer
in
Integration and Hardware
•
1 year ago
I have created a Processing application on my machine that runs just fine when exported on my machine. But, when on another person's machine, it won't even launch. There are so many variables, I am not sure where to start debugging. I am looking for help on approaching the troubleshooting process. So far, users on 64 bit Windows systems cannot launch the app.
- I programmed it on Mac OSX, and then via Boot Camp, corrected some code, and re-exported on Windows 7 64 bit. I checked the app thoroughly and it was working as expected. (I don't have a separate "pure" Windows unit to test on, myself)
- I am using several libraries: minim, soundcipher, toxilibs, controlp5
- I noticed from the beginning that there were font issues. I could not use the .vlw files that I made in OSX on Windows, they just generated errors. When I recreated the .vlw's in Windows, they appeared to work ok. Possibly this could be a source of the error.
- I have asked the users for error log reports, but as of this writing I do not yet have any further info from them. I will post when I get something useful.
I appreciate any help in getting direction for troubleshooting this issue. What are the first things that I should check or ask for to narrow down the problem?
thanks!
1