Multi Commander > Support and Feedback
[BUG] Moved file has size 0
Mathias (Author):
Very strange.. Never seen anything like that. AntiVirus is also the first thing that popup in my mind that can mess with the filesystem like that.
Did the FileOperation log say anything ?
In Core Settings set log level to "Debug (eval)" for FileSystem Log.
and then copy the file that fails.
and then look in the log if there are any issues reported. (Ctrl+L to show log window, and click on FileOperation tab)
Mathias (Author):
If you are used to advanced tools.
You can run the Microsoft tool Process Monitor to track all file access in the system.
And then you can filter out for just that file and see what is happening and what process that does it.
(Or you can save the entire trace log and send to me at http://multicommander.com/upload (let me know the filename to look for) )
edge91:
--- Quote from: Mathias (Author) on February 26, 2014, 14:42:08 ---Very strange.. Never seen anything like that. AntiVirus is also the first thing that popup in my mind that can mess with the filesystem like that.
Did the FileOperation log say anything ?
In Core Settings set log level to "Debug (eval)" for FileSystem Log.
and then copy the file that fails.
and then look in the log if there are any issues reported. (Ctrl+L to show log window, and click on FileOperation tab)
--- End quote ---
Followed your instructions and this is what I am getting...
--- Code: ---2014-02-26 20:27:18.201 FileOperationDlg - AutoDetect RW Stratergy - "To network"
2014-02-26 20:27:19.590 Start FileOperation (Copy/Move/Delete) Settings
2014-02-26 20:27:19.590 '-- Chunk size : 262144
2014-02-26 20:27:19.591 '-- Buffer size : 10485760
2014-02-26 20:27:19.591 '-- Read Flags : 0x0
2014-02-26 20:27:19.594 '-- Write Flags : 0x10
2014-02-26 20:27:19.599 '-- Flags : 0x600204
2014-02-26 20:27:19.652 Allocating Buffers (Chunks = 40 , Chunks size = 262144 Bytes , Buffer size = 10485760 Bytes)
2014-02-26 20:27:19.652 Prepare Write - Create new file on target. : "Z:\Backup\babka.rs\temp\sk-backup20140225.zip"
2014-02-26 20:27:19.666 Prepare Copy - Asynchronous mode enabled.
2014-02-26 20:27:19.666 ThreadWrite created
2014-02-26 20:27:31.169 [4076] Wait for WriteThread to finish and pause.
2014-02-26 20:27:31.769 [4076] WriteThread is now paused.
2014-02-26 20:27:31.769 Copied : "C:\Users\martin\Documents\sk-backup20140225.zip" => "Z:\Backup\babka.rs\temp\sk-backup20140225.zip" - 198875648 bytes (189.7 MB) in 12sec - Average Speed : 16427857 bytes/sec (15.7 MB/sec) Read data time 203ms (934.3 MB/sec), Write data time 12010ms (15.8 MB/sec)
2014-02-26 20:27:31.774 Add path to Refresh Queue : "Z:\Backup\babka.rs\temp\"
2014-02-26 20:27:31.777 Local file was written to using NoSystemCache - Fixing Filesize : "Z:\Backup\babka.rs\temp\sk-backup20140225.zip"
2014-02-26 20:27:31.788 Current file size : "198875648", Bytes past EOF : 274
--- End code ---
Part of the log for a successful copy.
--- Code: ---2014-02-26 20:28:43.377 FileOperationDlg - AutoDetect RW Stratergy - "To network"
2014-02-26 20:28:43.903 Start FileOperation (Copy/Move/Delete) Settings
2014-02-26 20:28:43.903 '-- Chunk size : 262144
2014-02-26 20:28:43.903 '-- Buffer size : 10485760
2014-02-26 20:28:43.904 '-- Read Flags : 0x0
2014-02-26 20:28:43.904 '-- Write Flags : 0x10
2014-02-26 20:28:43.904 '-- Flags : 0x600204
2014-02-26 20:28:43.915 Allocating Buffers (Chunks = 40 , Chunks size = 262144 Bytes , Buffer size = 10485760 Bytes)
2014-02-26 20:28:43.930 Prepare Write - Create new file on target. : "Z:\Backup\babka.rs\temp\administrator.zip"
2014-02-26 20:28:44.385 Prepare Copy - Asynchronous mode enabled.
2014-02-26 20:28:44.385 ThreadWrite created
2014-02-26 20:28:47.130 [6412] Wait for WriteThread to finish and pause.
2014-02-26 20:28:47.630 [6412] WriteThread is now paused.
2014-02-26 20:28:47.630 Copied : "C:\Users\martin\Downloads\administrator.zip" => "Z:\Backup\babka.rs\temp\administrator.zip" - 54824448 bytes (52.3 MB) in 3sec - Average Speed : 16900261 bytes/sec (16.1 MB/sec) Read data time 196ms (266.8 MB/sec), Write data time 3217ms (16.3 MB/sec)
2014-02-26 20:28:47.638 Add path to Refresh Queue : "Z:\Backup\babka.rs\temp\"
2014-02-26 20:28:47.638 Local file was written to using NoSystemCache - Fixing Filesize : "Z:\Backup\babka.rs\temp\administrator.zip"
2014-02-26 20:28:47.651 Current file size : "54824448", Bytes past EOF : 335
--- End code ---
edge91:
--- Quote from: Mathias (Author) on February 26, 2014, 14:56:04 ---If you are used to advanced tools.
You can run the Microsoft tool Process Monitor to track all file access in the system.
And then you can filter out for just that file and see what is happening and what process that does it.
(Or you can save the entire trace log and send to me at http://multicommander.com/upload (let me know the filename to look for) )
--- End quote ---
I uploaded you the logs (didn't know which format you wanted so I saved in all): proc_log_edge91.zip
Also, I have noticed that when I wanted to save the selection from log in MC it didn't work. I selected the text, right - clicked, Save to file, it created the file, but it was empty.
If you need anything else, just ask, I am willing to help as much as I can.
Mathias (Author):
Strange..
The FileOperation log looks correct and I can find anything in the ProcMon log that MC shorten/empty the file (Only the MC Process is available in ProcMon log, So I can't see if another program does something to that file.)
Sure it is not antivirus or something?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version