Lister: The issue with the Plugins menu missing 64-bit options.
Moderators: Hacker, petermad, Stefan2, white
Lister: The issue with the Plugins menu missing 64-bit options.
Due to some issues with installing plugins, I had to repeatedly install several of them.
In the end, I found that if install only 64-bit plugins, for example: wlx64_uLister_4.0.0.zip
The Plugins menu of Lister won't have the option 'uLister' .
However, if install 32-bit wlx_uLister_4.0.0.zip, then the 'uLister' option will appear.
With guidance from Horst.Epp, I checked the [ListerPlugins] section in the Wincmd.ini file.
If install only 64-bit plugin:
[ListerPlugins]
0=%COMMANDER_PATH%\plugins\wlx\ulister\ulister.wlx64
But even without installing the 32-bit uLister plugin, I can simply add the following line manually:
1=%COMMANDER_PATH%\plugins\wlx\ulister\ulister.wlx
After that, the 'uLister' option will appear in Lister.
So, does Lister not recognize wlx64 named plugins? Even if I'm using 64-bit Total Commander with Lister.
In the end, I found that if install only 64-bit plugins, for example: wlx64_uLister_4.0.0.zip
The Plugins menu of Lister won't have the option 'uLister' .
However, if install 32-bit wlx_uLister_4.0.0.zip, then the 'uLister' option will appear.
With guidance from Horst.Epp, I checked the [ListerPlugins] section in the Wincmd.ini file.
If install only 64-bit plugin:
[ListerPlugins]
0=%COMMANDER_PATH%\plugins\wlx\ulister\ulister.wlx64
But even without installing the 32-bit uLister plugin, I can simply add the following line manually:
1=%COMMANDER_PATH%\plugins\wlx\ulister\ulister.wlx
After that, the 'uLister' option will appear in Lister.
So, does Lister not recognize wlx64 named plugins? Even if I'm using 64-bit Total Commander with Lister.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Lister: The issue with the Plugins menu missing 64-bit options.
Indeed it doesn't. A plugin must either be a combined 32-bit+64-bit plugin in one file, or in two separate files. I wish you had reported this a few weeks earlier, currently the beta test is dragging on and on and on and will never end. 

Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Lister: The issue with the Plugins menu missing 64-bit options.
2ghisler(Author)
Note, that even if the ini-entry is:
the menu still works OK if there actually is a ulister.wlx in the plugin directory.
Reminds me of this issue: https://ghisler.ch/board/viewtopic.php?p=238046#p238046
Note, that even if the ini-entry is:
Code: Select all
[ListerPlugins]
0=%COMMANDER_PATH%\plugins\wlx\ulister\ulister.wlx64
Reminds me of this issue: https://ghisler.ch/board/viewtopic.php?p=238046#p238046
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Lister: The issue with the Plugins menu missing 64-bit options.
That's because TC looks for both wlx and wlx64 when given either of these (or uwlx). At the moment, a 64-bit only plugin just isn't a thing. I will try to fix it, but it could be difficult.the menu still works OK if there actually is a ulister.wlx in the plugin directory.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Lister: The issue with the Plugins menu missing 64-bit options.
2ghisler(Author)
Well you managed to fix it for loading the plugin: https://ghisler.ch/board/viewtopic.php?p=238046#p238046 so I am opportunistic.
I will try to fix it, but it could be difficult.
Well you managed to fix it for loading the plugin: https://ghisler.ch/board/viewtopic.php?p=238046#p238046 so I am opportunistic.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Lister: The issue with the Plugins menu missing 64-bit options.
Indeed, making changes to the program now may potentially cause other issues.ghisler(Author) wrote: 2023-07-27, 08:10 UTC A plugin must either be a combined 32-bit+64-bit plugin in one file, or in two separate files.
Alternatively, consider treating this problem as a suggestion. Simply add the above text to the Lister page in the 'TOTALCMD.CHM' documentation.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Lister: The issue with the Plugins menu missing 64-bit options.
Allowing 64-bit only plugins in the list was surprisingly easy. However, now the plugin may appear TWICE if the user added a second dummy entry for a 32-bit plugin as you did above. Dealing with that would be more complex, so I think it's better to have duplicate menu entries than none.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Lister: The issue with the Plugins menu missing 64-bit options.
If the user did that, he/she apparently know what he is doing, and should also be capable of removing the double entry again - so I wouldn't worry about that.However, now the plugin may appear TWICE if the user added a second dummy entry for a 32-bit plugin as you did above.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Lister: The issue with the Plugins menu missing 64-bit options.
Confirmed fixed in private TC 11.00rc3ahistory.txt wrote:28.07.23 Fixed: Lister: 64-bit only plugins like ulister did not appear in the "Plugins" dropdown menu (64)

