Not even that I have realized - it also affects plugins that are installed with both a .wlx and a .wlx64 file and is registered (normally) as .wlx in the [ListerPlugins] section.ghisler(Author) wrote: 2023-08-03, 13:56 UTC Yes, it affects all plugins which are only installed as a 64-bit version, not just ulister.
Ass soon as a plugin.wlx file is used in the [ListerModes] section - the plugin is not shown in Lister's Plugins menu, when a file of the associated type is being viewed.
Example for the Imagine PhotoViewer plugin with both PhotoViewer.wlx and PhotoViewer.wlx64 installed:
Code: Select all
[ListerPlugins]
0=%COMMANDER_PATH%\PLUGINS\wlx\PhotoViewer\PhotoViewer.wlx
0_detect="MULTIMEDIA & ext="JPG""
[ListerModes]
0exts=*.jpg
0fields=PhotoViewer.wlx,4i,8
It will work if I change [ListerModes] to:
Code: Select all
0exts=*.jpg
0fields=PhotoViewer.wlx64,4i,8