Recent Posts

Pages: 1 2 [3] 4 5 6 7 ... 10
21
Support and Feedback / Re: Crashed when moving files on the same panel
« Last post by killo on April 04, 2024, 08:22:59 »
Any idea about what to do now?
22
Ok, i have anothe crash, now moving from one panel to the other using the mouse, but in the report screen don't show any ID.

 I add the windows of the crash report and the windows crash report.
Strange. Normally after it been sent it shows a crashid it got in the report system.
23
Support and Feedback / Re: Crashed when moving files on the same panel
« Last post by killo on April 03, 2024, 20:30:56 »
Ok, i have anothe crash, now moving from one panel to the other using the mouse, but in the report screen don't show any ID.

 I add the windows of the crash report and the windows crash report.
24
Thank you for adding this feature —it's a lifesaver ! Also PDF Previews are working —comes in real handy ! Audio previewing via user defined commands is super useful !
25
Beta Releases / v14.0 BETA
« Last post by Mathias (Author) on April 02, 2024, 13:24:58 »
Biggest change is that the error handling around Fileoperations (Copy/Move/Delete) have been rewritten.

 
  55+ Changes

-- Build 2999 - 2024-04-08
 ADDED - Experimental support for adding scriptable columns, Let a MultiScript fetch what should be shown in a column in the file list
 ADDED - MultiScript function "VariableDefined(<str>)" that returns 1 if text provided exists as a variable.
 FIXED - 2 Stability issues

-- Build 2997 - 2024-04-02

 CHANGE- Major rewrite of error handing of Copy/Move/Delete operations.
 ADDED - MultiDataViewer is now language aware when doing find. (Can be turned off in option for faster search)
 ADDED - Opening Zip archive with large number of files is now faster
 ADDED - Copy/Move/Delete options for auto handling errors
 ADDED - Copy/Move options for auto handle overwrite options.
 ADDED - Copy/Move/Delete options for showing error report after operation is done
 ADDED - Options for Copy/Move/Delete for System/Hidden/ReadOnly options joined to be 1 options for "Protected Files" (instead of 3)
 ADDED - Support for 64px size thumbnails
 ADDED - DataPreview templates can be updated if they are not customized.
 ADDED - Playing audio file are now shown in status bar
 ADDED - Play Audio Sample command to menu (Will jump 25% into audio file and play for 15s then stop)
 ADDED - Play audio will now try to play "mp3,wav,mp4,m4a,avi,mkv,acc,wma,wmv,asf,flac" (some are movies but it will play the audio if possible)
 ADDED - Play/Stop Audio file icon button to toolbar
 ADDED - Improvements how playing audio files works and are shown.
 ADDED - Preview template for audio files can now select to play the audio file
 FIXED - Unpacking Zip with had a space in the filename just before the ".zip" part.
         Failed to unpack since it tried to unpack into a folder of the name, and space at the end is not allowed on Windows.
 FIXED - Issue when moving tab to other side and the new active tab in the "from" panel was delayed loaded.
 FIXED - 4 Stability issues




A new Experimental feature that probably only I myself have used for is ** Scriptable Columns. **

You can now create a MultiScript that will be used to get what should be shown in a column in the file list.
Add configure Scriptable filepropertys go to Column Customization (Right click on column header)
then at the side of the available columns. there is a script button.
Use this button to create a new file property (column) and connect it with a MultiScript.

Right now there is NO RESTRICTION on what the MultiScript can do when it runs for getting Column text.
But the script will be run for EACH folder and files in the file list where the column is shown.
So, if you have a MultiScript that execute an external program. this program will be executed for all items.
And that is probably not a good idea.. So be careful what script you connect.

When connect a Column with a MultiScript you select what input and output variables in the script it should use.
The Input variable in the variable that will be added with the value of the full path to the file.
Output variable it the variable that the result will be stored in.

To be able to create and debug the script easier.
You check now check if a variable exists, and if not it can be added.
This way. You can easy test the script in ther MultiScript Debugger.

Example of script that will just show the file extension in a column.


Code: [Select]
if(IsVariableDefined("$_FILEPROP_FILEPATH") == 0)
{
  @var $_FILEPROP_FILEPATH = GetTargetFocusPath();
}

@var $ext = PathGetFileExtPart($_FILEPROP_FILEPATH);

@var $_FILEPROP_DISPLAYNAME = $ext;

So to test this.
 * Create new MultiScript and paste in the code above. And save it
 * Go to Customize columns (right click on column header)
 * Click on Script button to add/edit Scritable columns
 * Click New. and then select the script you created, set Name and save.. then close.
 * The new column should now be shown in the list. You can filter on Scriptible and you find it easier.
 * Add the new column to current layout
 Save and close Window


File Operation Error Handing

File operations error handing have been totally changed.. You can now configure how File Already exists error should be handle.. (Overwrite options)
and you can also configure how Protected Files should be handle.. (Files with Hidden / System or ReadOnly file attributes.)
Other errors are not auto handled. but you can enable to skip error. then it will skip when other errors happened.
And if Show Result is enabled you get a dialog showing what errors happened and how they was handle..

The thing is that MC support many different types of FileOperation.. File normal device to normal device, To virtual device, To network, To FTP and so on.
So many different situation and I'm not sure all of them work with the auto handle and auto skip on error.

So please report any issue you see. 


26
Yes it crashed a lot. I add you the logs in my firts post.

Could you tell me where to find the ID's of the MC crashed send to you?
No I mean a real crash dump. Normally when MC crashes it sends a crash report. and it show a CrashId after it have uploaded it for analyze. If you got this crash ID I can manually analyze the crash report,

WER report is of no use, it does not tell me where the program crash

I Cannot reproduce any issue.. can you describe exactly what you do. since there are so many way of doing copy/move in MC.
also Ctrl+C / Ctrl+V, the Copy is not handled by MC,  Copying like this. and Windows Shell will handle the copy
27
Support and Feedback / Re: Crashed when moving files on the same panel
« Last post by killo on March 30, 2024, 11:45:12 »
Yes it crashed a lot. I add you the logs in my firts post.

Could you tell me where to find the ID's of the MC crashed send to you?
28
If it crash it does not close correctly and will not save where it was

If it crash.. Did it send a crash report ? did you get a crash id ? then I can see why it crashed.
29
Support and Feedback / Crashed when moving files on the same panel
« Last post by killo on March 29, 2024, 14:26:00 »
Hi.

If i use CTRL-C/CTRL-V or Drag and Drop with the mouse, moving files or directories in the "same panel", the operation finished after a "hang" time, but Multicommander crashes. 

Then multicommander restarts but not in the directories in which it was working but in the ones it had when I started the program,  it does not remember the last directories in which it was working before the crash.

Her you have the log's and the wer file.

I also have all the options for logging to debug and for sending files with more than 20Mb
30
There are commands to do this with in the command line field.

":AutoRefresh 0"  will turn off all auto refresh.. need to restart MC. and then you need to press refresh you select to refresh.. it will not monitor folder for changes..

":AutoRefresh 1" to turn it back on..

or if you temporary want to stop it for one folder..

":UnwatchFolder <folder>"

(See Application Log Ctrl+L for information it they turn on / off )

":FolderMonitor List"
To list all folders that are monitored
Pages: 1 2 [3] 4 5 6 7 ... 10