Plugin Problem: e.g. ''file iso.wcx not found''
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 13
- Joined: 2018-06-15, 08:02 UTC
Plugin Problem: e.g. ''file iso.wcx not found''
I'm using TC 9.12 as a portable app with the ini-files in the program-directory
In the plugin configuration I have for every plugin something like
192,%COMMANDER_PATH%\PlugIns\WCX\iso\iso.wcx
Despite the plugins are located at the locations specified underneath %COMMANDER_PATH%, I always get an error like "file iso.wcx not found"
I thought %COMMANDER_PATH% should to be resolved dynamically to the path from where TC is launched.
Especially for a portable app this important when used on another PC.
What Is going wrong ?
In the plugin configuration I have for every plugin something like
192,%COMMANDER_PATH%\PlugIns\WCX\iso\iso.wcx
Despite the plugins are located at the locations specified underneath %COMMANDER_PATH%, I always get an error like "file iso.wcx not found"
I thought %COMMANDER_PATH% should to be resolved dynamically to the path from where TC is launched.
Especially for a portable app this important when used on another PC.
What Is going wrong ?
Re: Plugin Problem: e.g. ''file iso.wcx not found''
Hi and welcome!
Right, that is the case.Darwin4Ever wrote:
I thought %COMMANDER_PATH% should to be resolved dynamically to the path from where TC is launched.
I don't know.What Is going wrong ?
Maybe you have two TC folders?
Test:
- Open your TC
- slow click into the address bar
- write or paste: %COMMANDER_PATH%\plugins\wcx\
- press Enter key, you are in the current used plugin folder
- take a look if 'iso' folder is there
Also see menu Help > About TC > INI-file location
-
- Junior Member
- Posts: 13
- Joined: 2018-06-15, 08:02 UTC
Test
When I use the address bar, TC goes to the correct location of %COMMANDER_PATH%\plugins\wcx\
When I use the command line in TC, Windows explorer opens the correct location of %COMMANDER_PATH%\plugins\wcx\
In both cases I can see the "iso" folder
When I use the command line in TC, Windows explorer opens the correct location of %COMMANDER_PATH%\plugins\wcx\
In both cases I can see the "iso" folder
Last edited by Darwin4Ever on 2018-06-15, 08:45 UTC, edited 1 time in total.
2Darwin4Ever
It looks like you have put %COMMANDER_PATH%\plugins\wcx\ in the Command line field (below the file panels), not the Address bar (also known as the Current directory bar) wich is just on top of the file panels.
If you use the Command line you need to write: cd %COMMANDER_PATH%\plugins\wcx\
It looks like you have put %COMMANDER_PATH%\plugins\wcx\ in the Command line field (below the file panels), not the Address bar (also known as the Current directory bar) wich is just on top of the file panels.
If you use the Command line you need to write: cd %COMMANDER_PATH%\plugins\wcx\
License #524 (1994)
Danish Total Commander Translator
TC 11.50b4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1383a
TC 3.60b4 on Android 6, 13 & 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.50b4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1383a
TC 3.60b4 on Android 6, 13 & 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
-
- Junior Member
- Posts: 13
- Joined: 2018-06-15, 08:02 UTC
Indeed, I have seen that too and modified already my earlier replypetermad wrote:2Darwin4Ever
It look like you have put %COMMANDER_PATH%\plugins\wcx\ in the Command line field, not the address bar wich is just on top of the file panels.
If you use the Command line you ved to write: cd %COMMANDER_PATH%\plugins\wcx\
Thanks for the answer, but I do not understand.
You wrote like everything is fine now?!?
If not, I am guess: maybe there is a little misunderstanding?
The env var %COMMANDER_PATH% is only set and used by and inside TC itself.
(Test: run TC, next open CMD.exe, one time inside TC and one time in WindowsTM, and type 'set com' + enter key)
You wrote like everything is fine now?!?
If not, I am guess: maybe there is a little misunderstanding?
The env var %COMMANDER_PATH% is only set and used by and inside TC itself.
(Test: run TC, next open CMD.exe, one time inside TC and one time in WindowsTM, and type 'set com' + enter key)
-
- Junior Member
- Posts: 13
- Joined: 2018-06-15, 08:02 UTC
-
- Junior Member
- Posts: 13
- Joined: 2018-06-15, 08:02 UTC
Happening for all plugins
I found the reason
I'm using TC64 and the plugin's are 32-bit
When I do the same in my TC32 portable app, the error is not given.
However, the error which is given for those plugins in TC64, is confusing.
For some plugins there is also an 32bit-error given in TC64 when doing the associate
Seems I'll have find out which plugins are 32bit only and to search for 64bit equivalents of them.
I found the reason
I'm using TC64 and the plugin's are 32-bit
When I do the same in my TC32 portable app, the error is not given.
However, the error which is given for those plugins in TC64, is confusing.
For some plugins there is also an 32bit-error given in TC64 when doing the associate
Seems I'll have find out which plugins are 32bit only and to search for 64bit equivalents of them.