Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
MC has a MultiScript function GetWinShortcutTarget(). So the simplest multiscript UDC could look like:
Code: [Select]
@var $lnk = GetSourceFocusPath();

@var $path = GetWinShortcutTarget( $lnk );
MC.Explorer.Goto SOURCE="{$path}";

Thanks a lot, appreciate it !! That works brilliantly ! 8) Using it in "Custom Context Menu" after creating an UDC. I named it "Goto Actual FilePath Link" and used the filter *.lnk to work only on link files.
2
MC has a MultiScript function GetWinShortcutTarget(). So the simplest multiscript UDC could look like:
Code: [Select]
@var $lnk = GetSourceFocusPath();

@var $path = GetWinShortcutTarget( $lnk );
MC.Explorer.Goto SOURCE="{$path}";
3
What does "Show HotPath" (Ctrl+,) do ? I want a feature to Goto the the actual file path of an link (.lnk). Windows Explorer has a function for this ("Open file location") in Right-click menu, but it opens it in Explorer, wish MC had a similar function !! Is there a workaround to add this functionality ? Otherwise thrilled /w the new features & options !  :D
P.S: I would like to add the "Open file location" command to MC's "Custom Context Menu".
4
Copy using Ctrl+C and Ctrl+V then MC will not handle the copy, the copy / paste command is sent to Windows, and it handle everything. So MC is waiting for the call to windows to Paste to complete.

To bad not a Crash Dumps is sent. That is the only way to see what module in Windows that is crashing..

5
Support and Feedback / Re: Crashed when moving files on the same panel
« Last post by killo on April 22, 2024, 11:34:20 »
Last crash report.

working in the right panel i see i haven't a file, the i goes gown one directory, the select ther , goes into thi new directory, copy a file (CVInfo.txt) using "CTRL+C", return to my original directory and copy with "CTRL-V", the the program hangs and after 3 o 4 seconds the MC closed a reopen.

A 15 seconds later opens a windows indicating the there was an error.

 

Here you have attached the error logs
6
Thanks, your idea with the icon could be the rootcause: Initially I only see for some exe-files "white empty" rectangle, a placeholder for the icon(?) and then after some time I see the icons
7
Support and Feedback / Re: Crashed when moving files on the same panel
« Last post by killo on April 21, 2024, 10:45:03 »
I don't know what you mean for special, for me it's quiet normal.

All the "copy" and "moves" are between normal nvme,ssd,hhd local drives.

When i do the operation ( move or copy ) the program don't seem to make nothing, i mean it's like the program hangs. Then the program close itself, start again and after a while create the report without ID.


If you want i could create a msinfo32 export file for you if you want to check my PC.
8
Hmm strange
Do you have some none standard columns enabled.. so it need to read the files to show the data for them ?
Attribute column should not cause it to download them, but if you for example have a column showing Image Size. or similar that needs to read the file content to show the data. then it might happen.

Hmm Only exe  hmm Maybe it is when it gets icon for exe file. But there should be check in that the file is a placeholder and not load it then. Hmm I will check..
9
Hi Mathias,
let's try (and thanks for your fast response):

- I open mc with 2 panels & trees
- Left Panel: C:\temp
- Right Panel: OneDrive\Downloads

- >Right Panel: I click in the tree on folder "Tools"    (OneDrive\Downloads\Tools)

>>>>>>>>>>>>>>>
There is a kind of lack of response time, showing all the files with theirs attributes (perhaps this is the rootcause, accessing all the files to get some information about them)

and now the notification appears: "Automatic download of Multi Commander"-> Cancel or Block the Application

Note: I haven't clicked on any item of the Tools-Folder, only clicked on the folder of the tree (right panel)


-> It's reproducible on 2 laptops: One with Windows 10 and the other with Windows 11

Make this sense for you? 

Perhaps the initial folder change triggers a scan of all files and this triggers a download of them

---Thanks for your support"!

P.S. Just verified once more: it seems only "exe" files will be downloaded, "html","Msi","zip" are still not avaiable on my harddisc, only in the cloud
10
Im not able to recreate that. If I access a file from onedrive folder that is a only a placeholder folder (fake file that is not synced to local) then Windows will download that file and MC can then access it. That file and not all others.
I have not seen that ALL files is getting download if you only try to access one of them.  I'm not able to recreate that scenario.

Can you create a step by step description on how to trigger it ?



Pages: [1] 2 3 4 5 ... 10