Post Here bugs
I'll start with the ones that happened to me: (I'm talking about WiirdGUI!!, not wiird)
When I press the Search button, sometimes the app gets freezed, if I press stop it says in the caption: saving undo data( it saves the undo data btw) and then it says: dumping block 4/24, and doesnt sem to do nothing, so I have to kill the app via task manager. It happends sometimes too with the restart button.
I've noticed that the app seems to fail more often if I have the console shown
That's all for now, btw link you had created an awersome app!
QuoteWhen I press the Search button, sometimes the app gets freezed, if I press stop it says in the caption: saving undo data( it saves the undo data btw) and then it says: dumping block 4/24, and doesnt sem to do nothing, so I have to kill the app via task manager. It happends sometimes too with the restart button.
That happens to me when i search like 2 seconds after the last search has finished :/
Thats a problem with the drive, has nothing to do with wiird.
These locks are unfortunately Win32 related. For first: we're talking about 24 MB to 64 MB files here... Windows sometimes takes time until it closes the file handles and unfortunately it is tricky for an application to find out whether a file handle is properly closed. If you search and research again while the file handle is open, in worst cases that might crash!
What I recommend: lower the file handle times.. the easiest way: defragment your harddisk, this WILL lower file locking times - if you want it the fast way, get Auslogics Disk Defrag - it's freeware and about 5 times faster than the Windows tool - but still if you finish defragmentation with that tool the Windows tool is also happy - don't get this as advertising the tool is just faster!
ty link ;)