When the user tries to use multiple cores in GUIs that support parallel processing, there is an error. The error occurs because the program cannot find the java class which is used to create the progress bar. The bug is probably solved by either adding the folder with the java class to the deployment project, or by adding the folder to the java class path before deploying. A workaround is to select one core in the GUIs so that parallel processing is not used.
