I have a stack that functions perfectly while inside the IDE,

However once you save it as a standalone application, the message path stops at some point exactly which line number I do not know.
Code: Select all
load URL with message
I am hoping to be able to figure out where the message path is stalling, because once compiled into a standalone, I get no error message, so somewhere,
the message path is not being passed,
any thoughts or suggestions,)