License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Lister: The issue with the Plugins menu missing 64-bit options.
Only for .msg and .eml files "✓ ulister" is NOT displayed in the dropdown menu for me.HISTORY.TXT wrote:02.08.23 Release Total Commander 11.00 final
28.07.23 Fixed: Lister: 64-bit only plugins like ulister did not appear in the "Plugins" dropdown menu (64)
- "Lister (ulister)" is displayed after F3 Lister in the title bar.
- "test.eml - ulister" is displayed in the opposite window though.
Re: Lister: The issue with the Plugins menu missing 64-bit options.
2tuska
Some time ago, yourself added a link to wlx_uLister_4.0.0.1.rar as a combined plugin in the forum.
Why don't you use it
Some time ago, yourself added a link to wlx_uLister_4.0.0.1.rar as a combined plugin in the forum.
Why don't you use it

Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Lister: The issue with the Plugins menu missing 64-bit options.
2tuska
What do you mean with that? I tried with an .eml file, and it is displayed via ulister, and ulister appears and is checked in the Plugins menu.
What do you mean with that? I tried with an .eml file, and it is displayed via ulister, and ulister appears and is checked in the Plugins menu.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Lister: The issue with the Plugins menu missing 64-bit options.
What makes you think I'm not using this version?Horst.Epp wrote: 2023-08-02, 15:20 UTC 2tuska
Some time ago, yourself added a link to wlx_uLister_4.0.0.1.rar as a combined plugin in the forum.
Why don't you use it![]()
(I followed my step-by-step instructions (German) at the time)
Would I perhaps have to make a change to my settings?
Code: Select all
Name/Ext Size Date Attr
ulister.ini 66 19.09.2011 15:48 -a--
ulister.wlx 57 856 01.06.2016 16:11 -a--
ulister.wlx64 58 880 01.06.2016 16:12 -a--
ulister.ini
[ulister]
noloadtypes=1999
nopreviewtypes=1999
keepinmemory=1
As I wrote, ulister is not available in the Plugins menu on my PC --> ONLY FOR .msg and .eml files.ghisler(Author) wrote: 2023-08-02, 16:44 UTC 2tuska
What do you mean with that? I tried with an .eml file, and it is displayed via ulister,
and ulister appears and is checked in the Plugins menu.
For many other file extensions, ulister is available for selection in the Plugins menu.
I only have 2 test files (.eml) from Horst.Epp and 1 file of my own (.eml).
Outlook .msg files I have plenty as this is my default application.
The files (.msg and .eml) can be displayed with Ctrl+Q and F3 Lister, only ulister is not present in the plugins menu.
Re: Lister: The issue with the Plugins menu missing 64-bit options.
2tuska
I have installed the combined plugin 4.0.0.1
For me, ULister is shown in the Plugins menu for any type of file to preview.
Maybe you have set a detection string for ULister ?
I have installed the combined plugin 4.0.0.1
For me, ULister is shown in the Plugins menu for any type of file to preview.
Maybe you have set a detection string for ULister ?
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64