Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

[v31.01.16] Crashes after certain syntax

Jan
686
15
I entered following incorrect (no valid syntax) try:

Code:
for /l %n in (1,1,10) (for %fn in (*) if not isfile "tests3\%@format[[04,%n]\%fn]]" echo "%fn")

This will crash TC reproducable (here). TC restarts automatically after.

Even if the syntax is wrong, TC should not crash, so that seems a bug somewhere ...

Greetings

PS:

Beschreibung
Name der fehlerhaften Anwendung: tcc.exe, Version: 31.1.16.0, Zeitstempel: 0x656091e8
Name des fehlerhaften Moduls: TakeCmd.dll, Version: 31.1.16.0, Zeitstempel: 0x656091de
Ausnahmecode: 0xc0000409
Fehleroffset: 0x0000000000443134
ID des fehlerhaften Prozesses: 0x3a88
Startzeit der fehlerhaften Anwendung: 0x01da2866c0ab7f45
Pfad der fehlerhaften Anwendung: C:\Program Files\JPSoft\TCMD31\tcc.exe
Pfad des fehlerhaften Moduls: C:\Program Files\JPSoft\TCMD31\TakeCmd.dll
Berichtskennung: 19031a37-5ee8-4105-93a9-bc5b2bc8bcd9
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
 
Out of curiosity, what is wrong with his syntax, and how should he fix it?
 
@rconn

That's a difficult one then to fix ... I just thought I'll report it, because such crashes are never "nice".

Of course you decide to fix it or not.

However: thank you for letting me know!

Greetings
 

Similar threads

Back
Top