https://bugs.winehq.org/show_bug.cgi?id=39469 --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello Jake, --- quote --- In reply to Anastasius Focht, I would like to know what the last 3 paragraphs are and if these are instructions to enter into the terminal. Will this help resolve the issue? --- quote --- that's information for me and triagers/developers to keep track. --- snip --- $ sha1sum PreSonus_Studio_One_3_Installer.exe --- snip --- -> prints the SHA-1 hash of the installer binary (download) It allows to determine if the installer changed at the download site. Many times vendors upload a new version with the same name, overwriting the old one. The new version might have the bug worked around/fixed (but still reproducible by other apps), introduced new bugs, hiding the old bug or even (re)implemented the app with different technologies, making the original bug non-reproducible with Wine. --- snip --- $ du -sh PreSonus_Studio_One_3_Installer.exe --- snip --- -> prints the size of the installer binary, useful to indicate if the download is large --- snip --- $ wine --version --- snip --- -> prints the Wine version used by the commenter to reproduce the bug which can be different than the one the bug was originally reported with. If a bug stays for a long time, people re-test periodically (weeks, months, years) and state the Wine version used for doing that. It should be the most recent one available at that time. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.