Visual Cron (v4.9.37 Build 36373) crashses after clicking any file path (RemoteSaveFileDialog) button. The error reported is given below:
System.NullReferenceException: Object reference not set to an instance of an object.
at RemoteSaveFileDialog.OEFNHjifZ(MessageClass , Server& )
at VisualCronAPI.Client.StbR59dAW(MessageClass , Server& )
at VisualCronAPI.Client.fMHI86b7n(Byte[] , Server& )
at Y3bNRUMpYUXwOApTEq7.KwkMVPMBQelRPvZXt8o.0oQYMqn5Y()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
This appears to only happen on my terminal. No other users within our organization appear to be having this problem.
ScenarioI want to create a Task to create a file at a given UNC location. So, on my Write File Task I simply copy and paste the UNC path to the "File Location:" text box in the "Write File" tab. When I run the Job, permissions fail. Another Visual Cron user tries it, but this time clicks the File Path button to navigate to the same UNC path. This time the the job runs without the permissions error.
I presume pasting a path into the file path text box will not work and only by navigating to the path via pressing the File Path button will it work. I have no idea since Visual Cron Crashes when I do so. Why is it crashing only on my machine?