Forum Navigation
Please or Register to create posts and topics.

error.log

I get , sometimes, a CMD popup  on my Jet45 pc with this error.

 

it says in dutch it cannot find a file error.log , access denied.
NTFS security is set tot the c:\software\DU2 folder to everyone full access.
creating this error.log file manually does not help, it gets deleted by jet 45...i think.

i also sometimes get this from other jet45 folders.

Any idea?

Uploaded files:
  • You need to login to have access to uploads.

Hi Roel,

Each time the software starts up I call this function which deletes the log file:

system("DEL error.log");

If the file is not found (i.e. no previous errors logged), that cmd window can pop up.  Not sure why it stays open and only shows sometimes. On my system, the window doesn't show during this operation. This log file should only be created if the nav database or the path to the flightplan folder is not found.  There are better ways of deleting that file in software that would prevent the window from opening during the delete operation.  You can make sure "run as administrator" is selected for all of your jet45 software executables, which may help.

Jason Hite FlightDeckSoft

Yes it could be my fs pc , where the flightplans are stored, was started after the pc with jet45 software.
I will test this.
Also the , obvious, runas option i have not tried.

thx for the quick reply

I think there were 2 things wrong:

  • FS PC has to be running so shares are available
  • Timings issue starting Jet 45 components

I started all the componenents from windows startup folder.
There was another popup which said the error.log was in use.
So i made a powershell script to start the different components sequentially with a delay of 5 secs.
This script is placed in the windows startup folder.

I don't seem to get the errors anymore.

Thanks for the help Jason