Menu

#30 Path issues in hash files

v1.2.10
closed-fixed
Aleksey
5
2012-12-26
2012-08-01
No

Greetings,

The hash file (*.md5, etc.) won't get checked unless it resides in the same root directory of the files that are to be verified.

For instance, if I issue this:

rhash.exe -c ..\test.sha1

It will complain that:

--( Verifying ..\test.sha1 )---------------------------------------------------
Au3Check.dat No such file or directory
Au3Check.exe No such file or directory
(...)

However, if I do:

move ..\test.sha1
(that is, move test.sha1 to my current directory, in this case: C:\TEMP\install)

and then issue the command again, everything works just fine:

rhash.exe -c teste.sha1

--( Verifying teste.sha1 )------------------------------------------------------
Au3Check.dat OK
Au3Check.exe OK
Au3Info.exe OK
(...)

The described behavior doesn't occur in version 1.2.7 of RHash. I am currently using version 1.2.9.

Thanks

Discussion

  • Aleksey

    Aleksey - 2012-08-02

    Thanks for reporting such tricky the bug!

    It was not present in v1.2.8 too :)

     
  • Aleksey

    Aleksey - 2012-08-03

    The bug is fixed on GitHub and the fix will come in the nearest release.

     
  • Fabiano Freitas

    Fabiano Freitas - 2012-08-03

    I appreciate your efforts on this. Thank you.

    Fabiano Freitas
    Rio de Janeiro / RJ

     
  • Aleksey

    Aleksey - 2012-12-26

    Fixed in 1.2.10

     
  • Aleksey

    Aleksey - 2012-12-26
    • status: open-accepted --> closed-fixed
    • milestone: --> v1.2.10
     

Log in to post a comment.