jonelo / HashGarten

A cross-platform Swing GUI for Jacksum.
GNU General Public License v3.0
9 stars 1 forks source link

HashGarten 0.17 Wrong Output File #7

Closed mweberr closed 6 months ago

mweberr commented 6 months ago

Hi, I changed the Standard Output file in the fourth tab of HashGarten. But the output is not written anymore to it. Instead, the Error log generates Errors for files which are not anymore part of the Input Files and Directories.

Are there any temporary files used by HashGarten, which I need to delete to continue ?

Best, Michael

jonelo commented 6 months ago

Michael, thank you for the report! I have transferred the issue to the HashGarten project because it is not related to Jacksum directly.

Referring to your description of the faut, this could be a remnant from an older version. Could you please try the following:

  1. Close HashGarten
  2. Remove the .HashGarten.properties file. You find the file in your homedirectory.
  3. Open HashGarten again

Here are the instructions dependent on the operating system how to remove the file on the command line/Terminal:

OS How to remove HashGarten's properties?
Windows del "%USERPROFILE%"\.HashGarten.properties
macOS and Linux rm "$HOME/.HashGarten.properties"

Does it fix the issue?

mweberr commented 6 months ago

This helped!