in reply to EXIT CODE 255

The priority of the process shouldn't cause it to exit, unless there's some time limit in the program. To figure out why it's existing, try running it from a command shell, and see if it prints a helpful error message before exiting. If that doesn't help, try adding error messages in the various places that it exits, adding debugging messages in the code, and/or running it under the debugger.

Good luck!