Viewer (F3) crashes in WSL 2 directory
Moderators: Hacker, petermad, Stefan2, white
Viewer (F3) crashes in WSL 2 directory
Hello,
whenever I try to view any file by pressing F3 (internal viewer), Total Commander first freezes and then crashes.
Steps to reproduce:
1. Navigate to any WSL folder, e.g. "\\wsl.localhost\Ubuntu\home\peer"
2. Try to open any file in this directory by focusing it and pressing F3 - it works.
3. Open any subdirectory within this top-level directory.
4. Repeat step 2, this time Total Commander crashes.
Total Commander 64-bit 10.50 beta 5 & 10.03
Windows 10 & 11
All the software in Czech language.
None of the tested files contained any non-ASCII characters.
I would attach the report.wer file, but I can't attach it - but will upload somewhere if desired.
whenever I try to view any file by pressing F3 (internal viewer), Total Commander first freezes and then crashes.
Steps to reproduce:
1. Navigate to any WSL folder, e.g. "\\wsl.localhost\Ubuntu\home\peer"
2. Try to open any file in this directory by focusing it and pressing F3 - it works.
3. Open any subdirectory within this top-level directory.
4. Repeat step 2, this time Total Commander crashes.
Total Commander 64-bit 10.50 beta 5 & 10.03
Windows 10 & 11
All the software in Czech language.
None of the tested files contained any non-ASCII characters.
I would attach the report.wer file, but I can't attach it - but will upload somewhere if desired.
Re: Viewer (F3) crashes in WSL 2 directory
Do you have any Lister plugins installed? Did you repeat your test with Alt+Shift+F3 to bypass any Lister plugins installed?
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Viewer (F3) crashes in WSL 2 directory
Hi,
sorry for that, yep, it points to any of my few plugins installed that probably causes that as it really does not occur with Alt+Shift+F3.
sorry for that, yep, it points to any of my few plugins installed that probably causes that as it really does not occur with Alt+Shift+F3.
Re: Viewer (F3) crashes in WSL 2 directory
Well, then I suggest to disable them one by one (or in pairs of two) until TC longer crashes.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
- ghisler(Author)
- Site Admin
- Posts: 49579
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Viewer (F3) crashes in WSL 2 directory
Or more easily, use Alt+Shift+F3 and then try each plugin via "Plugins" menu until it crashes.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Viewer (F3) crashes in WSL 2 directory
Hello,
OK, I tried and have found that the Total7zip.wcx plugin is at fault.
OK, I tried and have found that the Total7zip.wcx plugin is at fault.
Re: Viewer (F3) crashes in WSL 2 directory
Does that mean that you have Total7zip installed as a Lister plugin? If so, how does the detect string for that plugin look like?
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Viewer (F3) crashes in WSL 2 directory
Hi,
it does not have any #_detect string in the INI file, but the ListerPlugins64 section lists is as "1=1" so it should be active. As far as I remember, it should be able to report file compression properties in the Lister window, but that's not that important either.
it does not have any #_detect string in the INI file, but the ListerPlugins64 section lists is as "1=1" so it should be active. As far as I remember, it should be able to report file compression properties in the Lister window, but that's not that important either.
Re: Viewer (F3) crashes in WSL 2 directory
I see. Well, you could add a detect string that tells TC to load the plugin only after pressing 4 (or selecting "Image/Multimedia" from Lister's menu) like this:where x is the plugin number. This will avoid the automatic loading of this particular plugin. However, nothing will change if you press 4 when showing a file in the problematic directories.
Code: Select all
x_detect="FORCE"
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Viewer (F3) crashes in WSL 2 directory
Hi,
ah I see, I can find something similar in the TCMediaInfo plugin's entry like that:
ah I see, I can find something similar in the TCMediaInfo plugin's entry like that:
Code: Select all
0=C:\WDX\TCMediaInfo\TCMediaInfo.wdx
0_detect="MULTIMEDIA | FORCE"
Re: Viewer (F3) crashes in WSL 2 directory
I just have this in my ini:
Usually, if I try it on an unsupported file type nothing happens - the file is shown with TC's internal viewer or as binary text.
Code: Select all
[ListerPlugins]
.
.
.
24=%COMMANDER_PATH%\Plugins\wcx\Total7zip\Total7zip.wcx
24_detect="FORCE"
License #524 (1994)
Danish Total Commander Translator
TC 11.50b8 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1385a
TC 3.60b4 on Android 6, 13 & 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.50b8 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1385a
TC 3.60b4 on Android 6, 13 & 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Viewer (F3) crashes in WSL 2 directory
Maybe is better suited in this case (or even in general).
Code: Select all
x_detect="MULTIMEDIA & FORCE"
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Viewer (F3) crashes in WSL 2 directory
total7zip.wcx cannot show multimedia files, so why bother?
License #524 (1994)
Danish Total Commander Translator
TC 11.50b8 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1385a
TC 3.60b4 on Android 6, 13 & 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.50b8 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1385a
TC 3.60b4 on Android 6, 13 & 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Viewer (F3) crashes in WSL 2 directory
Sorry, I thought MULTIMEDIA is also related to a user selecting "Image/Multimedia" from Lister's menu.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
- ghisler(Author)
- Site Admin
- Posts: 49579
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Viewer (F3) crashes in WSL 2 directory
MULTIMEDIA tells Total Commander to prefer that plugin over the internal multimedia viewer.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com