salvadorbs / Asuite

ASuite is a simple open source portable launcher for Microsoft Windows.
http://www.salvadorsoftware.com/asuite
GNU General Public License v3.0
98 stars 14 forks source link

critical issue: EConvertError: invalid argument #124

Closed megabugman closed 3 years ago

megabugman commented 3 years ago

I scanned for my user folder, now I get an error: image

-> ASuite cannot be exited any more! I guess the database is corrupted Luckily I have a backup :)

salvadorbs commented 3 years ago

It is probably the fault of a file / folder that ASuite placed during the scan. I should have fixed the error message so we can know which file / folder is the culprit.

Could you kindly try again (with last build) and tell me what kind of file / folder it is? Thank you

salvadorbs commented 3 years ago

Found. In the user \ appdata \ folder there are some executable files with no data inside (0 bytes, see AppleInc.Defaults.exe).

This causes issue (no data -> no hash -> error) for the icon cache hash function. It should now avoid retrieving the hash for files with 0 bytes.