if I have any internal association where the FilterX_open parameter is not * or **, then right-click on a file that matches the association makes TC hangs.
Step to reproduce:
Open TC with a clean ini file.
Open the internal association dialog
Click Add
Enter *.txt and press OK
In the Open: field write: "%SYSTEMROOT%\notepad.exe" "%1" and press OK
Click the box: "Load extra command from all matching types" and press OK
Right-click on a .txt file - TC hangs
--------------------
Also try with this setting:
Code: Select all
[Associations]
Filter1=*.htm
Filter1_open=*open
Filter1_Metapad=""%COMMANDER_PATH%\TOOLS\metapad.exe" "%1""
Filter1_PlainEdit=""%PROGRAMFILES(x86)%\PlainEdit\PlainEdit.exe" "%1""
Filter1_Notepad=""%SYSTEMROOT%\notepad.exe" "%1""
Filter1_Lister (Auto)=""%COMMANDER_EXE%" /S=L "%1""
Filter1_Lister (HTMLView)=""%COMMANDER_EXE%" /S=L:PHTMLView "%1""
Filter1_Lister (cudalister)=""%COMMANDER_EXE%" /S=L:Pcudalister "%1""
Now disable "Load extra command from all matching types" and right click a .htm file again - now the association list is correct with only 6 items. see: https://madsenworld.dk/tcmd/assocnoerror.png
Now change
Code: Select all
Filter1_open=*open
Code: Select all
Filter1_open=*
If
Code: Select all
Filter1_open=**