Page 1 of 1
MDBU crash
Posted: 25 Oct 2007 12:58
by Gandolf
I've seen this several times now but never found a pattern to it. The conditions are:
Auto-refresh on file system changes
Directory sorted by date, ascending
Files downloading into the directory using FlashGet
Thumbnail caching is off
I think it occurs if I MDBU (left or right) as a file is being renamed. FlashGet names the file "filexyx.jpg.jc!" when it is downloading then when it has completed the download it changes the name to "filexyx.jpg".
I am not previewing the file that is getting renamed.
XY simply shuts down - no error, no Dr.Watson.
Re: MDBU crash
Posted: 26 Oct 2007 09:15
by admin
Very rare condition. I tried but failed to repro it. All I can do now is try to make the landing softer (= avoid the crash symptom).
Posted: 30 Oct 2007 14:29
by Gandolf
Not nudging you since I'm probably the only person with this problem but just a little more info.
Auto-refresh on file system changes OFF and I cannot get XY to crash.
Auto-refresh on file system changes ON and it is repeatable and coincides with the point when FlashGet has finished downloading the file and therefore changes it's name from "filexyz.jpg.jc!" to "filexyz.jpg".
Suspend refresh during file operations, ON or OFF has no effect.
Posted: 30 Oct 2007 14:31
by admin
Gandolf wrote:Not nudging you since I'm probably the only person with this problem but just a little more info.
Auto-refresh on file system changes OFF and I cannot get XY to crash.
Auto-refresh on file system changes ON and it is repeatable and coincides with the point when FlashGet has finished downloading the file and therefore changes it's name from "filexyz.jpg.jc!" to "filexyz.jpg".
Suspend refresh during file operations, ON or OFF has no effect.
It still crashes??

While you hold your mouse down?
Posted: 30 Oct 2007 15:20
by Gandolf
admin wrote:It still crashes??

While you hold your mouse down?
Holding the LEFT mouse button down the MDBU preview is closed when the file has finished downloading. XY does not crash.
Holding the RIGHT mouse button down XY crashes when the file has finished downloading.
All right, forget the mouse. Right MDBU then just view the image and wait until FlashGet finishes downloading a file. CRASH.
Adding a file to the folder while the right MDBU preview is active (using drag-and-drop from Windows Explorer) does not crash XY, just closes the preview.
I suspect it's something to do with the name of the file created by FlashGet changing when the file has finished downloading.
Posted: 30 Oct 2007 18:20
by Gandolf
It is the renaming of the file.
I created an AHK script that, after a delay renamed a file:
Code: Select all
Sleep, 5000 ; 5 seconds delay
FileMove, C:\_____________________________\1\pic01.jpg, C:\_____________________________\1\pic01b.jpg ; Rename a file.
With XY open (not maximised) in the directory "C:\_____________________________\1\" I ran the script (from a desktop icon), right MDBU on a thumbnail in the directory and waited. XY crashed after the delay.
So, nothing to do with FlashGet. It's the change in name of a file in the directory where another file is being previewed with MDBU.