Good call, the Blue Prism log shows an error:
An unhandled exception occurred in Blue Prism:
System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
at Automate.UserMessage.Show(Control owner, String prompt, Int32 helpTopicNo, String helpPage)
at Automate.UserMessage.Show(String prompt)
at Automate.main.main(String[] args)
From what I've found on StackOverflow that's related to a dialog box being present? I'm curious if there was a security policy that wasn't correctly configured, but I don't have access to view that.
There are also some warnings that the User.config file failed to open for reading.