81
Beta Releases / Re: v16.0 Beta
« Last post by Mathias (Author) on May 11, 2026, 15:36:59 »I don't really understand that you trying to say what you are doing. I can't reproduce that columns goes away by them self.
MultiCommander v15.8 is released!
I can't reproduce that. The column thing might be fixed with the other column issues that was fixed.. but the miscalculation of items I can't reproduce.
Still getting Bad Gateway when trying to upload, 7z is <67mb
Strange.. Works for me.. Tested on two different networks.. Maybe some FW that bocks for you ?
I can upload stuff elsewhere, also tried different IPs but still seeing "Bad Gateway
The proxy server received an invalid response from an upstream server."
I noticed that when moving 3 folders & contents (15 files) total ~700mb, it did the same hang on high CPU - see the attached pic, sizes & numbers are way off. The size of 2.8TB is also larger than the drive in use.
& FWIW I'm also seeing the column sort by Date function as non-persistent.
If RMB save as default on column is used, it immediately reverts to by name as the command ends, I did check the explorer panel settings & they look OK still.....so probably a bug as suspected.
Still getting Bad Gateway when trying to upload, 7z is <67mb
Strange.. Works for me.. Tested on two different networks.. Maybe some FW that bocks for you ?

MC.Explorer.SetViewFilter FILTERID="110d14a5c6844ff988d51cf79fb2ef3b"
Sleep(300);
MC.Explorer.Goto LEFT="D:\Download\cpp-projekt\FuzenOp_SiloTest\Yahoo-8Ball-Pool-Clone\"
Sleep(300);
MC.Explorer.Select FILTER="Pool-Game-CloneV18.cpp Yahoo-8Ball-Pool-Clone.rc resource.h" ONLYFILES
Sleep(300);
MC.RunCmd ID="ExplorerPanel.51023";
Sleep(300);
@var $listfile = TranslateEnvString( "%TEMP%" ) + "\\tc_list.txt";
@var $paths = GetSourceSelectedPaths();
@var $target = GetTargetPath();
SaveArray( $listfile, $paths, 1, 1 );
@var $args = "Copy *\"" + $listfile + "\" \"" + $target + "\"";
MC.Run CMD="C:\Program Files\TeraCopy\TeraCopy.exe" ARG="{$args}"
As I said above.. Single file zip was the issue. There is an optimization for zip with only a single item in them, and it did not create the target path if it was missing.I can extract a zip with subfolders and they are created. Can you explain what you are doing.. What do I have to do to reproduce it ?Simply select the ZIP file without opening it and extract it with Alt+F6. Then the main directory with the name of the ZIP file should be created in the target directory, and this should also work for multiple ZIP files at the same time, if I’m not mistaken. In any case, the main directory named exactly like the ZIP file is not created, and the error message appears instead. Edit: "Unpack Archives into individual Folders" have to be enabled.