Hi Didier,
I noticed a new pop up info ("a internal task is still in progress...") when I use a batch file, see Resultat.png
it makes calculations very slow.
I use the latest TraceWin version and I restarted my computer just in case.
I attach the project in case you want to try.
As I can't attach a .bat file, I change batch1.bat into batch1.txt
Cheers,
Jonathan
slow batch [SOLVED]
-
- Neophyte
- Posts: 16
- Joined: Thu 10 Dec 2020 15:35
- Country:
France (fr)
slow batch [SOLVED]
- Attachments
-
- testDidier.ini
- (43.77 KiB) Downloaded 195 times
-
- batch1.txt
- (80 Bytes) Downloaded 202 times
-
- testDidier.dat
- (229 Bytes) Downloaded 200 times
-
- Resultat.png (14.8 KiB) Viewed 11108 times
Re: slow batch
Hi Jonathan,
This waiting message is new and should allow to wait for the effective end of some internal tasks in the code and avoid unexpected crash at the end of its execution.
I understand that this can be a problem for short runs in batch mode.
I'll fix that, but in the meantime why not use the non-GUI version, which is dedicated for batch using ?
Regards,
Didier
This waiting message is new and should allow to wait for the effective end of some internal tasks in the code and avoid unexpected crash at the end of its execution.
I understand that this can be a problem for short runs in batch mode.
I'll fix that, but in the meantime why not use the non-GUI version, which is dedicated for batch using ?
Regards,
Didier
-
- Neophyte
- Posts: 16
- Joined: Thu 10 Dec 2020 15:35
- Country:
France (fr)
Re: slow batch
Thanks Didier,
yes, I tried but apparently the new version (I downloaded it today) tells me that my computer can't run it, see attached.
So I had to go on with the regular version of TraceWin
Jonathan
yes, I tried but apparently the new version (I downloaded it today) tells me that my computer can't run it, see attached.
So I had to go on with the regular version of TraceWin
Jonathan
- Attachments
-
- NoGUI.png (11.61 KiB) Viewed 11104 times
Re: slow batch
Dear Jonathan,
The problem has been solved for the GUI version of TraceWin used in batch mode
And for the message from Windows concerning the no-GUI version, I think it is related to your antivirus. It forbids you to use code downloaded from the web. You have to extract it from the quarantine where it is stored.
Regards,
Didier
The problem has been solved for the GUI version of TraceWin used in batch mode
And for the message from Windows concerning the no-GUI version, I think it is related to your antivirus. It forbids you to use code downloaded from the web. You have to extract it from the quarantine where it is stored.
Regards,
Didier
-
- Neophyte
- Posts: 16
- Joined: Thu 10 Dec 2020 15:35
- Country:
France (fr)
Re: slow batch
Thank you Didier