Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Have you tried to start FC as Admin?
Is the icon of the FcContextMenu64 in sytem tray visible?
Do you have multiple monitors? Maybe the context menu appears on wrong monitor?
As a test, you can disable the 64-bit context menu and then check if the native 32-bit context menu appears (FcContextMenu64 is not used).
For disabling add in the freecommander.ini (Freecommander must be closed) the following line:
[Form]
ShowContextMenu64Bit=0
In the tree FcContextMenu64 is not used - only 32 bit context menu is showed.
Is the icon of the FcContextMenu64 in sytem tray visible?
Do you have multiple monitors? Maybe the context menu appears on wrong monitor?
As a test, you can disable the 64-bit context menu and then check if the native 32-bit context menu appears (FcContextMenu64 is not used).
For disabling add in the freecommander.ini (Freecommander must be closed) the following line:
[Form]
ShowContextMenu64Bit=0
In the tree FcContextMenu64 is not used - only 32 bit context menu is showed.
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Yes. When launched as Admin, FreeCommander has the same behavior (context menu in the Tree pane but not in the File/Folder list).
The FcContextMenu64 icon is not present in the system tray.Marek wrote: 01.01.2025, 20:00Is the icon of the FcContextMenu64 in sytem tray visible? Do you have multiple monitors? Maybe the context menu appears on wrong monitor?
I just have one monitor (3840x2160 resolution).
I proceeded as advised. Although I could see the difference (font size in the file/folder list view changed), the issue still remains : context menu works fine in the Tree pane but not in the File/folder list view.Marek wrote: 01.01.2025, 20:00As a test, you can disable the 64-bit context menu and then check if the native 32-bit context menu appears (FcContextMenu64 is not used).
For disabling add in the freecommander.ini (Freecommander must be closed) the following line:
[Form]
ShowContextMenu64Bit=0
In the tree FcContextMenu64 is not used - only 32 bit context menu is showed.
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Have you checked multiple view types: list, details, thumbnails?
Have you checked in maximized and normal mode?
Could you additional to ShowContextMenu64Bit=0 rename the file FcContextMenu64.exe.
Have you checked in maximized and normal mode?
Could you additional to ShowContextMenu64Bit=0 rename the file FcContextMenu64.exe.
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Could you check your Settings folder if the file FcExceptionLog.txt exists?
If yes, could you send me the file?
If yes, could you send me the file?
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Thanks a lot Marek for your help.
I checked ; my default view is "details" and switching to other views (list, thumbnails) did not change the behaviour.
Do you mean switching to fullscreen (F11)?Have you checked in maximized and normal mode?
This led to a change. Now I can see a context menu in the file/folder list view. Yet, it is not the "usual" context menu. Typically the context menu does not include "Scan with Windows defender" entry as an example.Could you additional to ShowContextMenu64Bit=0 rename the file FcContextMenu64.exe.
I don't have any FcExceptionLog.txt file in the Settings folder.Could you check your Settings folder if the file FcExceptionLog.txt exists?
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Hi all, any idea about a way I could fix my "context menu" issue? Thanks in advance.
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
You could check if one context menu item block display.
You could use the tools from nirsoft.net: http://www.nirsoft.net/utils/shexview.html, http://www.nirsoft.net/utils/shell_menu_view.html
Disable all not Microsoft items and check if the context menu is displayed.
You could use the tools from nirsoft.net: http://www.nirsoft.net/utils/shexview.html, http://www.nirsoft.net/utils/shell_menu_view.html
Disable all not Microsoft items and check if the context menu is displayed.
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Thank you Marek.
As per request, I disabled all non-Microsoft context-menu entries via ShExView and ShellMenuView: no change at all.
I really do not understand what's going on. Even the context menu launched via Shift+F10 is not the usual one.
I made screenshots comparing the Context menu (for a .jpg file) displayed via SHIFT+10 in FreeCommander, in Win11 native file explorer and in DoubleCommander (please see below).
I also sent you a private message.
http://emeris.free.fr/capture_fc.jpg
As per request, I disabled all non-Microsoft context-menu entries via ShExView and ShellMenuView: no change at all.
I really do not understand what's going on. Even the context menu launched via Shift+F10 is not the usual one.
I made screenshots comparing the Context menu (for a .jpg file) displayed via SHIFT+10 in FreeCommander, in Win11 native file explorer and in DoubleCommander (please see below).
I also sent you a private message.
http://emeris.free.fr/capture_fc.jpg
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
In FreeCommander have you ShowContextMenu64Bit=1 and FcContextMenu64.exe exists in program folder?
After disabling the menus with nirsoft, try to restart your PC.
After disabling the menus with nirsoft, try to restart your PC.
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
* I do have a "FcContextMenu64.exe" file in FC program folder.Marek wrote: 05.01.2025, 16:21 In FreeCommander have you ShowContextMenu64Bit=1 and FcContextMenu64.exe exists in program folder?
* Regarding the .shc file, whether I set : [FORM]ShowContextMenu64Bit=1 or [FORM]ShowContextMenu64Bit=0, it does not change anything : the context menu is not displayed via right-click
* For your information, if I rename "FcContextMenu64.exe" in something else e.g. "none.exe" then, whatever the ShowContextMenu64Bit=0 or 1, I get an error message "Programme not found" when right-clicking.
Testing now the Nisoft tools with reboot.
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
That was it. As per recommendation from Marek, I disabled all non Microsoft context-menu entries via both Nirsoft tools, rebooted, enabled them all back again, rebooted and... it seems to work.
The context menu seems to work fine again (with the "Scan with Windows defender" entry).
Thanks A LOT Marek for your help.
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Great that this works now.
ShowContextMenu64Bit=1
should be in the freecommander.ini and not in the freecommander.shc
[FORM]Regarding the .shc file, whether I set : [FORM]ShowContextMenu64Bit=1 or [FORM]ShowContextMenu64Bit=0, it does not change anything : the context menu is not displayed via right-click
ShowContextMenu64Bit=1
should be in the freecommander.ini and not in the freecommander.shc
Re: Build 920: My old defined Keyboard Shortcuts couldn't be used with english.lng
Sorry, my bad. For your information, my freecommander.ini did not contain any setting for "ShowContextMenu64Bit".Marek wrote: 05.01.2025, 17:19 [FORM]
ShowContextMenu64Bit=1
should be in the freecommander.ini and not in the freecommander.shc
I set "ShowContextMenu64Bit=1" just in case.
Who is online
Users browsing this forum: No registered users and 7 guests