Function not implemented : 3 error ?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
jslegers
Member
Member
Posts: 129
Joined: 2003-07-17, 08:13 UTC

Function not implemented : 3 error ?

Post by *jslegers »

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.
User avatar
petermad
Power Member
Power Member
Posts: 16148
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Function not implemented : 3
This means that internal command number 3 is not implemented - that is the OPENTABS command.

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
User avatar
jslegers
Member
Member
Posts: 129
Joined: 2003-07-17, 08:13 UTC

Post by *jslegers »

petermad wrote:
Function not implemented : 3
This means that internal command number 3 is not implemented - that is the OPENTABS command.

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.
That is indeed strange. I use TC 8.01 with the Extended Menu for 8.01
User avatar
petermad
Power Member
Power Member
Posts: 16148
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

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
User avatar
jslegers
Member
Member
Posts: 129
Joined: 2003-07-17, 08:13 UTC

Post by *jslegers »

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.
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.
User avatar
jslegers
Member
Member
Posts: 129
Joined: 2003-07-17, 08:13 UTC

Debugging ?

Post by *jslegers »

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?
User avatar
petermad
Power Member
Power Member
Posts: 16148
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

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/bb896645
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
User avatar
jslegers
Member
Member
Posts: 129
Joined: 2003-07-17, 08:13 UTC

Post by *jslegers »

petermad wrote:
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/bb896645
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. :(
Post Reply