Function not implemented : 3 error ?
Moderators: Hacker, petermad, Stefan2, white
Function not implemented : 3 error ?
Hello,
Since yesterday i have a strange problem.
I use a custom menu which has the following command :
POPUP "Custom"
MENUITEM "Load Custom Tabs", em_ext_loadtabs_save
END_POPUP
This is what is in the usercmd.ini :
[em_ext_loadtabs]
cmd=OPENTABS
param=%COMMANDER_PATH%\Custom.tab
[em_ext_loadtabs_save]
cmd=%COMMANDER_PATH%\Tcmc.exe
param=100 CMcm_FocusLeft EMem_ext_loadtabs CMcm_ConfigSaveSettings
This always worked but now not anymore.
Some times i'm getting a error : Function not implemented : 3
When I use the cm_CommandBrowser and see the commands. In the about screen I see that it uses the right ini files.
Strange enough when i test this on a virtual pc also with Windows 7 64 Bit it works fine. Very strange.
What could be the problem of this error.
Since yesterday i have a strange problem.
I use a custom menu which has the following command :
POPUP "Custom"
MENUITEM "Load Custom Tabs", em_ext_loadtabs_save
END_POPUP
This is what is in the usercmd.ini :
[em_ext_loadtabs]
cmd=OPENTABS
param=%COMMANDER_PATH%\Custom.tab
[em_ext_loadtabs_save]
cmd=%COMMANDER_PATH%\Tcmc.exe
param=100 CMcm_FocusLeft EMem_ext_loadtabs CMcm_ConfigSaveSettings
This always worked but now not anymore.
Some times i'm getting a error : Function not implemented : 3
When I use the cm_CommandBrowser and see the commands. In the about screen I see that it uses the right ini files.
Strange enough when i test this on a virtual pc also with Windows 7 64 Bit it works fine. Very strange.
What could be the problem of this error.
This means that internal command number 3 is not implemented - that is the OPENTABS command.Function not implemented : 3
That should only happen if you use your menu with a TC older than version 6.0 - so it is quite a mystery that you get that message.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
That is indeed strange. I use TC 8.01 with the Extended Menu for 8.01petermad wrote:This means that internal command number 3 is not implemented - that is the OPENTABS command.Function not implemented : 3
That should only happen if you use your menu with a TC older than version 6.0 - so it is quite a mystery that you get that message.
I use TC 8.01 with the Extended Menu for 8.01
If it is my Extended Menus ( http://www.totalcmd.net/authors/1223914.html ) - there should be no name conflicts for the internal commands em_ext_loadtabs and em_ext_loadtabs_save - since I don't use either of those names for em-commands.
Maybe Tcmc.exe's delay is too short to make TC accept the OPENTABS command - try and increase the delay to 250 in stead of 100.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
I have tried with the delay but still doesn't work. Now I got an Function not implemented : 7 error. Very strange I tested it again on a Virtual machine and it works great. It looks like some thing is wrong with my pc.petermad wrote:I use TC 8.01 with the Extended Menu for 8.01
If it is my Extended Menus ( http://www.totalcmd.net/authors/1223914.html ) - there should be no name conflicts for the internal commands em_ext_loadtabs and em_ext_loadtabs_save - since I don't use either of those names for em-commands.
Maybe Tcmc.exe's delay is too short to make TC accept the OPENTABS command - try and increase the delay to 250 in stead of 100.
Debugging ?
It looks like a process is stopping TC from doing the internal commands. Is there a way I can debug to find out what is going wrong?
Maybe by using Process Monitor: http://technet.microsoft.com/en-us/sysinternals/bb896645Is there a way I can debug to find out what is going wrong
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
I have tried it with ProcessMonitor but every result is success. Verry strange. I even got Function not implemented 8. All ini files and language files were loaded well. Looks like I have to re-install my computer. Bummer.petermad wrote:Maybe by using Process Monitor: http://technet.microsoft.com/en-us/sysinternals/bb896645Is there a way I can debug to find out what is going wrong
